C# Class iTextSharp.text.pdf.PdfDocument

Inheritance: iTextSharp.text.Document
Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Свойство Type Description
additionalActions PdfDictionary
alignment int
anchorAction PdfAction
boxSize PdfRectangle>.Dictionary
collection PdfCollection
currentHeight float
currentOutline PdfOutline
documentFileAttachment PdfObject>.Dictionary
documentLevelJS PdfObject>.Dictionary
firstPageEvent bool
graphics PdfContentByte
imageEnd float
imageWait Image
indentation Indentation
info PdfInfo
isSectionTitle bool
lastElementType int
leading float
leadingCount int
line PdfLine
lines List
localDestinations Destination>.SortedDictionary
markPoint int
nextMarginBottom float
nextMarginLeft float
nextMarginRight float
nextMarginTop float
nextPageSize Rectangle
openActionAction PdfAction
openActionName String
pageAA PdfDictionary
pageLabels PdfPageLabels
pageResources PageResources
rootOutline PdfOutline
strictImageSequence bool
text PdfContentByte
textEmptySize int
thisBoxSize PdfRectangle>.Dictionary
viewerPreferences PdfViewerPreferencesImp
writer PdfWriter

Private Properties

Свойство Type Description
AddAdditionalAction void
AddAnnotation void
AddCalculationOrder void
AddDiv void
AddFileAttachment void
AddJavaScript void
AddJavaScript void
AddOutline void
AddPTable void
AddViewerPreference void
CalculateOutlineCount void
FitsPage bool
FlushFloatingElements void
GetBoxSize iTextSharp.text.Rectangle
GetCatalog PdfCatalog
GetDocumentFileAttachment PdfObject>.Dictionary
GetDocumentLevelJS PdfObject>.Dictionary
GetLocalGotoAction PdfAction
GetMarkPoint int
IncMarkPoint void
LocalDestination bool
LocalGoto void
OutlineTree void
RemoteGoto void
RemoteGoto void
SetAction void
SetBoxSize void
SetOpenAction void
SetOpenAction void
SetPageAction void
TraverseOutlineCount void
WriteLineToContent float
WriteOutlines void

Méthodes publiques

Méthode Description
Add ( IElement element ) : bool
AddWriter ( PdfWriter writer ) : void
ClearTextWrap ( ) : void
Close ( ) : void
GetVerticalPosition ( bool ensureNewLine ) : float
NewPage ( ) : bool
Open ( ) : void
PdfDocument ( ) : System
ResetPageCount ( ) : void
SetMarginMirroring ( bool MarginMirroring ) : bool
SetMarginMirroringTopBottom ( bool MarginMirroringTopBottom ) : bool
SetMargins ( float marginLeft, float marginRight, float marginTop, float marginBottom ) : bool
SetPageSize ( Rectangle pageSize ) : bool

Méthodes protégées

Méthode Description
Add ( Image image ) : void
AddSpacing ( float extraspace, float oldleading, Font f ) : void
CarriageReturn ( ) : void
EnsureNewLine ( ) : void
FlushLines ( ) : float
InitPage ( ) : void
NewLine ( ) : void
SetNewPageSizeAndMargins ( ) : void

Private Methods

Méthode Description
AddAdditionalAction ( PdfName actionType, PdfAction action ) : void
AddAnnotation ( PdfAnnotation annot ) : void
AddCalculationOrder ( PdfFormField formField ) : void
AddDiv ( PdfDiv div ) : void
AddFileAttachment ( String description, PdfFileSpecification fs ) : void
AddJavaScript ( PdfAction js ) : void
AddJavaScript ( String name, PdfAction js ) : void
AddOutline ( PdfOutline outline, String name ) : void
AddPTable ( PdfPTable ptable ) : void
AddViewerPreference ( PdfName key, PdfObject value ) : void
CalculateOutlineCount ( ) : void
FitsPage ( PdfPTable table, float margin ) : bool
FlushFloatingElements ( ) : void
GetBoxSize ( String boxName ) : Rectangle
GetCatalog ( PdfIndirectReference pages ) : PdfCatalog
GetDocumentFileAttachment ( ) : PdfObject>.Dictionary
GetDocumentLevelJS ( ) : PdfObject>.Dictionary
GetLocalGotoAction ( String name ) : PdfAction
GetMarkPoint ( ) : int
IncMarkPoint ( ) : void
LocalDestination ( String name, PdfDestination destination ) : bool
LocalGoto ( String name, float llx, float lly, float urx, float ury ) : void
OutlineTree ( PdfOutline outline ) : void
RemoteGoto ( String filename, String name, float llx, float lly, float urx, float ury ) : void
RemoteGoto ( String filename, int page, float llx, float lly, float urx, float ury ) : void
SetAction ( PdfAction action, float llx, float lly, float urx, float ury ) : void
SetBoxSize ( String boxName, Rectangle size ) : void
SetOpenAction ( PdfAction action ) : void
SetOpenAction ( String name ) : void
SetPageAction ( PdfName actionType, PdfAction action ) : void
TraverseOutlineCount ( PdfOutline outline ) : void
WriteLineToContent ( PdfLine line, PdfContentByte text, PdfContentByte graphics, Object currentValues, float ratio ) : float
WriteOutlines ( ) : void

Method Details

Add() public méthode

public Add ( IElement element ) : bool
element IElement
Résultat bool

Add() protected méthode

protected Add ( Image image ) : void
image Image
Résultat void

