HiraokaHyperTools.iTextSharp-LGPL
0.2.5
|
Properties | |
PdfDictionary | Parent [get] |
PdfIndirectReference | Reference [get] |
![]() | |
ICollection | Keys [get] |
int | Size [get] |
![]() | |
int | Length [get] |
string | Content [set] |
int | Type [get] |
PRIndirectReference | IndRef [get, set] |
Additional Inherited Members | |
![]() | |
static PdfName | FONT = PdfName.FONT |
static PdfName | OUTLINES = PdfName.OUTLINES |
static PdfName | PAGE = PdfName.PAGE |
static PdfName | PAGES = PdfName.PAGES |
static PdfName | CATALOG = PdfName.CATALOG |
![]() | |
const int | BOOLEAN = 1 |
const int | NUMBER = 2 |
const int | STRING = 3 |
const int | NAME = 4 |
const int | ARRAY = 5 |
const int | DICTIONARY = 6 |
const int | STREAM = 7 |
const int | NULL = 8 |
const int | INDIRECT = 10 |
const string | NOTHING = "" |
const string | TEXT_PDFDOCENCODING = "PDF" |
const string | TEXT_UNICODE = "UnicodeBig" |
![]() | |
PdfObject (int type) | |
PdfObject (int type, string content) | |
PdfObject (int type, byte[] bytes) | |
![]() | |
byte[] | bytes |
int | type |
PRIndirectReference | indRef |
This is a node in a document logical structure. It may contain a mark point or it may contain other nodes.
iTextSharp.text.pdf.PdfStructureElement.PdfStructureElement | ( | PdfStructureElement | parent, |
PdfName | structureType | ||
) |
Creates a new instance of PdfStructureElement.
parent | the parent of this node |
structureType | the type of structure. It may be a standard type or a user type mapped by the role map |
iTextSharp.text.pdf.PdfStructureElement.PdfStructureElement | ( | PdfStructureTreeRoot | parent, |
PdfName | structureType | ||
) |
Creates a new instance of PdfStructureElement.
parent | the parent of this node |
structureType | the type of structure. It may be a standard type or a user type mapped by the role map |
|
get |
Gets the parent of this node.
|
get |
Gets the reference this object will be written to.