C# Class iTextSharp.text.rtf.document.RtfDocumentSettings

Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Méthodes publiques

Méthode Description
GetDataCacheStyle ( ) : int
GetProtectionHashBytes ( ) : byte[]
GetProtectionLevel ( ) : int
GetProtectionLevelBytes ( ) : byte[]
GetProtectionLevelRaw ( ) : int
GetReadOnlyRecommended ( ) : bool
IsAlwaysGenerateSoftLinebreaks ( ) : bool
IsAlwaysUseUnicode ( ) : bool
IsDocumentProtected ( ) : bool
IsImagePDFConformance ( ) : bool
IsImageWrittenAsBinary ( ) : bool
IsOutputDebugLineBreaks ( ) : bool
IsOutputTableRowDefinitionAfter ( ) : bool
IsWriteImageScalingInformation ( ) : bool
RegisterParagraphStyle ( RtfParagraphStyle rtfParagraphStyle ) : void
RtfDocumentSettings ( RtfDocument document ) : System
SetAlwaysGenerateSoftLinebreaks ( bool alwaysGenerateSoftLinebreaks ) : void
SetAlwaysUseUnicode ( bool alwaysUseUnicode ) : void
SetDataCacheStyle ( int dataCacheStyle ) : void
SetImagePDFConformance ( bool imagePDFConformance ) : void
SetImageWrittenAsBinary ( bool imageWrittenAsBinary ) : void
SetNewPassword ( String oldPwd, String newPwd ) : bool
SetOptionsForMSWord2000And97 ( ) : void
SetOptionsForMSWordForMac ( ) : void
SetOptionsForMSWordXP ( ) : void
SetOptionsForOpenOfficeOrg ( ) : void
SetOutputDebugLineBreaks ( bool outputDebugLineBreaks ) : void
SetOutputTableRowDefinitionAfter ( bool outputTableRowDefinitionAfter ) : void
SetPasswordHash ( String pwd ) : void
SetProtection ( int level, String pwd ) : bool
SetProtectionLevel ( int level ) : bool
SetReadOnlyRecommended ( bool value ) : void
SetWriteImageScalingInformation ( bool writeImageScalingInformation ) : void
UnprotectDocument ( String pwd ) : bool

Private Methods

Méthode Description
ConvertProtectionLevel ( ) : int

Method Details

GetDataCacheStyle() public méthode

public GetDataCacheStyle ( ) : int
Résultat int

GetProtectionHashBytes() public méthode

public GetProtectionHashBytes ( ) : byte[]
Résultat byte[]

GetProtectionLevel() public méthode

public GetProtectionLevel ( ) : int
Résultat int

GetProtectionLevelBytes() public méthode

public GetProtectionLevelBytes ( ) : byte[]
Résultat byte[]

GetProtectionLevelRaw() public méthode

public GetProtectionLevelRaw ( ) : int
Résultat int

GetReadOnlyRecommended() public méthode

public GetReadOnlyRecommended ( ) : bool
Résultat bool

IsAlwaysGenerateSoftLinebreaks() public méthode

public IsAlwaysGenerateSoftLinebreaks ( ) : bool
Résultat bool

IsAlwaysUseUnicode() public méthode

public IsAlwaysUseUnicode ( ) : bool
Résultat bool

IsDocumentProtected() public méthode

public IsDocumentProtected ( ) : bool
Résultat bool

IsImagePDFConformance() public méthode

public IsImagePDFConformance ( ) : bool
Résultat bool

IsImageWrittenAsBinary() public méthode

public IsImageWrittenAsBinary ( ) : bool
Résultat bool

IsOutputDebugLineBreaks() public méthode

public IsOutputDebugLineBreaks ( ) : bool
Résultat bool

IsOutputTableRowDefinitionAfter() public méthode

public IsOutputTableRowDefinitionAfter ( ) : bool
Résultat bool

IsWriteImageScalingInformation() public méthode

public IsWriteImageScalingInformation ( ) : bool
Résultat bool

RegisterParagraphStyle() public méthode

public RegisterParagraphStyle ( RtfParagraphStyle rtfParagraphStyle ) : void
rtfParagraphStyle iTextSharp.text.rtf.style.RtfParagraphStyle
Résultat void

RtfDocumentSettings() public méthode

public RtfDocumentSettings ( RtfDocument document ) : System
document RtfDocument
Résultat System

SetAlwaysGenerateSoftLinebreaks() public méthode

public SetAlwaysGenerateSoftLinebreaks ( bool alwaysGenerateSoftLinebreaks ) : void
alwaysGenerateSoftLinebreaks bool
Résultat void

SetAlwaysUseUnicode() public méthode

public SetAlwaysUseUnicode ( bool alwaysUseUnicode ) : void
alwaysUseUnicode bool
Résultat void

SetDataCacheStyle() public méthode

public SetDataCacheStyle ( int dataCacheStyle ) : void
dataCacheStyle int
Résultat void

SetImagePDFConformance() public méthode

public SetImagePDFConformance ( bool imagePDFConformance ) : void
imagePDFConformance bool
Résultat void

SetImageWrittenAsBinary() public méthode

public SetImageWrittenAsBinary ( bool imageWrittenAsBinary ) : void
imageWrittenAsBinary bool
Résultat void

SetNewPassword() public méthode

public SetNewPassword ( String oldPwd, String newPwd ) : bool
oldPwd String
newPwd String
Résultat bool

SetOptionsForMSWord2000And97() public méthode

public SetOptionsForMSWord2000And97 ( ) : void
Résultat void

SetOptionsForMSWordForMac() public méthode

public SetOptionsForMSWordForMac ( ) : void
Résultat void

SetOptionsForMSWordXP() public méthode

public SetOptionsForMSWordXP ( ) : void
Résultat void

SetOptionsForOpenOfficeOrg() public méthode

public SetOptionsForOpenOfficeOrg ( ) : void
Résultat void

SetOutputDebugLineBreaks() public méthode

public SetOutputDebugLineBreaks ( bool outputDebugLineBreaks ) : void
outputDebugLineBreaks bool
Résultat void

SetOutputTableRowDefinitionAfter() public méthode

public SetOutputTableRowDefinitionAfter ( bool outputTableRowDefinitionAfter ) : void
outputTableRowDefinitionAfter bool
Résultat void

SetPasswordHash() public méthode

public SetPasswordHash ( String pwd ) : void
pwd String
Résultat void

SetProtection() public méthode

public SetProtection ( int level, String pwd ) : bool
level int
pwd String
Résultat bool

SetProtectionLevel() public méthode

public SetProtectionLevel ( int level ) : bool
level int
Résultat bool

SetReadOnlyRecommended() public méthode

public SetReadOnlyRecommended ( bool value ) : void
value bool
Résultat void

SetWriteImageScalingInformation() public méthode

public SetWriteImageScalingInformation ( bool writeImageScalingInformation ) : void
writeImageScalingInformation bool
Résultat void

UnprotectDocument() public méthode

public UnprotectDocument ( String pwd ) : bool
pwd String
Résultat bool