<prSet>
(Property Set)
This element holds properties and customizations which are used throughout certain elements in DiagramML. The properties can be grouped into the following general categories:
Presentation Properties - presLayoutVars, style, presAssocId, presName, presStyleLbl, presStyleIdx, presStyleCnt
Document Properties - loTypeId, loCatId, qsTypeId, qaCatId, csTypeId, coherent3DOff
Semantic Element Properties - phldrT, phldr
Customization Properties - custAng, custFlipVert, custFlipHor, custSzX, custSzY, custScaleX, custScaleY, custT, custLinFactX, custLinFactY, custLinFactNeighborX, custLinFactNeighborY, custRadScaleRad, custRadScaleInc
<prSet loTypeId="urn:microsoft.com/office/officeart/2005/8/layout/default" loCatId="list" qsTypeId="urn:microsoft.com/office/officeart/2005/8/quickstyle/3d1" qsCatId="3D" csTypeId="urn:microsoft.com/office/officeart/2005/8/colors/colorful2" csCatId="colorful" phldr="1"/>
In this example we define the layout identifier, the category of the layout, the quick style identifier, the quick style category, along with the color style and color style category. ]
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
Attributes |
Description |
---|---|
|
Enables or disables the Coherent 3D behavior for styles that specify this property. The possible values for this attribute are defined by the XML Schema boolean datatype. |
|
This attribute specifies the identifier of the current color transform category. The possible values for this attribute are defined by the XML Schema string datatype. |
|
This attribute specifies the identifier of the currently applied color transform. The possible values for this attribute are defined by the XML Schema string datatype. |
|
Specifies the amount that rotation is customized by. The possible values for this attribute are defined by the XML Schema int datatype. |
|
Specifies if there is a custom horizontal flip applied. The possible values for this attribute are defined by the XML Schema boolean datatype. |
|
Specifies if there is a custom vertical flip applied. The possible values for this attribute are defined by the XML Schema boolean datatype. |
|
Specifies the percentage of the neighbor's width used for offsetting shape. The possible values for this attribute are defined by the XML Schema int datatype. |
|
Specifies the percentage of the neighbor's height used for offsetting shape. The possible values for this attribute are defined by the XML Schema int datatype. |
|
Specifies the percentage of the current shape width used for offsetting the shape. The possible values for this attribute are defined by the XML Schema int datatype. |
|
Specifies the percentage of the current shape height used for offsetting the shape. The possible values for this attribute are defined by the XML Schema int datatype. |
|
Specifies the amount that the include angle has been scaled by. The possible values for this attribute are defined by the XML Schema int datatype. |
|
Specifies how much the radius has been scaled. The possible values for this attribute are defined by the XML Schema int datatype. |
|
Specifies the amount that the width has been scaled by. The possible values for this attribute are defined by the XML Schema int datatype. |
|
Specifies the amount that the height has been scaled by. The possible values for this attribute are defined by the XML Schema int datatype. |
|
Specifies a fixed width override for a shape. The possible values for this attribute are defined by the XML Schema int datatype. |
|
Specifies a fixed height override for a shape. The possible values for this attribute are defined by the XML Schema int datatype. |
|
Specifies if the text has been customized which allows layout to ignore automatic formatting options available to the text. The possible values for this attribute are defined by the XML Schema boolean datatype. |
|
Specifies the current identifier of the layout category applied to the diagram. The possible values for this attribute are defined by the XML Schema string datatype. |
|
Specifies the identifier for the layout currently applied to the diagram. The possible values for this attribute are defined by the XML Schema string datatype. |
|
Indicates that the point is a placeholder or sample item. The possible values for this attribute are defined by the XML Schema boolean datatype. |
|
The text used for display in the element if the placeholder flag is set to The possible values for this attribute are defined by the XML Schema string datatype. |
|
The point associated with this presentation element. This identifier is used together with The possible values for this attribute are defined by the ST_ModelId simple type (§5.9.7.42). |
|
The layout node name of this presentation element. This name is used together with The possible values for this attribute are defined by the XML Schema string datatype. |
|
Specifies the layout node style count of this presentation element. The possible values for this attribute are defined by the XML Schema int datatype. |
|
Specifies the layout node style index of this presentation element. The possible values for this attribute are defined by the XML Schema int datatype. |
|
Specifies the layout node style label of this presentation element. The possible values for this attribute are defined by the XML Schema string datatype. |
|
Specifies the identifier of the category of the currently applied quick style. The possible values for this attribute are defined by the XML Schema string datatype. |
|
Specifies the identifier of the currently applied quick style. The possible values for this attribute are defined by the XML Schema string datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_ElemPropSet">
<sequence>
<element name="presLayoutVars" type="CT_LayoutVariablePropertySet" minOccurs="0" maxOccurs="1"/>
<element name="style" type="a:CT_ShapeStyle" minOccurs="0" maxOccurs="1"/>
</sequence>
<attribute name="presAssocID" type="ST_ModelId" use="optional"/>
<attribute name="presName" type="xsd:string" use="optional"/>
<attribute name="presStyleLbl" type="xsd:string" use="optional"/>
<attribute name="presStyleIdx" type="xsd:int" use="optional"/>
<attribute name="presStyleCnt" type="xsd:int" use="optional"/>
<attribute name="loTypeId" type="xsd:string" use="optional"/>
<attribute name="loCatId" type="xsd:string" use="optional"/>
<attribute name="qsTypeId" type="xsd:string" use="optional"/>
<attribute name="qsCatId" type="xsd:string" use="optional"/>
<attribute name="csTypeId" type="xsd:string" use="optional"/>
<attribute name="csCatId" type="xsd:string" use="optional"/>
<attribute name="coherent3DOff" type="xsd:boolean" use="optional"/>
<attribute name="phldrT" type="xsd:string" use="optional"/>
<attribute name="phldr" type="xsd:boolean" use="optional"/>
<attribute name="custAng" type="xsd:int" use="optional"/>
<attribute name="custFlipVert" type="xsd:boolean" use="optional"/>
<attribute name="custFlipHor" type="xsd:boolean" use="optional"/>
<attribute name="custSzX" type="xsd:int" use="optional"/>
<attribute name="custSzY" type="xsd:int" use="optional"/>
<attribute name="custScaleX" type="xsd:int" use="optional"/>
<attribute name="custScaleY" type="xsd:int" use="optional"/>
<attribute name="custT" type="xsd:boolean" use="optional"/>
<attribute name="custLinFactX" type="xsd:int" use="optional"/>
<attribute name="custLinFactY" type="xsd:int" use="optional"/>
<attribute name="custLinFactNeighborX" type="xsd:int" use="optional"/>
<attribute name="custLinFactNeighborY" type="xsd:int" use="optional"/>
<attribute name="custRadScaleRad" type="xsd:int" use="optional"/>
<attribute name="custRadScaleInc" type="xsd:int" use="optional"/>
</complexType>