Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
Public Member Functions | Static Public Member Functions | Properties | List of all members
SolidFramework.Model.Plumbing.TextStyle Class Reference
Inheritance diagram for SolidFramework.Model.Plumbing.TextStyle:
SolidFramework.Model.Plumbing.Style SolidFramework.Model.Plumbing.ParagraphStyle SolidFramework.Model.Plumbing.ListStyle

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.
 

Member Function Documentation

◆ Dispose()

override void SolidFramework.Model.Plumbing.TextStyle.Dispose ( )
virtual

Property Documentation

◆ BasedOn

SolidFramework.Model.Plumbing.StyleTemplate SolidFramework.Model.Plumbing.TextStyle.BasedOn
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.

◆ CharacterPosition

SolidFramework.Model.Plumbing.CharacterPosition SolidFramework.Model.Plumbing.TextStyle.CharacterPosition
get

Gets a E:CharacterPosition that specifies the position of the characters (superscript/subscript/normal).

The character position.

◆ CharSpacing

double SolidFramework.Model.Plumbing.TextStyle.CharSpacing
get

Gets the char spacing.

The char spacing.

◆ Font

SolidFramework.Model.Plumbing.Font SolidFramework.Model.Plumbing.TextStyle.Font
get

Gets the font. This may be null

Returns
A T:SolidFramework::Model::Plumbing::Font that describes the font if one is specified for the Run, otherwise Null.

◆ FontSize

double SolidFramework.Model.Plumbing.TextStyle.FontSize
get

Gets the size of the font in points.

The size of the font.

◆ FontWeight

int SolidFramework.Model.Plumbing.TextStyle.FontWeight
get

Gets the font weight in points.

The font weight.

◆ HighlightColor

global.System.Drawing.Color SolidFramework.Model.Plumbing.TextStyle.HighlightColor
get

Gets the color of the highlight.

A E:Color that describes of the highlight.

◆ Italic

bool SolidFramework.Model.Plumbing.TextStyle.Italic
get

Gets a value indicating whether this text is italic.

true if italic; otherwise, false.

◆ RightToLeft

bool SolidFramework.Model.Plumbing.TextStyle.RightToLeft
get

Gets a value indicating whether [right to left].

true if [right to left]; otherwise, false.

◆ SmallCaps

bool SolidFramework.Model.Plumbing.TextStyle.SmallCaps
get

Gets a value indicating whether this text is smallcaps.

true if smallcaps; otherwise, false.

◆ TextColor

global.System.Drawing.Color SolidFramework.Model.Plumbing.TextStyle.TextColor
get

Gets the color of the text.

A E:Color that describes the color of the text.

◆ TextRise

double SolidFramework.Model.Plumbing.TextStyle.TextRise
get

Gets the text rise.

The text rise.

◆ TextScale

double SolidFramework.Model.Plumbing.TextStyle.TextScale
get

Gets the text scale. This is a ratio.

The text scale.

◆ UnderlineColor

global.System.Drawing.Color SolidFramework.Model.Plumbing.TextStyle.UnderlineColor
get

Gets the color of the underline.

A E:Color color of the underline.

◆ UnderlineType

SolidFramework.Model.Plumbing.BorderLineType SolidFramework.Model.Plumbing.TextStyle.UnderlineType
get

Gets the underline effect.

Gets a E:BorderLineType that describes the underline effect.

◆ WordSpacing

double SolidFramework.Model.Plumbing.TextStyle.WordSpacing
get

Gets the word spacing.

The word spacing.