3.1.4.60.3.3 TimeSlicerFormatElement

Namespace: http://schemas.microsoft.com/office/Excel/Server/WebServices/ExcelServerInternalService/

A time slicer formatting specification. Contains a SlicerFormatElement element (section 2.2.4.37) and a gradient fill angle.

 <xs:complexType name="TimeSlicerFormatElement" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexContent mixed="false">
     <xs:extension base="tns:SlicerFormatElement">
       <xs:sequence>
         <xs:element minOccurs="1" maxOccurs="1" name="FontHeight" type="xs:int"/>
         <xs:element minOccurs="1" maxOccurs="1" name="GradientAngle" type="xs:double"/>
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

FontHeight:  Specifies the height in pixels of the font specified by the SlicerFontType attribute of the SlicerFormatElement element (section 2.2.4.37).

GradientAngle: Specific direction used to showing gradient color. MUST be present.