Class FitPolicy

  • All Implemented Interfaces:
    java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    public class FitPolicy
    extends java.lang.Object
    implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="ClipOffset" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
           <attribute name="ExpansionPolicy">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="HorizontalOnly"/>
                 <enumeration value="HorizontalVertical"/>
                 <enumeration value="VerticalOnly"/>
                 <enumeration value="VerticalHorizontal"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="GutterPolicy">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="Distribute"/>
                 <enumeration value="Fixed"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="HorizontalGridDirection">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="LeftToRight"/>
                 <enumeration value="RightToLeft"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="MinGutter" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
           <attribute name="RotatePolicy">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="NoRotate"/>
                 <enumeration value="RotateOrthogonal"/>
                 <enumeration value="RotateClockwise"/>
                 <enumeration value="RotateCounterClockwise"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="SizePolicy">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="Abort"/>
                 <enumeration value="ClipToMaxPage"/>
                 <enumeration value="CompleteGrid"/>
                 <enumeration value="FillGrid"/>
                 <enumeration value="FitToPage"/>
                 <enumeration value="ReduceToFit"/>
                 <enumeration value="Tile"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="VerticalGridDirection">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="BottomToTop"/>
                 <enumeration value="TopToBottom"/>
               </restriction>
             </simpleType>
           </attribute>
           <anyAttribute processContents='lax' namespace='##other'/>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form