Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
cxfa_items.h
Go to the documentation of this file.
1// Copyright 2017 The PDFium Authors
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
6
7#ifndef XFA_FXFA_PARSER_CXFA_ITEMS_H_
8#define XFA_FXFA_PARSER_CXFA_ITEMS_H_
9
10#include "xfa/fxfa/parser/cxfa_node.h"
11
12class CXFA_Items final : public CXFA_Node {
13 public:
15 ~CXFA_Items() override;
16
17 private:
18 CXFA_Items(CXFA_Document* doc, XFA_PacketType packet);
19};
20
21#endif // XFA_FXFA_PARSER_CXFA_ITEMS_H_
CXFA_Node * GetNodeByID(CXFA_Node *pRoot, WideStringView wsID) const
CXFA_Object * GetXFAObject(XFA_HashCode wsNodeNameHash)
~CXFA_Items() override
WideString GetValue(XFA_ValuePicture eValueType)
XFA_Element GetElementType() const
Definition cxfa_object.h:91
CXFA_Node * GetTextNode(bool *bRichText)
CXFA_Para * GetParaIfExists()
bool IsCheckButtonAndAutoWidth() const
CXFA_Font * GetFontIfExists()
void Trace(cppgc::Visitor *visitor) const
absl::optional< WideString > GetEmbeddedObj(const WideString &wsAttr) const
bool EqualsASCII(ByteStringView that) const
Definition widestring.h:216
XFA_ValuePicture
Definition cxfa_node.h:70
CXFA_Node * ToNode(CXFA_Object *pObj)
XFA_Attribute
Definition fxfa_basic.h:67
@ XFA_HASHCODE_Form
Definition fxfa_basic.h:22
XFA_Element
Definition fxfa_basic.h:75
XFA_PacketType
Definition fxfa_basic.h:44
#define CONSTRUCT_VIA_MAKE_GARBAGE_COLLECTED
Definition heap.h:32
Definition heap.h:12