| 
    HiraokaHyperTools.iTextSharp-LGPL
    0.3.0
    
   | 
 
  
Protected Attributes | |
| ArrayList | kids = new ArrayList() | 
| PdfWriter | writer | 
  Protected Attributes inherited from iTextSharp.text.pdf.PdfObject | |
| byte[] | bytes | 
| int | type | 
| PRIndirectReference | indRef | 
Properties | |
| PdfIndirectReference | IndirectReference [get, set] | 
| PdfOutline | Parent [get] | 
| PdfDestination | PdfDestination [get] | 
| int | Level [get] | 
| ArrayList | Kids [get, set] | 
| string | Tag [get, set] | 
| string | Title [get, set] | 
| bool | Open [get, set] | 
| Color | Color [get, set] | 
| int | Style [get, set] | 
  Properties inherited from iTextSharp.text.pdf.PdfDictionary | |
| ICollection | Keys [get] | 
| int | Size [get] | 
  Properties inherited from iTextSharp.text.pdf.PdfObject | |
| int | Length [get] | 
| string | Content [set] | 
| int | Type [get] | 
| PRIndirectReference | IndRef [get, set] | 
Additional Inherited Members | |
  Static Public Attributes inherited from iTextSharp.text.pdf.PdfDictionary | |
| 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 | 
  Static Public Attributes inherited from iTextSharp.text.pdf.PdfObject | |
| 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" | 
  Protected Member Functions inherited from iTextSharp.text.pdf.PdfObject | |
| PdfObject (int type) | |
| PdfObject (int type, string content) | |
| PdfObject (int type, byte[] bytes) | |
PdfOutline is an object that represents a PDF outline entry. 
An outline allows a user to access views of a document by name.
 This object is described in the 'Portable Document Format Reference Manual version 1.3' section 6.7 (page 104-106)
