![]() |
Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
|
Public Member Functions | |
| override void | Dispose () |
| bool | Equals (SolidFramework.Model.Plumbing.Style other) |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
Static Public Member Functions | |
| static bool | operator== (SolidFramework.Model.Plumbing.Style obj1, SolidFramework.Model.Plumbing.Style obj2) |
| static bool | operator!= (SolidFramework.Model.Plumbing.Style obj1, SolidFramework.Model.Plumbing.Style obj2) |
Properties | |
| SolidFramework.Model.Plumbing.StyleTemplate | BasedOn [get] |
| Gets the style template that this style is based on. More... | |
| global::System.Drawing.Color | TextColor [get] |
| Gets the color of the text. More... | |
| global::System.Drawing.Color | HighlightColor [get] |
| Gets the color of the highlight. More... | |
| global::System.Drawing.Color | UnderlineColor [get] |
| Gets the color of the underline. More... | |
| SolidFramework.Model.Plumbing.Font | Font [get] |
| Gets the font. This may be null More... | |
| bool | Italic [get] |
| Gets a value indicating whether this text is italic. More... | |
| bool | SmallCaps [get] |
| Gets a value indicating whether this text is smallcaps. More... | |
| bool | RightToLeft [get] |
| Gets a value indicating whether [right to left]. More... | |
| int | FontWeight [get] |
| Gets the font weight in points. More... | |
| double | FontSize [get] |
| Gets the size of the font in points. More... | |
| double | TextScale [get] |
| Gets the text scale. This is a ratio. More... | |
| double | CharSpacing [get] |
| Gets the char spacing. More... | |
| double | WordSpacing [get] |
| Gets the word spacing. More... | |
| SolidFramework.Model.Plumbing.CharacterPosition | CharacterPosition [get] |
| Gets a E:CharacterPosition that specifies the position of the characters (superscript/subscript/normal). More... | |
| double | TextRise [get] |
| Gets the text rise. More... | |
| bool | HasTextColor [get] |
| Gets whether a TextColor has been explicitly assigned. | |
| bool | HasHighlightColor [get] |
| Gets whether a HighlightColor has been explicitly assigned. | |
| SolidFramework.Model.Plumbing.BorderLineType | UnderlineType [get] |
| Gets the underline effect. More... | |
| bool | HasUnderlineColor [get] |
| Gets whether an UnderlineColor has been explicitly assigned. | |
|
virtual |
Reimplemented from SolidFramework.Model.Plumbing.Style.
|
get |
Gets the style template that this style is based on.
The style template that this style is based on, or null if it this style is not based on a style template.
|
get |
Gets a E:CharacterPosition that specifies the position of the characters (superscript/subscript/normal).
The character position.
|
get |
Gets the char spacing.
The char spacing.
|
get |
Gets the font. This may be null
|
get |
Gets the size of the font in points.
The size of the font.
|
get |
Gets the font weight in points.
The font weight.
|
get |
Gets the color of the highlight.
A E:Color that describes of the highlight.
|
get |
Gets a value indicating whether this text is italic.
true if italic; otherwise, false.
|
get |
Gets a value indicating whether [right to left].
true if [right to left]; otherwise, false.
|
get |
Gets a value indicating whether this text is smallcaps.
true if smallcaps; otherwise, false.
|
get |
Gets the color of the text.
A E:Color that describes the color of the text.
|
get |
Gets the text rise.
The text rise.
|
get |
Gets the text scale. This is a ratio.
The text scale.
|
get |
Gets the color of the underline.
A E:Color color of the underline.
|
get |
Gets the underline effect.
Gets a E:BorderLineType that describes the underline effect.
|
get |
Gets the word spacing.
The word spacing.