C# 클래스 PdfOutlineCollection, pdfmod

Represents a collection of outlines.
상속: PdfObject, IEnumerable
파일 보기 프로젝트 열기: GNOME/pdfmod 1 사용 예제들

공개 메소드들

메소드 설명
Add ( string title, PdfPage destinationPage ) : PdfOutline

Adds the specified outline entry.

Add ( string title, PdfPage destinationPage, bool opened ) : PdfOutline

Adds the specified outline entry.

Add ( string title, PdfPage destinationPage, bool opened, PdfOutlineStyle style ) : PdfOutline

Adds the specified outline entry.

Add ( string title, PdfPage destinationPage, bool opened, PdfOutlineStyle style, PdfSharp.Drawing.XColor textColor ) : PdfOutline

Adds the specified outline entry.

Add ( PdfOutline outline ) : void
GetEnumerator ( ) : IEnumerator

Returns an enumerator that iterates through a collection.

IndexOf ( PdfOutline item ) : int

Gets the index of the specified outline.

Insert ( PdfOutline outline, int position ) : void

Adds the specified outline.

Remove ( PdfOutline outline ) : void
this ( int index ) : PdfOutline

Gets the PdfSharp.Pdf.PdfOutline at the specified index.

비공개 메소드들

메소드 설명
PdfOutlineCollection ( PdfDocument, document, PdfOutline parent ) : System

메소드 상세

Add() 공개 메소드

Adds the specified outline entry.
public Add ( string title, PdfPage destinationPage ) : PdfOutline
title string The outline text.
destinationPage PdfPage The destination page.
리턴 PdfOutline

Add() 공개 메소드

Adds the specified outline entry.
public Add ( string title, PdfPage destinationPage, bool opened ) : PdfOutline
title string The outline text.
destinationPage PdfPage The destination page.
opened bool Specifies whether the node is displayed expanded (opened) or collapsed.
리턴 PdfOutline

Add() 공개 메소드

Adds the specified outline entry.
public Add ( string title, PdfPage destinationPage, bool opened, PdfOutlineStyle style ) : PdfOutline
title string The outline text.
destinationPage PdfPage The destination page.
opened bool Specifies whether the node is displayed expanded (opened) or collapsed.
style PdfOutlineStyle The font style used to draw the outline text.
리턴 PdfOutline

Add() 공개 메소드

Adds the specified outline entry.
public Add ( string title, PdfPage destinationPage, bool opened, PdfOutlineStyle style, PdfSharp.Drawing.XColor textColor ) : PdfOutline
title string The outline text.
destinationPage PdfPage The destination page.
opened bool Specifies whether the node is displayed expanded (opened) or collapsed.
style PdfOutlineStyle The font style used to draw the outline text.
textColor PdfSharp.Drawing.XColor The color used to draw the outline text.
리턴 PdfOutline

Add() 공개 메소드

public Add ( PdfOutline outline ) : void
outline PdfOutline
리턴 void

GetEnumerator() 공개 메소드

Returns an enumerator that iterates through a collection.
public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

IndexOf() 공개 메소드

Gets the index of the specified outline.
public IndexOf ( PdfOutline item ) : int
item PdfOutline
리턴 int

Insert() 공개 메소드

Adds the specified outline.
public Insert ( PdfOutline outline, int position ) : void
outline PdfOutline
position int
리턴 void

Remove() 공개 메소드

public Remove ( PdfOutline outline ) : void
outline PdfOutline
리턴 void

this() 공개 메소드

Gets the PdfSharp.Pdf.PdfOutline at the specified index.
public this ( int index ) : PdfOutline
index int
리턴 PdfOutline