SphereCoordinates Class
Defines the SphereCoordinates Class.This class is only available in Office2010.When the object is serialized out as xml, its qualified name is w14:rot.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates
Namespace: DocumentFormat.OpenXml.Office2010.Word
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Class SphereCoordinates _
Inherits OpenXmlLeafElement
'Usage
Dim instance As SphereCoordinates
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public class SphereCoordinates : OpenXmlLeafElement
Remarks
2.5.19 CT_SphereCoords
Target namespace: https://schemas.microsoft.com/office/word/2009/2/wordml
Referenced by: CT_LightRig
Sphere coordinates are specified using latitude coordinate, longitude coordinate and a revolution around the central axis.
Attributes:
lat : An ST_PositiveFixedAngle (as specified in [ISO/IEC-29500-1] §20.1.10.44) attribute that specifies the latitude.
lon : An ST_PositiveFixedAngle (as specified in [ISO/IEC-29500-1] §20.1.10.44) attribute that specifies the longitude.
rev : An ST_PositiveFixedAngle (as specified in [ISO/IEC-29500-1] §20.1.10.44) attribute that specifies the revolution around the central axis.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.
<xsd:complexType name="CT_SphereCoords">
<xsd:attribute name="lat" type="a:ST_PositiveFixedAngle" use="required"/>
<xsd:attribute name="lon" type="a:ST_PositiveFixedAngle" use="required"/>
<xsd:attribute name="rev" type="a:ST_PositiveFixedAngle" use="required"/>
</xsd:complexType>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).
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.