Home | History | Annotate | Download | only in parser

Lines Matching defs:CXFA_Value

7 #include "xfa/fxfa/parser/cxfa_value.h"
47 CXFA_Value::CXFA_Value(CXFA_Document* doc, XFA_PacketType packet)
58 CXFA_Value::~CXFA_Value() {}
60 XFA_Element CXFA_Value::GetChildValueClassID() const {
65 WideString CXFA_Value::GetChildValueContent() const {
70 CXFA_Arc* CXFA_Value::GetArcIfExists() const {
76 CXFA_Line* CXFA_Value::GetLineIfExists() const {
82 CXFA_Rectangle* CXFA_Value::GetRectangleIfExists() const {
88 CXFA_Text* CXFA_Value::GetTextIfExists() const {
94 CXFA_ExData* CXFA_Value::GetExDataIfExists() const {
100 CXFA_Image* CXFA_Value::GetImageIfExists() const {