PdfStructTreeController Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text.pdf
iTextSharp.text.pdf.PdfStructTreeController[[PdfStructTreeController]]
end
Members
Methods
Protected internal methods
Public methods
Internal methods
Protected methods
Public Static methods
Internal Static methods
Details
Nested types
Enums
Constructors
PdfStructTreeController
Source code
protected internal PdfStructTreeController(PdfReader reader, PdfCopy writer)
Arguments
Methods
SetReader
Source code
protected internal virtual void SetReader(PdfReader reader)
Arguments
CheckTagged
Source code
public static bool CheckTagged(PdfReader reader)
Arguments
GetDirectObject
Source code
public static PdfObject GetDirectObject(PdfObject obj)
Arguments
CopyStructTreeForPage
Source code
public virtual void CopyStructTreeForPage(PdfNumber sourceArrayNumber, int newArrayNumber)
Arguments
Type | Name | Description |
---|
PdfNumber | sourceArrayNumber | |
int | newArrayNumber | |
AttachStructTreeRootKids
Source code
protected internal virtual void AttachStructTreeRootKids(PdfObject firstNotNullKid)
Arguments
GetKDict
Source code
internal static PdfDictionary GetKDict(PdfDictionary obj)
Arguments
CompareObjects
Source code
public static bool CompareObjects(PdfObject value1, PdfObject value2)
Arguments
AddClass
Source code
internal void AddClass(PdfObject obj)
Arguments
AddRole
Source code
internal void AddRole(PdfName structType)
Arguments
Type | Name | Description |
---|
PdfName | structType | |
AddKid
Source code
protected virtual void AddKid(PdfDictionary parent, PdfObject kid)
Arguments
Generated with ModularDoc