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 ( |
||
RtfDocumentSettings ( |
||
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 |
Method | Description | |
---|---|---|
ConvertProtectionLevel ( ) : int |
public IsAlwaysGenerateSoftLinebreaks ( ) : bool | ||
return | bool |
public IsOutputTableRowDefinitionAfter ( ) : bool | ||
return | bool |
public IsWriteImageScalingInformation ( ) : bool | ||
return | bool |
public RegisterParagraphStyle ( |
||
rtfParagraphStyle | ||
return | void |
public RtfDocumentSettings ( |
||
document | ||
return | System |
public SetAlwaysGenerateSoftLinebreaks ( bool alwaysGenerateSoftLinebreaks ) : void | ||
alwaysGenerateSoftLinebreaks | bool | |
return | void |
public SetAlwaysUseUnicode ( bool alwaysUseUnicode ) : void | ||
alwaysUseUnicode | bool | |
return | void |
public SetDataCacheStyle ( int dataCacheStyle ) : void | ||
dataCacheStyle | int | |
return | void |
public SetImagePDFConformance ( bool imagePDFConformance ) : void | ||
imagePDFConformance | bool | |
return | void |
public SetImageWrittenAsBinary ( bool imageWrittenAsBinary ) : void | ||
imageWrittenAsBinary | bool | |
return | void |
public SetNewPassword ( String oldPwd, String newPwd ) : bool | ||
oldPwd | String | |
newPwd | String | |
return | bool |
public SetOptionsForMSWord2000And97 ( ) : void | ||
return | void |
public SetOutputDebugLineBreaks ( bool outputDebugLineBreaks ) : void | ||
outputDebugLineBreaks | bool | |
return | void |
public SetOutputTableRowDefinitionAfter ( bool outputTableRowDefinitionAfter ) : void | ||
outputTableRowDefinitionAfter | bool | |
return | void |
public SetProtection ( int level, String pwd ) : bool | ||
level | int | |
pwd | String | |
return | bool |
public SetProtectionLevel ( int level ) : bool | ||
level | int | |
return | bool |
public SetReadOnlyRecommended ( bool value ) : void | ||
value | bool | |
return | void |
public SetWriteImageScalingInformation ( bool writeImageScalingInformation ) : void | ||
writeImageScalingInformation | bool | |
return | void |
public UnprotectDocument ( String pwd ) : bool | ||
pwd | String | |
return | bool |