Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the TextCharacterPropertiesType class.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType
DocumentFormat.OpenXml.Drawing.DefaultRunProperties
DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties
DocumentFormat.OpenXml.Drawing.RunProperties
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<ChildElementInfoAttribute(GetType(Outline))> _
<ChildElementInfoAttribute(GetType(ExtensionList))> _
<ChildElementInfoAttribute(GetType(NoFill))> _
<ChildElementInfoAttribute(GetType(SolidFill))> _
<ChildElementInfoAttribute(GetType(GradientFill))> _
<ChildElementInfoAttribute(GetType(BlipFill))> _
<ChildElementInfoAttribute(GetType(PatternFill))> _
<ChildElementInfoAttribute(GetType(GroupFill))> _
<ChildElementInfoAttribute(GetType(EffectList))> _
<ChildElementInfoAttribute(GetType(EffectDag))> _
<ChildElementInfoAttribute(GetType(Highlight))> _
<ChildElementInfoAttribute(GetType(UnderlineFollowsText))> _
<ChildElementInfoAttribute(GetType(Underline))> _
<ChildElementInfoAttribute(GetType(UnderlineFillText))> _
<ChildElementInfoAttribute(GetType(UnderlineFill))> _
<ChildElementInfoAttribute(GetType(LatinFont))> _
<ChildElementInfoAttribute(GetType(EastAsianFont))> _
<ChildElementInfoAttribute(GetType(ComplexScriptFont))> _
<ChildElementInfoAttribute(GetType(SymbolFont))> _
<ChildElementInfoAttribute(GetType(HyperlinkOnClick))> _
<ChildElementInfoAttribute(GetType(HyperlinkOnMouseOver))> _
<ChildElementInfoAttribute(GetType(RightToLeft), FileFormatVersions.Office2010)> _
Public MustInherit Class TextCharacterPropertiesType _
Inherits OpenXmlCompositeElement
'Usage
Dim instance As TextCharacterPropertiesType
[ChildElementInfoAttribute(typeof(Outline))]
[ChildElementInfoAttribute(typeof(ExtensionList))]
[ChildElementInfoAttribute(typeof(NoFill))]
[ChildElementInfoAttribute(typeof(SolidFill))]
[ChildElementInfoAttribute(typeof(GradientFill))]
[ChildElementInfoAttribute(typeof(BlipFill))]
[ChildElementInfoAttribute(typeof(PatternFill))]
[ChildElementInfoAttribute(typeof(GroupFill))]
[ChildElementInfoAttribute(typeof(EffectList))]
[ChildElementInfoAttribute(typeof(EffectDag))]
[ChildElementInfoAttribute(typeof(Highlight))]
[ChildElementInfoAttribute(typeof(UnderlineFollowsText))]
[ChildElementInfoAttribute(typeof(Underline))]
[ChildElementInfoAttribute(typeof(UnderlineFillText))]
[ChildElementInfoAttribute(typeof(UnderlineFill))]
[ChildElementInfoAttribute(typeof(LatinFont))]
[ChildElementInfoAttribute(typeof(EastAsianFont))]
[ChildElementInfoAttribute(typeof(ComplexScriptFont))]
[ChildElementInfoAttribute(typeof(SymbolFont))]
[ChildElementInfoAttribute(typeof(HyperlinkOnClick))]
[ChildElementInfoAttribute(typeof(HyperlinkOnMouseOver))]
[ChildElementInfoAttribute(typeof(RightToLeft), FileFormatVersions.Office2010)]
public abstract class TextCharacterPropertiesType : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:Outline <a:ln>NoFill <a:noFill>SolidFill <a:solidFill>GradientFill <a:gradFill>BlipFill <a:blipFill>PatternFill <a:pattFill>GroupFill <a:grpFill>EffectList <a:effectLst>EffectDAG <a:effectDag>Highlight <a:highlight>UnderlineFollowsText <a:uLnTx>Underline <a:uLn>UnderlineFillText <a:uFillTx>UnderlineFill <a:uFill>LatinFont <a:latin>EastAsianFont <a:ea>ComplexScriptFont <a:cs>SymbolFont <a:sym>HyperlinkOnClick <a:hlinkClick>HyperlinkOnMouseOver <a:hlinkMouseOver>ExtensionList <a:extLst>
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.