![]() |
Skia
2D Graphics Library
|
A node in a PDF structure tree, giving a semantic representation of the content. More...
#include <SkPDFDocument.h>
Public Attributes | |
| SkString | fTypeString |
| std::vector< std::unique_ptr< StructureElementNode > > | fChildVector |
| int | fNodeId = 0 |
| std::vector< int > | fAdditionalNodeIds |
| AttributeList | fAttributes |
| SkString | fAlt |
| SkString | fLang |
A node in a PDF structure tree, giving a semantic representation of the content.
Each node ID is associated with content by passing the SkCanvas and node ID to SkPDF::SetNodeId() when drawing. NodeIDs should be unique within each tree.
| std::vector<int> SkPDF::StructureElementNode::fAdditionalNodeIds |
| SkString SkPDF::StructureElementNode::fAlt |
| AttributeList SkPDF::StructureElementNode::fAttributes |
| std::vector<std::unique_ptr<StructureElementNode> > SkPDF::StructureElementNode::fChildVector |
| SkString SkPDF::StructureElementNode::fLang |
| int SkPDF::StructureElementNode::fNodeId = 0 |
| SkString SkPDF::StructureElementNode::fTypeString |