Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public sealed class TextRange : TextCharacterProperties, 
	IActiveSlide, IActivePresentation
Public NotInheritable Class TextRange
	Inherits TextCharacterProperties
	Implements IActiveSlide, IActivePresentation
public ref class TextRange sealed : public TextCharacterProperties, 
	IActiveSlide, IActivePresentation
[<SealedAttribute>]
type TextRange =  
    class
        inherit TextCharacterProperties
        interface IActiveSlide
        interface IActivePresentation
    end

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
TextRange()()()()
Initializes a new instance of the TextRange class
TextRange(String)
Initializes a new instance of the TextRange class
TextRange(TextRange)
Initializes a new instance of the TextRange class
AddField(FieldType)
AlternativeLanguage (Inherited from TextCharacterProperties.)
BookmarkId (Inherited from TextCharacterProperties.)
ClickAction (Inherited from TextCharacterProperties.)
ComplexScriptFont (Inherited from TextCharacterProperties.)
DefaultLatinFont (Inherited from TextCharacterProperties.)
DisplayFill (Inherited from TextCharacterProperties.)
EastAsianFont (Inherited from TextCharacterProperties.)
EffectDag (Inherited from TextCharacterProperties.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Field
Fill (Inherited from TextCharacterProperties.)
FontHeight (Inherited from TextCharacterProperties.)
FontMinSize (Inherited from TextCharacterProperties.)
Format
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
HasClickAction (Inherited from TextCharacterProperties.)
HighlightColor (Inherited from TextCharacterProperties.)
IsBold (Inherited from TextCharacterProperties.)
IsInheritUnderlineFill (Inherited from TextCharacterProperties.)
IsItalic (Inherited from TextCharacterProperties.)
Kumimoji (Inherited from TextCharacterProperties.)
Language (Inherited from TextCharacterProperties.)
LatinFont (Inherited from TextCharacterProperties.)
LineSpacing (Inherited from TextCharacterProperties.)
MouseOverAction (Inherited from TextCharacterProperties.)
NoProofing (Inherited from TextCharacterProperties.)
NormalizeHeights (Inherited from TextCharacterProperties.)
Paragraph
RemoveField()()()()
ScriptDistance (Inherited from TextCharacterProperties.)
SmartTagClean (Inherited from TextCharacterProperties.)
SymbolFont (Inherited from TextCharacterProperties.)
Text
TextCapType (Inherited from TextCharacterProperties.)
TextLineFormat (Inherited from TextCharacterProperties.)
TextStrikethroughType (Inherited from TextCharacterProperties.)
TextUnderlineType (Inherited from TextCharacterProperties.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
UnderlineFillFormat (Inherited from TextCharacterProperties.)
UnderlineFormat (Inherited from TextCharacterProperties.)

Inheritance Hierarchy

System..::..Object
  Spire.Presentation..::..TextCharacterProperties
    Spire.Presentation..::..TextRange

See Also