C# 클래스 iTextSharp.text.rtf.style.RtfParagraphStyle

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

공개 프로퍼티들

프로퍼티 타입 설명
ALIGN_CENTER byte[]
ALIGN_JUSTIFY byte[]
ALIGN_LEFT byte[]
ALIGN_RIGHT byte[]
FIRST_LINE_INDENT byte[]
INDENT_LEFT byte[]
INDENT_RIGHT byte[]
KEEP_TOGETHER byte[]
KEEP_TOGETHER_WITH_NEXT byte[]
SPACING_AFTER byte[]
SPACING_BEFORE byte[]
STYLE_HEADING_1 RtfParagraphStyle
STYLE_HEADING_2 RtfParagraphStyle
STYLE_HEADING_3 RtfParagraphStyle
STYLE_NORMAL RtfParagraphStyle

공개 메소드들

메소드 설명
Equals ( Object o ) : bool
GetAlignment ( ) : int
GetBasedOnName ( ) : String
GetFirstLineIndent ( ) : int
GetHashCode ( ) : int
GetIndentLeft ( ) : int
GetIndentRight ( ) : int
GetKeepTogether ( ) : bool
GetKeepTogetherWithNext ( ) : bool
GetLineLeading ( ) : int
GetSpacingAfter ( ) : int
GetSpacingBefore ( ) : int
GetStyleName ( ) : String
HandleInheritance ( ) : void
RtfParagraphStyle ( RtfDocument doc, RtfParagraphStyle style ) : System
RtfParagraphStyle ( String styleName, String basedOnName ) : System
RtfParagraphStyle ( String styleName, String fontName, int fontSize, int fontStyle, Color fontColor ) : System
SetAlignment ( int alignment ) : void
SetColor ( Color color ) : void
SetFirstLineIndent ( int firstLineIndent ) : void
SetFontName ( String fontName ) : void
SetIndentLeft ( int indentLeft ) : void
SetIndentRight ( int indentRight ) : void
SetKeepTogether ( bool keepTogether ) : void
SetKeepTogetherWithNext ( bool keepTogetherWithNext ) : void
SetLineLeading ( int lineLeading ) : void
SetSpacingAfter ( int spacingAfter ) : void
SetSpacingBefore ( int spacingBefore ) : void
SetStyle ( int fontStyle ) : void
WriteBegin ( Stream result ) : void
WriteContent ( Stream outp ) : void
WriteDefinition ( Stream result ) : void
WriteEnd ( Stream result ) : void

보호된 메소드들

메소드 설명
SetStyleNumber ( int styleNumber ) : void

비공개 메소드들

메소드 설명
GetStyleNumber ( ) : int
RtfParagraphStyle ( ) : System
WriteParagraphSettings ( Stream result ) : void

메소드 상세

Equals() 공개 메소드

public Equals ( Object o ) : bool
o Object
리턴 bool

GetAlignment() 공개 메소드

public GetAlignment ( ) : int
리턴 int

GetBasedOnName() 공개 메소드

public GetBasedOnName ( ) : String
리턴 String

GetFirstLineIndent() 공개 메소드

public GetFirstLineIndent ( ) : int
리턴 int

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetIndentLeft() 공개 메소드

public GetIndentLeft ( ) : int
리턴 int

GetIndentRight() 공개 메소드

public GetIndentRight ( ) : int
리턴 int

GetKeepTogether() 공개 메소드

public GetKeepTogether ( ) : bool
리턴 bool

GetKeepTogetherWithNext() 공개 메소드

public GetKeepTogetherWithNext ( ) : bool
리턴 bool

GetLineLeading() 공개 메소드

public GetLineLeading ( ) : int
리턴 int

GetSpacingAfter() 공개 메소드

public GetSpacingAfter ( ) : int
리턴 int

GetSpacingBefore() 공개 메소드

public GetSpacingBefore ( ) : int
리턴 int

GetStyleName() 공개 메소드

public GetStyleName ( ) : String
리턴 String

HandleInheritance() 공개 메소드

public HandleInheritance ( ) : void
리턴 void

RtfParagraphStyle() 공개 메소드

public RtfParagraphStyle ( RtfDocument doc, RtfParagraphStyle style ) : System
doc iTextSharp.text.rtf.document.RtfDocument
style RtfParagraphStyle
리턴 System

RtfParagraphStyle() 공개 메소드

public RtfParagraphStyle ( String styleName, String basedOnName ) : System
styleName String
basedOnName String
리턴 System

RtfParagraphStyle() 공개 메소드

public RtfParagraphStyle ( String styleName, String fontName, int fontSize, int fontStyle, Color fontColor ) : System
styleName String
fontName String
fontSize int
fontStyle int
fontColor Color
리턴 System

SetAlignment() 공개 메소드

public SetAlignment ( int alignment ) : void
alignment int
리턴 void

SetColor() 공개 메소드

public SetColor ( Color color ) : void
color Color
리턴 void

SetFirstLineIndent() 공개 메소드

public SetFirstLineIndent ( int firstLineIndent ) : void
firstLineIndent int
리턴 void

SetFontName() 공개 메소드

public SetFontName ( String fontName ) : void
fontName String
리턴 void

SetIndentLeft() 공개 메소드

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

SetIndentRight() 공개 메소드

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

SetKeepTogether() 공개 메소드

public SetKeepTogether ( bool keepTogether ) : void
keepTogether bool
리턴 void

SetKeepTogetherWithNext() 공개 메소드

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

SetLineLeading() 공개 메소드

public SetLineLeading ( int lineLeading ) : void
lineLeading int
리턴 void

SetSpacingAfter() 공개 메소드

public SetSpacingAfter ( int spacingAfter ) : void
spacingAfter int
리턴 void

SetSpacingBefore() 공개 메소드

public SetSpacingBefore ( int spacingBefore ) : void
spacingBefore int
리턴 void

SetStyle() 공개 메소드

public SetStyle ( int fontStyle ) : void
fontStyle int
리턴 void

SetStyleNumber() 보호된 메소드

protected SetStyleNumber ( int styleNumber ) : void
styleNumber int
리턴 void

WriteBegin() 공개 메소드

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

WriteContent() 공개 메소드

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

WriteDefinition() 공개 메소드

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

WriteEnd() 공개 메소드

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

프로퍼티 상세

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

public static byte[] ALIGN_CENTER
리턴 byte[]

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

public static byte[] ALIGN_JUSTIFY
리턴 byte[]

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

public static byte[] ALIGN_LEFT
리턴 byte[]

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

public static byte[] ALIGN_RIGHT
리턴 byte[]

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

public static byte[] FIRST_LINE_INDENT
리턴 byte[]

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

public static byte[] INDENT_LEFT
리턴 byte[]

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

public static byte[] INDENT_RIGHT
리턴 byte[]

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

public static byte[] KEEP_TOGETHER
리턴 byte[]

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

public static byte[] KEEP_TOGETHER_WITH_NEXT
리턴 byte[]

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

public static byte[] SPACING_AFTER
리턴 byte[]

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

public static byte[] SPACING_BEFORE
리턴 byte[]

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

public static RtfParagraphStyle,iTextSharp.text.rtf.style STYLE_HEADING_1
리턴 RtfParagraphStyle

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

public static RtfParagraphStyle,iTextSharp.text.rtf.style STYLE_HEADING_2
리턴 RtfParagraphStyle

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

public static RtfParagraphStyle,iTextSharp.text.rtf.style STYLE_HEADING_3
리턴 RtfParagraphStyle

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

public static RtfParagraphStyle,iTextSharp.text.rtf.style STYLE_NORMAL
리턴 RtfParagraphStyle