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

Inheritance: RtfFont
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
SetStyleNumber ( int styleNumber ) : void

Private Methods

Méthode Description
GetStyleNumber ( ) : int
RtfParagraphStyle ( ) : System
WriteParagraphSettings ( Stream result ) : void

Method Details

Equals() public méthode

public Equals ( Object o ) : bool
o Object
Résultat bool

GetAlignment() public méthode

public GetAlignment ( ) : int
Résultat int

GetBasedOnName() public méthode

public GetBasedOnName ( ) : String
Résultat String

GetFirstLineIndent() public méthode

public GetFirstLineIndent ( ) : int
Résultat int

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetIndentLeft() public méthode

public GetIndentLeft ( ) : int
Résultat int

GetIndentRight() public méthode

public GetIndentRight ( ) : int
Résultat int

GetKeepTogether() public méthode

public GetKeepTogether ( ) : bool
Résultat bool

GetKeepTogetherWithNext() public méthode

public GetKeepTogetherWithNext ( ) : bool
Résultat bool

GetLineLeading() public méthode

public GetLineLeading ( ) : int
Résultat int

GetSpacingAfter() public méthode

public GetSpacingAfter ( ) : int
Résultat int

GetSpacingBefore() public méthode

public GetSpacingBefore ( ) : int
Résultat int

GetStyleName() public méthode

public GetStyleName ( ) : String
Résultat String

HandleInheritance() public méthode

public HandleInheritance ( ) : void
Résultat void

RtfParagraphStyle() public méthode

public RtfParagraphStyle ( RtfDocument doc, RtfParagraphStyle style ) : System
doc iTextSharp.text.rtf.document.RtfDocument
style RtfParagraphStyle
Résultat System

RtfParagraphStyle() public méthode

public RtfParagraphStyle ( String styleName, String basedOnName ) : System
styleName String
basedOnName String
Résultat System

RtfParagraphStyle() public méthode

public RtfParagraphStyle ( String styleName, String fontName, int fontSize, int fontStyle, Color fontColor ) : System
styleName String
fontName String
fontSize int
fontStyle int
fontColor Color
Résultat System

SetAlignment() public méthode

public SetAlignment ( int alignment ) : void
alignment int
Résultat void

SetColor() public méthode

public SetColor ( Color color ) : void
color Color
Résultat void

SetFirstLineIndent() public méthode

public SetFirstLineIndent ( int firstLineIndent ) : void
firstLineIndent int
Résultat void

SetFontName() public méthode

public SetFontName ( String fontName ) : void
fontName String
Résultat void

SetIndentLeft() public méthode

public SetIndentLeft ( int indentLeft ) : void
indentLeft int
Résultat void

SetIndentRight() public méthode

public SetIndentRight ( int indentRight ) : void
indentRight int
Résultat void

SetKeepTogether() public méthode

public SetKeepTogether ( bool keepTogether ) : void
keepTogether bool
Résultat void

SetKeepTogetherWithNext() public méthode

public SetKeepTogetherWithNext ( bool keepTogetherWithNext ) : void
keepTogetherWithNext bool
Résultat void

SetLineLeading() public méthode

public SetLineLeading ( int lineLeading ) : void
lineLeading int
Résultat void

SetSpacingAfter() public méthode

public SetSpacingAfter ( int spacingAfter ) : void
spacingAfter int
Résultat void

SetSpacingBefore() public méthode

public SetSpacingBefore ( int spacingBefore ) : void
spacingBefore int
Résultat void

SetStyle() public méthode

public SetStyle ( int fontStyle ) : void
fontStyle int
Résultat void

SetStyleNumber() protected méthode

protected SetStyleNumber ( int styleNumber ) : void
styleNumber int
Résultat void

WriteBegin() public méthode

public WriteBegin ( Stream result ) : void
result Stream
Résultat void

WriteContent() public méthode

public WriteContent ( Stream outp ) : void
outp Stream
Résultat void

WriteDefinition() public méthode

public WriteDefinition ( Stream result ) : void
result Stream
Résultat void

WriteEnd() public méthode

public WriteEnd ( Stream result ) : void
result Stream
Résultat void

Property Details

ALIGN_CENTER public_oe static_oe property

public static byte[] ALIGN_CENTER
Résultat byte[]

ALIGN_JUSTIFY public_oe static_oe property

public static byte[] ALIGN_JUSTIFY
Résultat byte[]

ALIGN_LEFT public_oe static_oe property

public static byte[] ALIGN_LEFT
Résultat byte[]

ALIGN_RIGHT public_oe static_oe property

public static byte[] ALIGN_RIGHT
Résultat byte[]

FIRST_LINE_INDENT public_oe static_oe property

public static byte[] FIRST_LINE_INDENT
Résultat byte[]

INDENT_LEFT public_oe static_oe property

public static byte[] INDENT_LEFT
Résultat byte[]

INDENT_RIGHT public_oe static_oe property

public static byte[] INDENT_RIGHT
Résultat byte[]

KEEP_TOGETHER public_oe static_oe property

public static byte[] KEEP_TOGETHER
Résultat byte[]

KEEP_TOGETHER_WITH_NEXT public_oe static_oe property

public static byte[] KEEP_TOGETHER_WITH_NEXT
Résultat byte[]

SPACING_AFTER public_oe static_oe property

public static byte[] SPACING_AFTER
Résultat byte[]

SPACING_BEFORE public_oe static_oe property

public static byte[] SPACING_BEFORE
Résultat byte[]

STYLE_HEADING_1 public_oe static_oe property

public static RtfParagraphStyle,iTextSharp.text.rtf.style STYLE_HEADING_1
Résultat RtfParagraphStyle

STYLE_HEADING_2 public_oe static_oe property

public static RtfParagraphStyle,iTextSharp.text.rtf.style STYLE_HEADING_2
Résultat RtfParagraphStyle

STYLE_HEADING_3 public_oe static_oe property

public static RtfParagraphStyle,iTextSharp.text.rtf.style STYLE_HEADING_3
Résultat RtfParagraphStyle

STYLE_NORMAL public_oe static_oe property

public static RtfParagraphStyle,iTextSharp.text.rtf.style STYLE_NORMAL
Résultat RtfParagraphStyle