Freigeben über


CommonViewProperties-Klasse

Base properties for Notes View.When the object is serialized out as xml, its qualified name is p:cViewPr.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Presentation.CommonViewProperties

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

Syntax

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

Hinweise

The following table lists the possible child types:

  • ScaleFactor <p:scale>

  • Origin <p:origin>

[ISO/IEC 29500-1 1. Ausgabe]

19.2.2.2 cViewPr (Common View Properties)

This element specifies the view properties that are common across multiple view property elements.

Parent Elements

cSldViewPr (§19.2.2.1); notesTextViewPr (§19.2.2.7); outlineViewPr (§19.2.2.10); sorterViewPr (§19.2.2.17)

Child Elements

Subclause

origin (View Origin)

§19.2.2.9

scale (View Scale)

§19.2.2.13

Attributes

Description

varScale (Variable Scale)

Specifies that the view content should automatically scale to best fit the current window size.

The possible values for this attribute are defined by the W3C XML Schema boolean datatype.

[Note: The W3C XML Schema definition of this element's content model (CT_CommonViewProperties) is located in §A.3. 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

CommonViewProperties-Member

DocumentFormat.OpenXml.Presentation-Namespace