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

ファイルを表示 Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

Method 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

Method Description
ConvertProtectionLevel ( ) : int

Method Details

GetDataCacheStyle() public method

public GetDataCacheStyle ( ) : int
return int

GetProtectionHashBytes() public method

public GetProtectionHashBytes ( ) : byte[]
return byte[]

GetProtectionLevel() public method

public GetProtectionLevel ( ) : int
return int

GetProtectionLevelBytes() public method

public GetProtectionLevelBytes ( ) : byte[]
return byte[]

GetProtectionLevelRaw() public method

public GetProtectionLevelRaw ( ) : int
return int

GetReadOnlyRecommended() public method

public GetReadOnlyRecommended ( ) : bool
return bool

IsAlwaysGenerateSoftLinebreaks() public method

public IsAlwaysGenerateSoftLinebreaks ( ) : bool
return bool

IsAlwaysUseUnicode() public method

public IsAlwaysUseUnicode ( ) : bool
return bool

IsDocumentProtected() public method

public IsDocumentProtected ( ) : bool
return bool

IsImagePDFConformance() public method

public IsImagePDFConformance ( ) : bool
return bool

IsImageWrittenAsBinary() public method

public IsImageWrittenAsBinary ( ) : bool
return bool

IsOutputDebugLineBreaks() public method

public IsOutputDebugLineBreaks ( ) : bool
return bool

IsOutputTableRowDefinitionAfter() public method

public IsOutputTableRowDefinitionAfter ( ) : bool
return bool

IsWriteImageScalingInformation() public method

public IsWriteImageScalingInformation ( ) : bool
return bool

RegisterParagraphStyle() public method

public RegisterParagraphStyle ( RtfParagraphStyle rtfParagraphStyle ) : void
rtfParagraphStyle iTextSharp.text.rtf.style.RtfParagraphStyle
return void

RtfDocumentSettings() public method

public RtfDocumentSettings ( RtfDocument document ) : System
document RtfDocument
return System

SetAlwaysGenerateSoftLinebreaks() public method

public SetAlwaysGenerateSoftLinebreaks ( bool alwaysGenerateSoftLinebreaks ) : void
alwaysGenerateSoftLinebreaks bool
return void

SetAlwaysUseUnicode() public method

public SetAlwaysUseUnicode ( bool alwaysUseUnicode ) : void
alwaysUseUnicode bool
return void

SetDataCacheStyle() public method

public SetDataCacheStyle ( int dataCacheStyle ) : void
dataCacheStyle int
return void

SetImagePDFConformance() public method

public SetImagePDFConformance ( bool imagePDFConformance ) : void
imagePDFConformance bool
return void

SetImageWrittenAsBinary() public method

public SetImageWrittenAsBinary ( bool imageWrittenAsBinary ) : void
imageWrittenAsBinary bool
return void

SetNewPassword() public method

public SetNewPassword ( String oldPwd, String newPwd ) : bool
oldPwd String
newPwd String
return bool

SetOptionsForMSWord2000And97() public method

public SetOptionsForMSWord2000And97 ( ) : void
return void

SetOptionsForMSWordForMac() public method

public SetOptionsForMSWordForMac ( ) : void
return void

SetOptionsForMSWordXP() public method

public SetOptionsForMSWordXP ( ) : void
return void

SetOptionsForOpenOfficeOrg() public method

public SetOptionsForOpenOfficeOrg ( ) : void
return void

SetOutputDebugLineBreaks() public method

public SetOutputDebugLineBreaks ( bool outputDebugLineBreaks ) : void
outputDebugLineBreaks bool
return void

SetOutputTableRowDefinitionAfter() public method

public SetOutputTableRowDefinitionAfter ( bool outputTableRowDefinitionAfter ) : void
outputTableRowDefinitionAfter bool
return void

SetPasswordHash() public method

public SetPasswordHash ( String pwd ) : void
pwd String
return void

SetProtection() public method

public SetProtection ( int level, String pwd ) : bool
level int
pwd String
return bool

SetProtectionLevel() public method

public SetProtectionLevel ( int level ) : bool
level int
return bool

SetReadOnlyRecommended() public method

public SetReadOnlyRecommended ( bool value ) : void
value bool
return void

SetWriteImageScalingInformation() public method

public SetWriteImageScalingInformation ( bool writeImageScalingInformation ) : void
writeImageScalingInformation bool
return void

UnprotectDocument() public method

public UnprotectDocument ( String pwd ) : bool
pwd String
return bool