2.3.4.2.19 CT_LineEx

Target namespace: http://visThemeSchemaUri

Referenced by: CT_LineStyle

A complex type that specifies line properties information of an effect scheme or a connector scheme dynamic theme component in a dynamic theme.

Attributes:

rndg: An a:ST_PositiveCoordinate ([ISO/IEC29500-1:2016] section 20.1.10.42) attribute that specifies the rounding radius of the outline of a shape. The value of the structure MUST be greater than or equal to zero inches. The value of zero specifies that there is no rounding. A value greater than zero specifies that any corner between two line segments, a line segment and an elliptical arc, or two elliptical arcs within the outline is rounded with a radius equal to the value.

start: An xsd:unsignedByte ([XMLSCHEMA2] section 3.3.24) attribute that specifies an arrowhead at the first vertex of a one-dimensional shape.

The value of the structure MUST be specified by the table in the BeginArrow Cell_Type element, and it MUST NOT be 254.

startSize: An xsd:unsignedByte ([XMLSCHEMA2] section 3.3.24) attribute that specifies the size of the arrowhead at the first vertex of a shape.

The value of the structure MUST be specified by the table in the BeginArrowSize Cell_Type element.

end: An xsd:unsignedByte ([XMLSCHEMA2] section 3.3.24) attribute that specifies an arrowhead at the last vertex of a one-dimensional shape.

The value of the structure MUST be specified by the table in the BeginArrow Cell_Type element, and it MUST NOT be 254.

endSize: An xsd:unsignedByte ([XMLSCHEMA2] section 3.3.24) attribute that specifies the size of the arrowhead at the last vertex of a shape. 

The value of the structure MUST be specified by the table in the BeginArrowSize Cell_Type element.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_LineEx" oxsd:cname="LineEx" oxsd:cwrap="noTemplate" oxsd:cexport="true">
   <xsd:attribute name="rndg" type="a:ST_PositiveCoordinate" use="optional" oxsd:cname="rounding"/>
   <xsd:attribute name="start" type="xsd:unsignedByte" use="optional" oxsd:cname="startSymbol"/>
   <xsd:attribute name="startSize" type="xsd:unsignedByte" use="optional" oxsd:cname="startSymbolSize"/>
   <xsd:attribute name="end" type="xsd:unsignedByte" use="optional" oxsd:cname="endSymbol"/>
   <xsd:attribute name="endSize" type="xsd:unsignedByte" use="optional" oxsd:cname="endSymbolSize"/>
 </xsd:complexType>