C# Class iTextSharp.text.pdf.PdfAction

Inheritance: PdfDictionary
ファイルを表示 Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Methods

Method Description
CreateHide ( Object names, bool hide ) : PdfAction
CreateHide ( PdfAnnotation annot, bool hide ) : PdfAction
CreateHide ( string name, bool hide ) : PdfAction
CreateImportData ( string file ) : PdfAction
CreateLaunch ( String application, String parameters, String operation, String defaultDir ) : PdfAction
CreateResetForm ( Object names, int flags ) : PdfAction
CreateSubmitForm ( string file, Object names, int flags ) : PdfAction
GotoEmbedded ( String filename, PdfTargetDictionary target, PdfObject dest, bool newWindow ) : PdfAction
GotoEmbedded ( String filename, PdfTargetDictionary target, String dest, bool isName, bool newWindow ) : PdfAction
GotoLocalPage ( String dest, bool isName ) : PdfAction
GotoLocalPage ( int page, PdfDestination dest, PdfWriter writer ) : PdfAction
GotoRemotePage ( String filename, String dest, bool isName, bool newWindow ) : PdfAction
JavaScript ( string code, PdfWriter writer ) : PdfAction
JavaScript ( string code, PdfWriter writer, bool unicode ) : PdfAction
Next ( PdfAction na ) : void
PdfAction ( ) : System
PdfAction ( Uri url ) : System
PdfAction ( Uri url, bool isMap ) : System
PdfAction ( int named ) : System
PdfAction ( string url ) : System
PdfAction ( string url, bool isMap ) : System
PdfAction ( string filename, int page ) : System
PdfAction ( string filename, string name ) : System
PdfAction ( string application, string parameters, string operation, string defaultDir ) : System
Rendition ( String file, PdfFileSpecification fs, String mimeType, PdfIndirectReference refi ) : PdfAction
SetOCGstate ( List state, bool preserveRB ) : PdfAction

Private Methods

Method Description
BuildArray ( Object names ) : PdfArray
CreateHide ( PdfObject obj, bool hide ) : PdfAction
PdfAction ( PdfIndirectReference destination ) : System

Method Details

CreateHide() public static method

public static CreateHide ( Object names, bool hide ) : PdfAction
names Object
hide bool
return PdfAction

CreateHide() public static method

public static CreateHide ( PdfAnnotation annot, bool hide ) : PdfAction
annot PdfAnnotation
hide bool
return PdfAction

CreateHide() public static method

public static CreateHide ( string name, bool hide ) : PdfAction
name string
hide bool
return PdfAction

CreateImportData() public static method

public static CreateImportData ( string file ) : PdfAction
file string
return PdfAction

CreateLaunch() public static method

public static CreateLaunch ( String application, String parameters, String operation, String defaultDir ) : PdfAction
application String
parameters String
operation String
defaultDir String
return PdfAction

CreateResetForm() public static method

public static CreateResetForm ( Object names, int flags ) : PdfAction
names Object
flags int
return PdfAction

CreateSubmitForm() public static method

public static CreateSubmitForm ( string file, Object names, int flags ) : PdfAction
file string
names Object
flags int
return PdfAction

GotoEmbedded() public static method

public static GotoEmbedded ( String filename, PdfTargetDictionary target, PdfObject dest, bool newWindow ) : PdfAction
filename String
target iTextSharp.text.pdf.collection.PdfTargetDictionary
dest PdfObject
newWindow bool
return PdfAction

GotoEmbedded() public static method

public static GotoEmbedded ( String filename, PdfTargetDictionary target, String dest, bool isName, bool newWindow ) : PdfAction
filename String
target iTextSharp.text.pdf.collection.PdfTargetDictionary
dest String
isName bool
newWindow bool
return PdfAction

GotoLocalPage() public static method

public static GotoLocalPage ( String dest, bool isName ) : PdfAction
dest String
isName bool
return PdfAction

GotoLocalPage() public static method

public static GotoLocalPage ( int page, PdfDestination dest, PdfWriter writer ) : PdfAction
page int
dest PdfDestination
writer PdfWriter
return PdfAction

GotoRemotePage() public static method

public static GotoRemotePage ( String filename, String dest, bool isName, bool newWindow ) : PdfAction
filename String
dest String
isName bool
newWindow bool
return PdfAction

JavaScript() public static method

public static JavaScript ( string code, PdfWriter writer ) : PdfAction
code string
writer PdfWriter
return PdfAction

JavaScript() public static method

public static JavaScript ( string code, PdfWriter writer, bool unicode ) : PdfAction
code string
writer PdfWriter
unicode bool
return PdfAction

Next() public method

public Next ( PdfAction na ) : void
na PdfAction
return void

PdfAction() public method

public PdfAction ( ) : System
return System

PdfAction() public method

public PdfAction ( Uri url ) : System
url System.Uri
return System

PdfAction() public method

public PdfAction ( Uri url, bool isMap ) : System
url System.Uri
isMap bool
return System

PdfAction() public method

public PdfAction ( int named ) : System
named int
return System

PdfAction() public method

public PdfAction ( string url ) : System
url string
return System

PdfAction() public method

public PdfAction ( string url, bool isMap ) : System
url string
isMap bool
return System

PdfAction() public method

public PdfAction ( string filename, int page ) : System
filename string
page int
return System

PdfAction() public method

public PdfAction ( string filename, string name ) : System
filename string
name string
return System

PdfAction() public method

public PdfAction ( string application, string parameters, string operation, string defaultDir ) : System
application string
parameters string
operation string
defaultDir string
return System

Rendition() public static method

public static Rendition ( String file, PdfFileSpecification fs, String mimeType, PdfIndirectReference refi ) : PdfAction
file String
fs PdfFileSpecification
mimeType String
refi PdfIndirectReference
return PdfAction

SetOCGstate() public static method

public static SetOCGstate ( List state, bool preserveRB ) : PdfAction
state List
preserveRB bool
return PdfAction