Namespace: Spire.Doc.Formatting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class CharacterFormat : WordAttrCollection
Public Class CharacterFormat
	Inherits WordAttrCollection
public ref class CharacterFormat : public WordAttrCollection
type CharacterFormat =  
    class
        inherit WordAttrCollection
    end

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
CharacterFormat(IDocument)
Default constructor
AcceptFormatRevisionCore(Int32, array<Int32>[]()[][]) (Inherited from WordAttrCollection.)
AcceptFormatRevisionCore(FormatBase, array<Int32>[]()[][], WordAttrCollection) (Inherited from WordAttrCollection.)
AllCaps
Gets or sets AllCaps property of text.
AllowContextualAlternates
Gets or sets a value indicating whether to allow contextual alternates.
Bidi
Returns or sets right-to-left property of text.
Bold
Returns or sets bold style
BoldBidi
Returns or sets bold property for right-to-left text.
Border
Gets border.
CharacterSpacing
CheckUpdateFlagsColl()()()() (Inherited from FormatBase.)
ClearBackground()()()()
Clear the text background.
(Overrides FormatBase..::..ClearBackground()()()().)
ClearFormatting()()()()
Clears the formatting.
(Inherited from FormatBase.)
ClearPropUpdateFlag(Int32) (Inherited from FormatBase.)
CloneImpl()()()() (Inherited from FormatBase.)
CreateEmptyCopy()()()() (Inherited from FormatBase.)
DEF_FONTSIZE
Document
Gets the document.
(Inherited from OwnerHolder.)
DoubleStrike
Returns or sets double strikeout style.
Emboss
Gets or sets emboss property of text.
EmphasisMark
Returns or sets text emphasis mark
Engrave
Gets or sets Engrave property of text.
EnsureComposites()()()() (Inherited from FormatBase.)
EnsureComposites(array<Int32>[]()[][]) (Inherited from FormatBase.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Font
Gets or sets font.
FontName
Returns or sets font name
FontNameAscii
Gets or setsthe font used for Latin text (characters with character codes from 0 through 127).
FontNameBidi
Gets or sets font name for right-to-left text.
FontNameFarEast
Gets or sets East Asian font name.
FontNameNonFarEast
Gets or sets font used for characters with character codes from 128 through 255.
FontSize
Returns or sets font size
FontSizeBidi
Returns or sets font size of the right-to-left text.
FontTypeHint
Gets or sets the font type hint.
GetBaseKey(Int32) (Inherited from FormatBase.)
GetDefComposite(Int32) (Overrides FormatBase..::..GetDefComposite(Int32).)
GetDefComposite(Int32, FormatBase) (Inherited from FormatBase.)
GetDefValue(Int32) (Overrides FormatBase..::..GetDefValue(Int32).)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetSprmOption(Int32) (Overrides FormatBase..::..GetSprmOption(Int32).)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
HasKey(Int32)
Checks if Key exists.
(Inherited from FormatBase.)
Hidden
Gets or sets Hidden property of text.
HighlightColor
Gets or sets highlight color of text.
ImportContainer(FormatBase)
ImportMembers(FormatBase) (Overrides FormatBase..::..ImportMembers(FormatBase).)
InitCompositePrimaryKey()()()() (Overrides FormatBase..::..InitCompositePrimaryKey()()()().)
InitXDLSHolder()()()() (Overrides DocumentSerializable..::..InitXDLSHolder()()()().)
IsDefault
Gets a value indicating whether format is default.
(Inherited from FormatBase.)
IsOutLine
Get/set outline character property.
IsPropertyUpdated(Int32) (Inherited from FormatBase.)
IsShadow
Gets or sets shadow property of text.
IsSmallCaps
Gets or sets IsSmallCaps property of text.
IsStrikeout
Returns or sets strikeout style.
Italic
Returns or sets italic style
ItalicBidi
Returns or sets italic property for right-to-left text.
LigaturesType
Gets or sets the ligatures type.
LocaleIdASCII
Gets or sets the ASCII locale id .
LocaleIdFarEast
Gets or sets the far east locale id .
m_charStyleName
m_doc (Inherited from OwnerHolder.)
m_keysOffset (Inherited from FormatBase.)
m_propertiesHash (Inherited from FormatBase.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
NumberFormType
Gets or sets the number form type.
NumberSpaceType
Gets or sets the number space type.
OnChange(FormatBase, Int32) (Overrides FormatBase..::..OnChange(FormatBase, Int32).)
Position
ReadXmlAttributes(IXDLSAttributeReader) (Overrides DocumentSerializable..::..ReadXmlAttributes(IXDLSAttributeReader).)
ReadXmlContent(IXDLSContentReader) (Overrides DocumentSerializable..::..ReadXmlContent(IXDLSContentReader).)
RestoreReference(String, Int32) (Inherited from DocumentSerializable.)
SetAttr(Int32, Object, Boolean) (Inherited from AttrCollection.)
SetPropUpdateFlag(Int32) (Inherited from FormatBase.)
StylisticSetType
Gets or sets the stylistic set type.
SubSuperScript
TextBackgroundColor
Gets or sets text background color
TextColor
Returns or sets text color
TextScale
Gets or sets a value specifies that the percentage by which the contents of a run shall be expanded or compressed with respect to its normal(100%) character width,with a minimun width of 1% and maximum width of 600%.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
UnderlineStyle
Returns or sets underline style
WriteXmlAttributes(IXDLSAttributeWriter) (Overrides DocumentSerializable..::..WriteXmlAttributes(IXDLSAttributeWriter).)
WriteXmlContent(IXDLSContentWriter) (Overrides DocumentSerializable..::..WriteXmlContent(IXDLSContentWriter).)
XDLSHolder (Inherited from DocumentSerializable.)

Inheritance Hierarchy

System..::..Object
  Spire.Doc..::..OwnerHolder
    Spire.Doc.Documents.XML..::..DocumentSerializable
      Spire.Doc.Formatting..::..FormatBase
        Spire.Doc.Formatting..::..AttrCollection
          Spire.Doc.Formatting..::..WordAttrCollection
            Spire.Doc.Formatting..::..CharacterFormat

See Also