Example #1
0
 //         ---------------------------------------------------------------------
 //        Methods for Attribute Rotate
 //        ---------------------------------------------------------------------
 ///
 ///          <summary> * (5) set attribute Rotate </summary>
 ///          * <param name="enumVar">: the enumVar to set the attribute to </param>
 ///
 public virtual void setRotate(EnumRotate enumVar)
 {
     setAttribute(AttributeName.ROTATE, enumVar == null ? null : enumVar.getName(), null);
 }
Example #2
0
 ///
 ///          <summary> * (9) get attribute Rotate </summary>
 ///          * <returns> the value of the attribute </returns>
 ///
 public virtual EnumRotate getRotate()
 {
     return(EnumRotate.getEnum(getAttribute(AttributeName.ROTATE, null, "Rotate0")));
 }
Example #3
0
 static JDFAutoPageCell()
 {
     atrInfoTable[0]  = new AtrInfoTable(AttributeName.BORDER, 0x33333331, AttributeInfo.EnumAttributeType.double_, null, null);
     atrInfoTable[1]  = new AtrInfoTable(AttributeName.CLIPBOX, 0x33333331, AttributeInfo.EnumAttributeType.rectangle, null, null);
     atrInfoTable[2]  = new AtrInfoTable(AttributeName.MARKLIST, 0x33333331, AttributeInfo.EnumAttributeType.NMTOKENS, null, null);
     atrInfoTable[3]  = new AtrInfoTable(AttributeName.ROTATE, 0x33333331, AttributeInfo.EnumAttributeType.enumeration, EnumRotate.getEnum(0), "Rotate0");
     atrInfoTable[4]  = new AtrInfoTable(AttributeName.TRIMSIZE, 0x33333331, AttributeInfo.EnumAttributeType.XYPair, null, null);
     elemInfoTable[0] = new ElemInfoTable(ElementName.COLOR, 0x66666661);
     elemInfoTable[1] = new ElemInfoTable(ElementName.DEVICEMARK, 0x66666661);
     elemInfoTable[2] = new ElemInfoTable(ElementName.FITPOLICY, 0x66666661);
     elemInfoTable[3] = new ElemInfoTable(ElementName.IMAGESHIFT, 0x66666661);
 }