Exemplo n.º 1
0
 def getAttributeList(cls):
     t = TagAttributesEnum
     return (
         BoxTag.getAttributeList()
         + t.VERTICAL_ALIGN
         + t.SPACING
         + t.SAME_HEIGHT
         + t.RAGGED
         + t.DEFAULT_REACH
         + t.MAX_COLUMNS
         + t.SIZE
     )
Exemplo n.º 2
0
 def getAttributeList(cls):
     t = TagAttributesEnum
     return BoxTag.getAttributeList() + t.TYPE
Exemplo n.º 3
0
 def getAttributeList(cls):
     t = TagAttributesEnum
     return BoxTag.getAttributeList() + t.SMALL + t.SIZE + t.CENTER + t.TYPE + t.PUSH + t.PULL \
         + t.OFFSET
Exemplo n.º 4
0
 def getAttributeList(cls):
     t = TagAttributesEnum
     return BoxTag.getAttributeList() + t.ROW_REACH + t.SIDE + t.EDGES + t.ON + t.REACH
Exemplo n.º 5
0
 def getAttributeList(cls):
     t = TagAttributesEnum
     return BoxTag.getAttributeList() + t.MERGE + t.LINE_TYPE + t.EDGES + t.COLOR + \
            t.LINE_WIDTH + t.TYPE