C# 클래스 iTextSharp.text.rtf.document.RtfDocumentSettings

파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ConvertProtectionLevel ( ) : int

메소드 상세

GetDataCacheStyle() 공개 메소드

public GetDataCacheStyle ( ) : int
리턴 int

GetProtectionHashBytes() 공개 메소드

public GetProtectionHashBytes ( ) : byte[]
리턴 byte[]

GetProtectionLevel() 공개 메소드

public GetProtectionLevel ( ) : int
리턴 int

GetProtectionLevelBytes() 공개 메소드

public GetProtectionLevelBytes ( ) : byte[]
리턴 byte[]

GetProtectionLevelRaw() 공개 메소드

public GetProtectionLevelRaw ( ) : int
리턴 int

GetReadOnlyRecommended() 공개 메소드

public GetReadOnlyRecommended ( ) : bool
리턴 bool

IsAlwaysGenerateSoftLinebreaks() 공개 메소드

public IsAlwaysGenerateSoftLinebreaks ( ) : bool
리턴 bool

IsAlwaysUseUnicode() 공개 메소드

public IsAlwaysUseUnicode ( ) : bool
리턴 bool

IsDocumentProtected() 공개 메소드

public IsDocumentProtected ( ) : bool
리턴 bool

IsImagePDFConformance() 공개 메소드

public IsImagePDFConformance ( ) : bool
리턴 bool

IsImageWrittenAsBinary() 공개 메소드

public IsImageWrittenAsBinary ( ) : bool
리턴 bool

IsOutputDebugLineBreaks() 공개 메소드

public IsOutputDebugLineBreaks ( ) : bool
리턴 bool

IsOutputTableRowDefinitionAfter() 공개 메소드

public IsOutputTableRowDefinitionAfter ( ) : bool
리턴 bool

IsWriteImageScalingInformation() 공개 메소드

public IsWriteImageScalingInformation ( ) : bool
리턴 bool

RegisterParagraphStyle() 공개 메소드

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

RtfDocumentSettings() 공개 메소드

public RtfDocumentSettings ( RtfDocument document ) : System
document RtfDocument
리턴 System

SetAlwaysGenerateSoftLinebreaks() 공개 메소드

public SetAlwaysGenerateSoftLinebreaks ( bool alwaysGenerateSoftLinebreaks ) : void
alwaysGenerateSoftLinebreaks bool
리턴 void

SetAlwaysUseUnicode() 공개 메소드

public SetAlwaysUseUnicode ( bool alwaysUseUnicode ) : void
alwaysUseUnicode bool
리턴 void

SetDataCacheStyle() 공개 메소드

public SetDataCacheStyle ( int dataCacheStyle ) : void
dataCacheStyle int
리턴 void

SetImagePDFConformance() 공개 메소드

public SetImagePDFConformance ( bool imagePDFConformance ) : void
imagePDFConformance bool
리턴 void

SetImageWrittenAsBinary() 공개 메소드

public SetImageWrittenAsBinary ( bool imageWrittenAsBinary ) : void
imageWrittenAsBinary bool
리턴 void

SetNewPassword() 공개 메소드

public SetNewPassword ( String oldPwd, String newPwd ) : bool
oldPwd String
newPwd String
리턴 bool

SetOptionsForMSWord2000And97() 공개 메소드

public SetOptionsForMSWord2000And97 ( ) : void
리턴 void

SetOptionsForMSWordForMac() 공개 메소드

public SetOptionsForMSWordForMac ( ) : void
리턴 void

SetOptionsForMSWordXP() 공개 메소드

public SetOptionsForMSWordXP ( ) : void
리턴 void

SetOptionsForOpenOfficeOrg() 공개 메소드

public SetOptionsForOpenOfficeOrg ( ) : void
리턴 void

SetOutputDebugLineBreaks() 공개 메소드

public SetOutputDebugLineBreaks ( bool outputDebugLineBreaks ) : void
outputDebugLineBreaks bool
리턴 void

SetOutputTableRowDefinitionAfter() 공개 메소드

public SetOutputTableRowDefinitionAfter ( bool outputTableRowDefinitionAfter ) : void
outputTableRowDefinitionAfter bool
리턴 void

SetPasswordHash() 공개 메소드

public SetPasswordHash ( String pwd ) : void
pwd String
리턴 void

SetProtection() 공개 메소드

public SetProtection ( int level, String pwd ) : bool
level int
pwd String
리턴 bool

SetProtectionLevel() 공개 메소드

public SetProtectionLevel ( int level ) : bool
level int
리턴 bool

SetReadOnlyRecommended() 공개 메소드

public SetReadOnlyRecommended ( bool value ) : void
value bool
리턴 void

SetWriteImageScalingInformation() 공개 메소드

public SetWriteImageScalingInformation ( bool writeImageScalingInformation ) : void
writeImageScalingInformation bool
리턴 void

UnprotectDocument() 공개 메소드

public UnprotectDocument ( String pwd ) : bool
pwd String
리턴 bool