Namespace: BitMiracle.Docotic.Pdf
public sealed class PdfOutlineItem
Public NotInheritable Class PdfOutlineItem
The PdfOutlineItem type exposes the following members.
Name | Description | |
---|---|---|
![]() | Action |
Gets or sets the action to be performed when this
PdfOutlineItem is activated.
|
![]() | Bold |
(PDF 1.4) Gets or sets a value indicating whether this PdfOutlineItem
should be displayed in bold.
|
![]() | ChildCount |
Gets the number of child outline items of
this PdfOutlineItem.
|
![]() | Children |
Gets the collection of child outline items of
this PdfOutlineItem.
|
![]() | Color |
(PDF 1.4) Gets or sets the color to be used for the outline entry's text.
|
![]() | Italic |
(PDF 1.4) Gets or sets a value indicating whether this PdfOutlineItem
should be displayed in italic.
|
![]() | Open |
Gets or sets a value indicating whether this
PdfOutlineItem is open.
|
![]() | Page |
Gets the page that should be displayed when this
PdfOutlineItem is activated or null if there is no
such page specified for this outline item.
|
![]() | PageIndex |
Gets the index of the page that should be displayed when this
PdfOutlineItem is activated or -1 if there is no
such page specified for this outline item.
|
![]() | Parent |
Gets the parent of this PdfOutlineItem in the outline
hierarchy.
|
![]() | Title |
Gets or sets the text to be displayed on the screen for
this PdfOutlineItem.
|
Name | Description | |
---|---|---|
![]() | AddChild(String) |
Adds new PdfOutlineItem with specified title to the
end of this PdfOutlineItem's collection of child items.
|
![]() | AddChild(String, PdfAction) |
Adds new PdfOutlineItem with specified title and
action to the end of this PdfOutlineItem's collection
of child items.
|
![]() | AddChild(String, PdfDocumentView) |
Adds new PdfOutlineItem with specified title and
document view to the end of this PdfOutlineItem's
collection of child items.
|
![]() | AddChild(String, PdfPage) |
Adds new PdfOutlineItem with specified title and
page to the end of this PdfOutlineItem's collection
of child items.
|
![]() | AddChild(String, Int32) |
Adds new PdfOutlineItem with specified title and
page index to the end of this PdfOutlineItem's
collection of child items.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetChild |
Gets the child outline item with the specified index.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | IndexOfChild(PdfOutlineItem) |
Retrieves the zero-based index of the first occurrence of the
specified child PdfOutlineItem.
|
![]() | IndexOfChild(String) |
Retrieves the zero-based index of the first occurrence of a child
PdfOutlineItem with specified title.
|
![]() | InsertChild(Int32, String) |
Inserts new PdfOutlineItem with specified title into
the collection of this PdfOutlineItem's child items at
the specified index.
|
![]() | InsertChild(Int32, String, PdfAction) |
Inserts new PdfOutlineItem with specified title and
action into the collection of this PdfOutlineItem's
child items at the specified index.
|
![]() | InsertChild(Int32, String, PdfDocumentView) |
Inserts new PdfOutlineItem with specified title and
document view into the collection of this
PdfOutlineItem's child items at the specified index.
|
![]() | InsertChild(Int32, String, PdfPage) |
Inserts new PdfOutlineItem with specified title and
page into the collection of this PdfOutlineItem's
child items at the specified index.
|
![]() | InsertChild(Int32, String, Int32) |
Inserts new PdfOutlineItem with specified title and
page index into the collection of this
PdfOutlineItem's child items at the specified index.
|
![]() | RemoveAllChildren |
Removes all items from the collection of this
PdfOutlineItem's child items.
|
![]() | RemoveChild |
Removes the specified PdfOutlineItem from the
collection of this PdfOutlineItem's child items.
|
![]() | RemoveChildAt |
Removes the PdfOutlineItem with specified index from the
collection of this PdfOutlineItem's child items.
|
![]() | ToString |
Returns a String that represents this instance.
(Overrides Object.ToString().) |