Exemplo n.º 1
0
 ///
 ///          <summary> * (9) get attribute ElementType </summary>
 ///          * <returns> the value of the attribute </returns>
 ///
 public virtual EnumElementType getElementType()
 {
     return(EnumElementType.getEnum(getAttribute(AttributeName.ELEMENTTYPE, null, null)));
 }
Exemplo n.º 2
0
 static JDFAutoLayoutElement()
 {
     atrInfoTable[0]  = new AtrInfoTable(AttributeName.IGNOREPDLCOPIES, 0x33333331, AttributeInfo.EnumAttributeType.boolean_, null, "false");
     atrInfoTable[1]  = new AtrInfoTable(AttributeName.IGNOREPDLIMPOSITION, 0x33333331, AttributeInfo.EnumAttributeType.boolean_, null, "true");
     atrInfoTable[2]  = new AtrInfoTable(AttributeName.CLIPPATH, 0x33333333, AttributeInfo.EnumAttributeType.PDFPath, null, null);
     atrInfoTable[3]  = new AtrInfoTable(AttributeName.ELEMENTTYPE, 0x33333333, AttributeInfo.EnumAttributeType.enumeration, EnumElementType.getEnum(0), null);
     atrInfoTable[4]  = new AtrInfoTable(AttributeName.HASBLEEDS, 0x33333333, AttributeInfo.EnumAttributeType.boolean_, null, null);
     atrInfoTable[5]  = new AtrInfoTable(AttributeName.ISBLANK, 0x33333311, AttributeInfo.EnumAttributeType.boolean_, null, null);
     atrInfoTable[6]  = new AtrInfoTable(AttributeName.ISPRINTABLE, 0x33333333, AttributeInfo.EnumAttributeType.boolean_, null, null);
     atrInfoTable[7]  = new AtrInfoTable(AttributeName.ISTRAPPED, 0x33333333, AttributeInfo.EnumAttributeType.boolean_, null, null);
     atrInfoTable[8]  = new AtrInfoTable(AttributeName.PAGELISTINDEX, 0x33333311, AttributeInfo.EnumAttributeType.IntegerRangeList, null, null);
     atrInfoTable[9]  = new AtrInfoTable(AttributeName.SOURCEBLEEDBOX, 0x33333333, AttributeInfo.EnumAttributeType.rectangle, null, null);
     atrInfoTable[10] = new AtrInfoTable(AttributeName.SOURCECLIPBOX, 0x33333333, AttributeInfo.EnumAttributeType.rectangle, null, null);
     atrInfoTable[11] = new AtrInfoTable(AttributeName.SOURCETRIMBOX, 0x33333333, AttributeInfo.EnumAttributeType.rectangle, null, null);
     atrInfoTable[12] = new AtrInfoTable(AttributeName.TEMPLATE, 0x33333333, AttributeInfo.EnumAttributeType.boolean_, null, null);
     elemInfoTable[0] = new ElemInfoTable(ElementName.COLORPOOL, 0x66666611);
     elemInfoTable[1] = new ElemInfoTable(ElementName.DEPENDENCIES, 0x66666611);
     elemInfoTable[2] = new ElemInfoTable(ElementName.ELEMENTCOLORPARAMS, 0x66666611);
     elemInfoTable[3] = new ElemInfoTable(ElementName.FILESPEC, 0x66666666);
     elemInfoTable[4] = new ElemInfoTable(ElementName.IMAGECOMPRESSIONPARAMS, 0x66666611);
     elemInfoTable[5] = new ElemInfoTable(ElementName.PAGELIST, 0x66666611);
     elemInfoTable[6] = new ElemInfoTable(ElementName.SCREENINGPARAMS, 0x66666611);
     elemInfoTable[7] = new ElemInfoTable(ElementName.SEPARATIONSPEC, 0x33333333);
 }