次の方法で共有


TextParagraphPropertiesType Class

Defines the TextParagraphPropertiesType class.

Inheritance Hierarchy

System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType

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

Syntax

'宣言
<ChildElementInfoAttribute(GetType(PictureBullet))> _
<ChildElementInfoAttribute(GetType(BulletSizePercentage))> _
<ChildElementInfoAttribute(GetType(BulletSizePoints))> _
<ChildElementInfoAttribute(GetType(LineSpacing))> _
<ChildElementInfoAttribute(GetType(SpaceBefore))> _
<ChildElementInfoAttribute(GetType(SpaceAfter))> _
<ChildElementInfoAttribute(GetType(BulletColorText))> _
<ChildElementInfoAttribute(GetType(BulletColor))> _
<ChildElementInfoAttribute(GetType(BulletSizeText))> _
<ChildElementInfoAttribute(GetType(BulletFontText))> _
<ChildElementInfoAttribute(GetType(BulletFont))> _
<ChildElementInfoAttribute(GetType(NoBullet))> _
<ChildElementInfoAttribute(GetType(AutoNumberedBullet))> _
<ChildElementInfoAttribute(GetType(CharacterBullet))> _
<ChildElementInfoAttribute(GetType(TabStopList))> _
<ChildElementInfoAttribute(GetType(DefaultRunProperties))> _
<ChildElementInfoAttribute(GetType(ExtensionList))> _
Public MustInherit Class TextParagraphPropertiesType _
    Inherits OpenXmlCompositeElement
'使用
Dim instance As TextParagraphPropertiesType
[ChildElementInfoAttribute(typeof(PictureBullet))]
[ChildElementInfoAttribute(typeof(BulletSizePercentage))]
[ChildElementInfoAttribute(typeof(BulletSizePoints))]
[ChildElementInfoAttribute(typeof(LineSpacing))]
[ChildElementInfoAttribute(typeof(SpaceBefore))]
[ChildElementInfoAttribute(typeof(SpaceAfter))]
[ChildElementInfoAttribute(typeof(BulletColorText))]
[ChildElementInfoAttribute(typeof(BulletColor))]
[ChildElementInfoAttribute(typeof(BulletSizeText))]
[ChildElementInfoAttribute(typeof(BulletFontText))]
[ChildElementInfoAttribute(typeof(BulletFont))]
[ChildElementInfoAttribute(typeof(NoBullet))]
[ChildElementInfoAttribute(typeof(AutoNumberedBullet))]
[ChildElementInfoAttribute(typeof(CharacterBullet))]
[ChildElementInfoAttribute(typeof(TabStopList))]
[ChildElementInfoAttribute(typeof(DefaultRunProperties))]
[ChildElementInfoAttribute(typeof(ExtensionList))]
public abstract class TextParagraphPropertiesType : OpenXmlCompositeElement

Remarks

The following table lists the possible child types:LineSpacing <a:lnSpc>SpaceBefore <a:spcBef>SpaceAfter <a:spcAft>BulletColorText <a:buClrTx>BulletColor <a:buClr>BulletSizeText <a:buSzTx>BulletSizePercentage <a:buSzPct>BulletSizePoints <a:buSzPts>BulletFontText <a:buFontTx>BulletFont <a:buFont>NoBullet <a:buNone>AutoNumberedBullet <a:buAutoNum>CharacterBullet <a:buChar>PictureBullet <a:buBlip>TabStopList <a:tabLst>DefaultRunProperties <a:defRPr>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.

See Also

Reference

TextParagraphPropertiesType Members

DocumentFormat.OpenXml.Drawing Namespace

Inheritance Hierarchy

System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType
DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties
DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties
DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties
DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties
DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties
DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties
DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties
DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties
DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties
DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties
DocumentFormat.OpenXml.Drawing.ParagraphProperties