AddSpacing() protected méthode

protected AddSpacing ( float extraspace, float oldleading, Font f ) : void
extraspace float
oldleading float
f iTextSharp.text.Font
Résultat void

AddWriter() public méthode

public AddWriter ( PdfWriter writer ) : void
writer PdfWriter
Résultat void

CarriageReturn() protected méthode

protected CarriageReturn ( ) : void
Résultat void

ClearTextWrap() public méthode

public ClearTextWrap ( ) : void
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

EnsureNewLine() protected méthode

protected EnsureNewLine ( ) : void
Résultat void

FlushLines() protected méthode

protected FlushLines ( ) : float
Résultat float

GetVerticalPosition() public méthode

public GetVerticalPosition ( bool ensureNewLine ) : float
ensureNewLine bool
Résultat float

InitPage() protected méthode

protected InitPage ( ) : void
Résultat void

NewLine() protected méthode

protected NewLine ( ) : void
Résultat void

NewPage() public méthode

public NewPage ( ) : bool
Résultat bool

Open() public méthode

public Open ( ) : void
Résultat void

PdfDocument() public méthode

public PdfDocument ( ) : System
Résultat System

ResetPageCount() public méthode

public ResetPageCount ( ) : void
Résultat void

SetMarginMirroring() public méthode

public SetMarginMirroring ( bool MarginMirroring ) : bool
MarginMirroring bool
Résultat bool

SetMarginMirroringTopBottom() public méthode

public SetMarginMirroringTopBottom ( bool MarginMirroringTopBottom ) : bool
MarginMirroringTopBottom bool
Résultat bool

SetMargins() public méthode

public SetMargins ( float marginLeft, float marginRight, float marginTop, float marginBottom ) : bool
marginLeft float
marginRight float
marginTop float
marginBottom float
Résultat bool

SetNewPageSizeAndMargins() protected méthode

protected SetNewPageSizeAndMargins ( ) : void
Résultat void

SetPageSize() public méthode

public SetPageSize ( Rectangle pageSize ) : bool
pageSize Rectangle
Résultat bool

Property Details

additionalActions protected_oe property

protected PdfDictionary additionalActions
Résultat PdfDictionary

alignment protected_oe property

protected int alignment
Résultat int

anchorAction protected_oe property

protected PdfAction anchorAction
Résultat PdfAction

boxSize protected_oe property

protected Dictionary boxSize
Résultat PdfRectangle>.Dictionary

collection protected_oe property

protected PdfCollection collection
Résultat PdfCollection

currentHeight protected_oe property

protected float currentHeight
Résultat float

currentOutline protected_oe property

protected PdfOutline currentOutline
Résultat PdfOutline

documentFileAttachment protected_oe property

protected Dictionary documentFileAttachment
Résultat PdfObject>.Dictionary

documentLevelJS protected_oe property

protected Dictionary documentLevelJS
Résultat PdfObject>.Dictionary

firstPageEvent protected_oe property

protected bool firstPageEvent
Résultat bool

graphics protected_oe property

protected PdfContentByte graphics
Résultat PdfContentByte

imageEnd protected_oe property

protected float imageEnd
Résultat float

imageWait protected_oe property

protected Image imageWait
Résultat Image

indentation protected_oe property

protected Indentation indentation
Résultat Indentation

info protected_oe property

protected PdfInfo info
Résultat PdfInfo

isSectionTitle protected_oe property

protected bool isSectionTitle
Résultat bool

lastElementType protected_oe property

protected int lastElementType
Résultat int

leading protected_oe property

protected float leading
Résultat float

leadingCount protected_oe property

protected int leadingCount
Résultat int

line protected_oe property

protected PdfLine line
Résultat PdfLine

lines protected_oe property

protected List lines
Résultat List

localDestinations protected_oe property

protected SortedDictionary localDestinations
Résultat Destination>.SortedDictionary

markPoint protected_oe property

protected int markPoint
Résultat int

nextMarginBottom protected_oe property

protected float nextMarginBottom
Résultat float

nextMarginLeft protected_oe property

protected float nextMarginLeft
Résultat float

nextMarginRight protected_oe property

protected float nextMarginRight
Résultat float

nextMarginTop protected_oe property

protected float nextMarginTop
Résultat float

nextPageSize protected_oe property

protected Rectangle nextPageSize
Résultat Rectangle

openActionAction protected_oe property

protected PdfAction openActionAction
Résultat PdfAction

openActionName protected_oe property

protected String openActionName
Résultat String

pageAA protected_oe property

protected PdfDictionary pageAA
Résultat PdfDictionary

pageLabels protected_oe property

protected PdfPageLabels pageLabels
Résultat PdfPageLabels

pageResources protected_oe property

protected PageResources pageResources
Résultat PageResources

rootOutline protected_oe property

protected PdfOutline rootOutline
Résultat PdfOutline

strictImageSequence protected_oe property

protected bool strictImageSequence
Résultat bool

text protected_oe property

protected PdfContentByte text
Résultat PdfContentByte

textEmptySize protected_oe property

protected int textEmptySize
Résultat int

thisBoxSize protected_oe property

protected Dictionary thisBoxSize
Résultat PdfRectangle>.Dictionary

viewerPreferences protected_oe property

protected PdfViewerPreferencesImp viewerPreferences
Résultat PdfViewerPreferencesImp

writer protected_oe property

protected PdfWriter writer
Résultat PdfWriter