C# 클래스 iTextSharp.text.rtf.text.RtfParagraph

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

공개 프로퍼티들

프로퍼티 타입 설명
PARAGRAPH byte[]

보호된 프로퍼티들

프로퍼티 타입 설명
paragraphStyle iTextSharp.text.rtf.style.RtfParagraphStyle

공개 메소드들

메소드 설명
GetIndentLeft ( ) : int
GetIndentRight ( ) : int
RtfParagraph ( RtfDocument doc, Paragraph paragraph ) : System
SetIndentLeft ( int indentLeft ) : void
SetIndentRight ( int indentRight ) : void
SetKeepTogetherWithNext ( bool keepTogetherWithNext ) : void
WriteContent ( Stream result ) : void

메소드 상세

GetIndentLeft() 공개 메소드

public GetIndentLeft ( ) : int
리턴 int

GetIndentRight() 공개 메소드

public GetIndentRight ( ) : int
리턴 int

RtfParagraph() 공개 메소드

public RtfParagraph ( RtfDocument doc, Paragraph paragraph ) : System
doc iTextSharp.text.rtf.document.RtfDocument
paragraph iTextSharp.text.Paragraph
리턴 System

SetIndentLeft() 공개 메소드

public SetIndentLeft ( int indentLeft ) : void
indentLeft int
리턴 void

SetIndentRight() 공개 메소드

public SetIndentRight ( int indentRight ) : void
indentRight int
리턴 void

SetKeepTogetherWithNext() 공개 메소드

public SetKeepTogetherWithNext ( bool keepTogetherWithNext ) : void
keepTogetherWithNext bool
리턴 void

WriteContent() 공개 메소드

public WriteContent ( Stream result ) : void
result Stream
리턴 void

프로퍼티 상세

PARAGRAPH 공개적으로 정적으로 프로퍼티

public static byte[] PARAGRAPH
리턴 byte[]

paragraphStyle 보호되어 있는 프로퍼티

protected RtfParagraphStyle,iTextSharp.text.rtf.style paragraphStyle
리턴 iTextSharp.text.rtf.style.RtfParagraphStyle