Freigeben über


TextSpacingType-Klasse

Defines the TextSpacingType class.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Drawing.TextSpacingType
        DocumentFormat.OpenXml.Drawing.LineSpacing
        DocumentFormat.OpenXml.Drawing.SpaceAfter
        DocumentFormat.OpenXml.Drawing.SpaceBefore

Namespace:  DocumentFormat.OpenXml.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(SpacingPercent))> _
<ChildElementInfoAttribute(GetType(SpacingPoints))> _
Public MustInherit Class TextSpacingType _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As TextSpacingType
[ChildElementInfoAttribute(typeof(SpacingPercent))]
[ChildElementInfoAttribute(typeof(SpacingPoints))]
public abstract class TextSpacingType : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:SpacingPercent <a:spcPct>SpacingPoints <a:spcPts>

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

TextSpacingType-Member

DocumentFormat.OpenXml.Drawing-Namespace