OtherStyle Class

Slide Master Other Text Style.When the object is serialized out as xml, its qualified name is p:otherStyle.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Presentation.TextListStyleType
        DocumentFormat.OpenXml.Presentation.OtherStyle

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

Syntax

'Declaration
Public Class OtherStyle _
    Inherits TextListStyleType
'Usage
Dim instance As OtherStyle
public class OtherStyle : 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 1st Edition]

19.3.1.35 otherStyle (Slide Master Other Text Style)

This element specifies the text formatting style for the all other text within a master slide. This formatting is used on all text not covered by the titleStyle or bodyStyle elements within related presentation slides. The text formatting is specified by utilizing the DrawingML framework just as within a regular presentation slide. Within the otherStyle element there can be many different style types defined as there are different kinds of text stored within a slide.

[Note: The otherStyle element is to be used for specifying the text formatting of text within a slide shape but not within a text box. Text box styling is handled from within the bodyStyle element. end note]

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.

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

OtherStyle Members

DocumentFormat.OpenXml.Presentation Namespace