Freigeben über


ParagraphPropertiesDefault-Klasse

Default Paragraph Properties.When the object is serialized out as xml, its qualified name is w:pPrDefault.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(ParagraphPropertiesBaseStyle))> _
Public Class ParagraphPropertiesDefault _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As ParagraphPropertiesDefault
[ChildElementInfoAttribute(typeof(ParagraphPropertiesBaseStyle))]
public class ParagraphPropertiesDefault : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • ParagraphPropertiesBaseStyle <w:pPr>

[ISO/IEC 29500-1 1. Ausgabe]

17.7.3.3 pPrDefault (Default Paragraph Properties)

This element specifies the presence of a set of default paragraph properties for the current document. The actual paragraph properties are stored within the pPr child element of the current element.

If this element is omitted, then the default paragraph properties for the current document are non-existent (i.e. there are no default paragraph properties in the document, and the defaults are therefore application-defined).

[Example: Consider the following definition for the document defaults for a WordprocessingML document:

<w:docDefaults>
<w:pPrDefault>
<w:pPr>
<w:jc w:val="center"/>
</w:pPr>
</w:pPrDefault>
…
</w:docDefaults>

The pPrDefault element is a container for the set of default paragraph properties for this document. end example]

Parent Elements

docDefaults (§17.7.5.1)

Child Elements

Subclause

pPr (Paragraph Properties)

§17.7.5.2

[Note: The W3C XML Schema definition of this element's content model (CT_PPrDefault) is located in §A.1. end note]

© ISO/IEC29500: 2008. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.

Threadsicherheit

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

Siehe auch

Referenz

ParagraphPropertiesDefault-Member

DocumentFormat.OpenXml.Wordprocessing-Namespace