BodyStyle Class
Slide Master Body Text Style.When the object is serialized out as xml, its qualified name is p:bodyStyle.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Presentation.TextListStyleType
DocumentFormat.OpenXml.Presentation.BodyStyle
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
Public Class BodyStyle _
Inherits TextListStyleType
'Применение
Dim instance As BodyStyle
public class BodyStyle : TextListStyleType
Remarks
The following table lists the possible child types:
DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties <a:defPPr>
DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties <a:lvl1pPr>
DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties <a:lvl2pPr>
DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties <a:lvl3pPr>
DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties <a:lvl4pPr>
DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties <a:lvl5pPr>
DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties <a:lvl6pPr>
DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties <a:lvl7pPr>
DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties <a:lvl8pPr>
DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties <a:lvl9pPr>
DocumentFormat.OpenXml.Drawing.ExtensionList <a:extLst>
[ISO/IEC 29500-1 редакция 1]
19.3.1.5 bodyStyle (Slide Master Body Text Style)
This element specifies the text formatting style for all body text within a master slide. This formatting is used on all body text within presentation slides related to this master. The text formatting is specified by utilizing the DrawingML framework just as within a regular presentation slide. Within the bodyStyle element there can be many different style types defined as there are different kinds of text stored within the body of a slide.
Parent Elements |
---|
txStyles (§19.3.1.52) |
Child Elements |
Subclause |
---|---|
defPPr (Default Paragraph Style) |
§21.1.2.2.2 |
extLst (Extension List) |
§20.1.2.2.15 |
lvl1pPr (List Level 1 Text Style) |
§21.1.2.4.13 |
lvl2pPr (List Level 2 Text Style) |
§21.1.2.4.14 |
lvl3pPr (List Level 3 Text Style) |
§21.1.2.4.15 |
lvl4pPr (List Level 4 Text Style) |
§21.1.2.4.16 |
lvl5pPr (List Level 5 Text Style) |
§21.1.2.4.17 |
lvl6pPr (List Level 6 Text Style) |
§21.1.2.4.18 |
lvl7pPr (List Level 7 Text Style) |
§21.1.2.4.19 |
lvl8pPr (List Level 8 Text Style) |
§21.1.2.4.20 |
lvl9pPr (List Level 9 Text Style) |
§21.1.2.4.21 |
[Note: The W3C XML Schema definition of this element's content model (CT_TextListStyle) is located in §A.4.1. end note]
© ISO/IEC29500: 2008. Приведенный выше текст переведен с английского языка на русский корпорацией Майкрософт (или ее подрядчиками) и ISO не несет ответственности за эти переводы.
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.