| iTextSharp.text.pdf.PdfOutline.PdfOutline | ( | PdfOutline | parent, | 
| PdfAction | action, | ||
| string | title | ||
| ) | 
Constructs a PdfOutline. 
This is the constructor for an outline entry. The open mode is true.
| parent | the parent of this outline item | 
| action | the PdfAction for this outline item  | 
| title | the title of this outline item | 
| iTextSharp.text.pdf.PdfOutline.PdfOutline | ( | PdfOutline | parent, | 
| PdfAction | action, | ||
| string | title, | ||
| bool | open | ||
| ) | 
Constructs a PdfOutline. 
This is the constructor for an outline entry.
| parent | the parent of this outline item | 
| action | the PdfAction for this outline item  | 
| title | the title of this outline item | 
| open | true if the children are visible  | 
| iTextSharp.text.pdf.PdfOutline.PdfOutline | ( | PdfOutline | parent, | 
| PdfDestination | destination, | ||
| string | title | ||
| ) | 
Constructs a PdfOutline. 
This is the constructor for an outline entry. The open mode is true.
| parent | the parent of this outline item | 
| destination | the destination for this outline item | 
| title | the title of this outline item | 
| iTextSharp.text.pdf.PdfOutline.PdfOutline | ( | PdfOutline | parent, | 
| PdfDestination | destination, | ||
| string | title, | ||
| bool | open | ||
| ) | 
Constructs a PdfOutline. 
This is the constructor for an outline entry.
| parent | the parent of this outline item | 
| destination | the destination for this outline item | 
| title | the title of this outline item | 
| open | true if the children are visible  | 
| iTextSharp.text.pdf.PdfOutline.PdfOutline | ( | PdfOutline | parent, | 
| PdfAction | action, | ||
| PdfString | title | ||
| ) | 
Constructs a PdfOutline. 
This is the constructor for an outline entry. The open mode is true.
| parent | the parent of this outline item | 
| action | the PdfAction for this outline item  | 
| title | the title of this outline item | 
| iTextSharp.text.pdf.PdfOutline.PdfOutline | ( | PdfOutline | parent, | 
| PdfAction | action, | ||
| PdfString | title, | ||
| bool | open | ||
| ) | 
Constructs a PdfOutline. 
This is the constructor for an outline entry.
| parent | the parent of this outline item | 
| action | the PdfAction for this outline item  | 
| title | the title of this outline item | 
| open | true if the children are visible  | 
| iTextSharp.text.pdf.PdfOutline.PdfOutline | ( | PdfOutline | parent, | 
| PdfDestination | destination, | ||
| PdfString | title | ||
| ) | 
Constructs a PdfOutline. 
This is the constructor for an outline entry. The open mode is true.
| parent | the parent of this outline item | 
| destination | the destination for this outline item | 
| title | the title of this outline item | 
| iTextSharp.text.pdf.PdfOutline.PdfOutline | ( | PdfOutline | parent, | 
| PdfDestination | destination, | ||
| PdfString | title, | ||
| bool | open | ||
| ) | 
Constructs a PdfOutline. 
This is the constructor for an outline entry.
| parent | the parent of this outline item | 
| destination | the destination for this outline item | 
| title | the title of this outline item | 
| open | true if the children are visible  | 
| iTextSharp.text.pdf.PdfOutline.PdfOutline | ( | PdfOutline | parent, | 
| PdfAction | action, | ||
| Paragraph | title | ||
| ) | 
Constructs a PdfOutline. 
This is the constructor for an outline entry. The open mode is true.
| parent | the parent of this outline item | 
| action | the PdfAction for this outline item  | 
| title | the title of this outline item | 
| iTextSharp.text.pdf.PdfOutline.PdfOutline | ( | PdfOutline | parent, | 
| PdfAction | action, | ||
| Paragraph | title, | ||
| bool | open | ||
| ) | 
Constructs a PdfOutline. 
This is the constructor for an outline entry.
| parent | the parent of this outline item | 
| action | the PdfAction for this outline item  | 
| title | the title of this outline item | 
| open | true if the children are visible  | 
| iTextSharp.text.pdf.PdfOutline.PdfOutline | ( | PdfOutline | parent, | 
| PdfDestination | destination, | ||
| Paragraph | title | ||
| ) | 
Constructs a PdfOutline. 
This is the constructor for an outline entry. The open mode is true.
| parent | the parent of this outline item | 
| destination | the destination for this outline item | 
| title | the title of this outline item | 
| iTextSharp.text.pdf.PdfOutline.PdfOutline | ( | PdfOutline | parent, | 
| PdfDestination | destination, | ||
| Paragraph | title, | ||
| bool | open | ||
| ) | 
Constructs a PdfOutline. 
This is the constructor for an outline entry.
| parent | the parent of this outline item | 
| destination | the destination for this outline item | 
| title | the title of this outline item | 
| open | true if the children are visible  | 
| void iTextSharp.text.pdf.PdfOutline.AddKid | ( | PdfOutline | outline | ) | 
| bool iTextSharp.text.pdf.PdfOutline.SetDestinationPage | ( | PdfIndirectReference | pageReference | ) | 
Set the page of the PdfDestination-object.
| pageReference | indirect reference to the page | 
true if this page was set as the PdfDestination-page. 
      
  | 
  virtual | 
Returns the PDF representation of this PdfOutline.
| writer | the encryption information | 
| os | 
| IOException | 
Reimplemented from iTextSharp.text.pdf.PdfDictionary.
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  getset | 
      
  | 
  getset | 
Gets the indirect reference of this PdfOutline.
PdfIndirectReference to this outline. 
      
  | 
  getset | 
      
  | 
  get | 
returns the level of this outline.
      
  | 
  getset | 
Setter for property open.
| open | New value of property open. | 
      
  | 
  get | 
Gets the parent of this PdfOutline.
PdfOutline that is the parent of this outline. 
      
  | 
  get | 
Gets the destination for this outline.
      
  | 
  getset | 
      
  | 
  getset | 
Getter for property tag.
      
  | 
  getset |