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
|
Returns |
Name |
|---|---|
|
|
(
firstNotNullKid) |
|
|
(
reader) |
Public methods
|
Returns |
Name |
|---|---|
|
|
(
sourceArrayNumber, |
Internal methods
Protected methods
|
Returns |
Name |
|---|---|
|
|
(
parent,
kid) |
Public Static methods
|
Returns |
Name |
|---|---|
|
|
(
reader) |
|
|
(
value1,
value2) |
|
|
(
obj) |
Internal Static methods
|
Returns |
Name |
|---|---|
|
|
(
obj) |
Details
Nested types
Enums
-
ReturnType
Constructors
PdfStructTreeController
Source code
protected internal PdfStructTreeController(PdfReader reader, PdfCopy writer)
Arguments
Methods
SetReader
Source code
protected internal virtual void SetReader(PdfReader reader)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
reader |
CheckTagged
Source code
public static bool CheckTagged(PdfReader reader)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
reader |
GetDirectObject
Source code
public static PdfObject GetDirectObject(PdfObject obj)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
obj |
CopyStructTreeForPage
Source code
public virtual void CopyStructTreeForPage(PdfNumber sourceArrayNumber, int newArrayNumber)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
sourceArrayNumber |
|
|
|
newArrayNumber |
AttachStructTreeRootKids
Source code
protected internal virtual void AttachStructTreeRootKids(PdfObject firstNotNullKid)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
firstNotNullKid |
GetKDict
Source code
internal static PdfDictionary GetKDict(PdfDictionary obj)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
obj |
CompareObjects
Source code
public static bool CompareObjects(PdfObject value1, PdfObject value2)
Arguments
AddClass
Source code
internal void AddClass(PdfObject obj)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
obj |
AddRole
Source code
internal void AddRole(PdfName structType)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
structType |
AddKid
Source code
protected virtual void AddKid(PdfDictionary parent, PdfObject kid)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
parent |
|
|
|
kid |
Generated with ModularDoc