C# Класс iTextSharp.text.pdf.PdfAction

Наследование: PdfDictionary
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
BuildArray ( Object names ) : PdfArray
CreateHide ( PdfObject obj, bool hide ) : PdfAction
PdfAction ( PdfIndirectReference destination ) : System

Описание методов

CreateHide() публичный статический метод

public static CreateHide ( Object names, bool hide ) : PdfAction
names Object
hide bool
Результат PdfAction

CreateHide() публичный статический метод

public static CreateHide ( PdfAnnotation annot, bool hide ) : PdfAction
annot PdfAnnotation
hide bool
Результат PdfAction

CreateHide() публичный статический метод

public static CreateHide ( string name, bool hide ) : PdfAction
name string
hide bool
Результат PdfAction

CreateImportData() публичный статический метод

public static CreateImportData ( string file ) : PdfAction
file string
Результат PdfAction

CreateLaunch() публичный статический метод

public static CreateLaunch ( String application, String parameters, String operation, String defaultDir ) : PdfAction
application String
parameters String
operation String
defaultDir String
Результат PdfAction

CreateResetForm() публичный статический метод

public static CreateResetForm ( Object names, int flags ) : PdfAction
names Object
flags int
Результат PdfAction

CreateSubmitForm() публичный статический метод

public static CreateSubmitForm ( string file, Object names, int flags ) : PdfAction
file string
names Object
flags int
Результат PdfAction

GotoEmbedded() публичный статический метод

public static GotoEmbedded ( String filename, PdfTargetDictionary target, PdfObject dest, bool newWindow ) : PdfAction
filename String
target iTextSharp.text.pdf.collection.PdfTargetDictionary
dest PdfObject
newWindow bool
Результат PdfAction

GotoEmbedded() публичный статический метод

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
Результат PdfAction

GotoLocalPage() публичный статический метод

public static GotoLocalPage ( String dest, bool isName ) : PdfAction
dest String
isName bool
Результат PdfAction

GotoLocalPage() публичный статический метод

public static GotoLocalPage ( int page, PdfDestination dest, PdfWriter writer ) : PdfAction
page int
dest PdfDestination
writer PdfWriter
Результат PdfAction

GotoRemotePage() публичный статический метод

public static GotoRemotePage ( String filename, String dest, bool isName, bool newWindow ) : PdfAction
filename String
dest String
isName bool
newWindow bool
Результат PdfAction

JavaScript() публичный статический метод

public static JavaScript ( string code, PdfWriter writer ) : PdfAction
code string
writer PdfWriter
Результат PdfAction

JavaScript() публичный статический метод

public static JavaScript ( string code, PdfWriter writer, bool unicode ) : PdfAction
code string
writer PdfWriter
unicode bool
Результат PdfAction

Next() публичный метод

public Next ( PdfAction na ) : void
na PdfAction
Результат void

PdfAction() публичный метод

public PdfAction ( ) : System
Результат System

PdfAction() публичный метод

public PdfAction ( Uri url ) : System
url System.Uri
Результат System

PdfAction() публичный метод

public PdfAction ( Uri url, bool isMap ) : System
url System.Uri
isMap bool
Результат System

PdfAction() публичный метод

public PdfAction ( int named ) : System
named int
Результат System

PdfAction() публичный метод

public PdfAction ( string url ) : System
url string
Результат System

PdfAction() публичный метод

public PdfAction ( string url, bool isMap ) : System
url string
isMap bool
Результат System

PdfAction() публичный метод

public PdfAction ( string filename, int page ) : System
filename string
page int
Результат System

PdfAction() публичный метод

public PdfAction ( string filename, string name ) : System
filename string
name string
Результат System

PdfAction() публичный метод

public PdfAction ( string application, string parameters, string operation, string defaultDir ) : System
application string
parameters string
operation string
defaultDir string
Результат System

Rendition() публичный статический метод

public static Rendition ( String file, PdfFileSpecification fs, String mimeType, PdfIndirectReference refi ) : PdfAction
file String
fs PdfFileSpecification
mimeType String
refi PdfIndirectReference
Результат PdfAction

SetOCGstate() публичный статический метод

public static SetOCGstate ( List state, bool preserveRB ) : PdfAction
state List
preserveRB bool
Результат PdfAction