C# Class iTextSharp.text.rtf.style.RtfParagraphStyle

Inheritance: RtfFont
Datei anzeigen Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Properties

Property Type Description
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

Public Methods

Method Description
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

Protected Methods

Method Description
SetStyleNumber ( int styleNumber ) : void

Private Methods

Method Description
GetStyleNumber ( ) : int
RtfParagraphStyle ( ) : System
WriteParagraphSettings ( Stream result ) : void

Method Details

Equals() public method

public Equals ( Object o ) : bool
o Object
return bool

GetAlignment() public method

public GetAlignment ( ) : int
return int

GetBasedOnName() public method

public GetBasedOnName ( ) : String
return String

GetFirstLineIndent() public method

public GetFirstLineIndent ( ) : int
return int

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetIndentLeft() public method

public GetIndentLeft ( ) : int
return int

GetIndentRight() public method

public GetIndentRight ( ) : int
return int

GetKeepTogether() public method

public GetKeepTogether ( ) : bool
return bool

GetKeepTogetherWithNext() public method

public GetKeepTogetherWithNext ( ) : bool
return bool

GetLineLeading() public method

public GetLineLeading ( ) : int
return int

GetSpacingAfter() public method

public GetSpacingAfter ( ) : int
return int

GetSpacingBefore() public method

public GetSpacingBefore ( ) : int
return int

GetStyleName() public method

public GetStyleName ( ) : String
return String

HandleInheritance() public method

public HandleInheritance ( ) : void
return void

RtfParagraphStyle() public method

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

RtfParagraphStyle() public method

public RtfParagraphStyle ( String styleName, String basedOnName ) : System
styleName String
basedOnName String
return System

RtfParagraphStyle() public method

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

SetAlignment() public method

public SetAlignment ( int alignment ) : void
alignment int
return void

SetColor() public method

public SetColor ( Color color ) : void
color Color
return void

SetFirstLineIndent() public method

public SetFirstLineIndent ( int firstLineIndent ) : void
firstLineIndent int
return void

SetFontName() public method

public SetFontName ( String fontName ) : void
fontName String
return void

SetIndentLeft() public method

public SetIndentLeft ( int indentLeft ) : void
indentLeft int
return void

SetIndentRight() public method

public SetIndentRight ( int indentRight ) : void
indentRight int
return void

SetKeepTogether() public method

public SetKeepTogether ( bool keepTogether ) : void
keepTogether bool
return void

SetKeepTogetherWithNext() public method

public SetKeepTogetherWithNext ( bool keepTogetherWithNext ) : void
keepTogetherWithNext bool
return void

SetLineLeading() public method

public SetLineLeading ( int lineLeading ) : void
lineLeading int
return void

SetSpacingAfter() public method

public SetSpacingAfter ( int spacingAfter ) : void
spacingAfter int
return void

SetSpacingBefore() public method

public SetSpacingBefore ( int spacingBefore ) : void
spacingBefore int
return void

SetStyle() public method

public SetStyle ( int fontStyle ) : void
fontStyle int
return void

SetStyleNumber() protected method

protected SetStyleNumber ( int styleNumber ) : void
styleNumber int
return void

WriteBegin() public method

public WriteBegin ( Stream result ) : void
result Stream
return void

WriteContent() public method

public WriteContent ( Stream outp ) : void
outp Stream
return void

WriteDefinition() public method

public WriteDefinition ( Stream result ) : void
result Stream
return void

WriteEnd() public method

public WriteEnd ( Stream result ) : void
result Stream
return void

Property Details

ALIGN_CENTER public_oe static_oe property

public static byte[] ALIGN_CENTER
return byte[]

ALIGN_JUSTIFY public_oe static_oe property

public static byte[] ALIGN_JUSTIFY
return byte[]

ALIGN_LEFT public_oe static_oe property

public static byte[] ALIGN_LEFT
return byte[]

ALIGN_RIGHT public_oe static_oe property

public static byte[] ALIGN_RIGHT
return byte[]

FIRST_LINE_INDENT public_oe static_oe property

public static byte[] FIRST_LINE_INDENT
return byte[]

INDENT_LEFT public_oe static_oe property

public static byte[] INDENT_LEFT
return byte[]

INDENT_RIGHT public_oe static_oe property

public static byte[] INDENT_RIGHT
return byte[]

KEEP_TOGETHER public_oe static_oe property

public static byte[] KEEP_TOGETHER
return byte[]

KEEP_TOGETHER_WITH_NEXT public_oe static_oe property

public static byte[] KEEP_TOGETHER_WITH_NEXT
return byte[]

SPACING_AFTER public_oe static_oe property

public static byte[] SPACING_AFTER
return byte[]

SPACING_BEFORE public_oe static_oe property

public static byte[] SPACING_BEFORE
return byte[]

STYLE_HEADING_1 public_oe static_oe property

public static RtfParagraphStyle,iTextSharp.text.rtf.style STYLE_HEADING_1
return RtfParagraphStyle

STYLE_HEADING_2 public_oe static_oe property

public static RtfParagraphStyle,iTextSharp.text.rtf.style STYLE_HEADING_2
return RtfParagraphStyle

STYLE_HEADING_3 public_oe static_oe property

public static RtfParagraphStyle,iTextSharp.text.rtf.style STYLE_HEADING_3
return RtfParagraphStyle

STYLE_NORMAL public_oe static_oe property

public static RtfParagraphStyle,iTextSharp.text.rtf.style STYLE_NORMAL
return RtfParagraphStyle