| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cete.dynamicpdf.AttributeType
com.cete.dynamicpdf.AttributeObject
public class AttributeObject
Represents an attribute object.
Licensing:
This class is a DynamicPDF Generator Enterprise Edition
 feature. One of the following licenses is required for non-evaluation usage:
 
| Constructor Summary | |
|---|---|
| AttributeObject(AttributeOwner attributeOwner)Initializes a new instance of the AttributeObjectclass. | |
| Method Summary | |
|---|---|
|  AttributeOwner | getOwner()Gets the owner of the attribute Object. | 
|  void | setAutoGlyphOrientationVertical()Sets a glyph orientation vertical Attributeto theAttributeObjectwith value auto. | 
|  void | setAutoGlyphOrientationVertical(int angle)Sets a glyph orientation vertical Attributeto theAttributeObject. | 
|  void | setAutoHeight()Sets a height Attributeto theAttributeObjectwith value auto. | 
|  void | setAutoWidth()Sets a width Attributeto theAttributeObjectwith value auto. | 
|  void | setBackgroundColor()Sets a background color Attributeto theAttributeObjectwith default value. | 
|  void | setBackgroundColor(float red,
                   float green,
                   float blue)Sets a background color Attributeto theAttributeObject. | 
|  void | setBackgroundColor(RgbColor rgbColor)Sets a background color Attributeto theAttributeObject. | 
|  void | setBaselineShift()Sets a baseline shift Attributeto theAttributeObjectwith default value. | 
|  void | setBaselineShift(float baselineShift)Sets a baseline shift Attributeto theAttributeObject. | 
|  void | setBlockAlign()Sets a block align Attributeto theAttributeObjectwith default value. | 
|  void | setBlockAlign(BlockAlign blockAlign)Sets a block align Attributeto theAttributeObject. | 
|  void | setBorderColor()Sets a border color Attributeto theAttributeObjectwith default value. | 
|  void | setBorderColor(float red,
               float green,
               float blue)Sets a border color Attributeto theAttributeObject. | 
|  void | setBorderColor(RgbColor rgbColor)Sets a border color Attributeto theAttributeObject. | 
|  void | setBorderColor(RgbColor beforeEdge,
               RgbColor afterEdge,
               RgbColor startEdge,
               RgbColor endEdge)Sets a border color Attributeto theAttributeObject. | 
|  void | setBorderStyle()Sets a border style Attributeto theAttributeObjectwith default value. | 
|  void | setBorderStyle(BorderStyleAttribute allEdgesValue)Sets a border style Attributeto theAttributeObject. | 
|  void | setBorderStyle(BorderStyleAttribute beforeEdge,
               BorderStyleAttribute afterEdge,
               BorderStyleAttribute startEdge,
               BorderStyleAttribute endEdge)Sets a border style Attributeto theAttributeObject. | 
|  void | setBorderThickness()Sets a border thickness Attributeto theAttributeObjectwith default value. | 
|  void | setBorderThickness(float allEdgesValue)Sets a border thickness Attributeto theAttributeObject. | 
|  void | setBorderThickness(float beforeEdge,
                   float afterEdge,
                   float startEdge,
                   float endEdge)Sets a border thickness Attributeto theAttributeObject. | 
|  void | setBoundingBox()Sets a bounding box Attributeto theAttributeObjectwith default value. | 
|  void | setBoundingBox(BoundingBox bBox)Sets a bounding box Attributeto theAttributeObject. | 
|  void | setBoundingBox(float left,
               float bottom,
               float right,
               float top)Sets a bounding box Attributeto theAttributeObject. | 
|  void | setChecked()Sets a checked Attributeto theAttributeObjectwith default value. | 
|  void | setChecked(Checked checkedValue)Sets a checked Attributeto theAttributeObject. | 
|  void | setColor()Sets a color Attributeto theAttributeObjectwith default value. | 
|  void | setColor(float red,
         float green,
         float blue)Sets a color Attributeto theAttributeObject. | 
|  void | setColor(RgbColor rgbColor)Sets a color Attributeto theAttributeObject. | 
|  void | setColumnCount()Sets a column count Attributeto theAttributeObjectwith default value. | 
|  void | setColumnCount(int columnCount)Sets a column count Attributeto theAttributeObject. | 
|  void | setColumnGap()Sets a column gap Attributeto theAttributeObjectwith default value. | 
|  void | setColumnGap(float columnGap)Sets a column gap Attributeto theAttributeObject. | 
|  void | setColumnGap(float[] columnGap)Sets a column gap Attributeto theAttributeObject. | 
|  void | setColumnSpan()Sets a column span Attributeto theAttributeObjectwith default value. | 
|  void | setColumnSpan(int colSpan)Sets a column span Attributeto theAttributeObject. | 
|  void | setColumnWidths()Sets a column widths Attributeto theAttributeObjectwith default value. | 
|  void | setColumnWidths(float columnWidths)Sets a column widths Attributeto theAttributeObject. | 
|  void | setColumnWidths(float[] columnWidths)Sets a column widths Attributeto theAttributeObject. | 
|  void | setDescription(java.lang.String desc)Sets a description Attributeto theAttributeObject. | 
|  void | setEndIndent()Sets a end indent Attributeto theAttributeObjectwith default value. | 
|  void | setEndIndent(float endIndent)Sets a end indent Attributeto theAttributeObject. | 
|  void | setGlyphOrientationVertical()Sets a glyph orientation vertical Attributeto theAttributeObjectwith default value. | 
|  void | setHeaders()Sets a headers Attributeto theAttributeObjectwith default value. | 
|  void | setHeaders(java.lang.String[] headers)Sets a headers Attributeto theAttributeObject. | 
|  void | setHeight()Sets a height Attributeto theAttributeObjectwith default value. | 
|  void | setHeight(float height)Sets a height Attributeto theAttributeObject. | 
|  void | setInlineAlign()Sets a inline align Attributeto theAttributeObjectwith default value. | 
|  void | setInlineAlign(InlineAlign inlineAlign)Sets a inline align Attributeto theAttributeObject. | 
|  void | setLineHeight()Sets a line height Attributeto theAttributeObjectwith default value. | 
|  void | setLineHeight(float lineHeight)Sets a line height Attributeto theAttributeObject. | 
|  void | setLineHeight(LineHeight lineHeight)Sets a line height Attributeto theAttributeObject. | 
|  void | setListNumbering()Sets a list numbering Attributeto theAttributeObjectwith default value. | 
|  void | setListNumbering(ListNumbering listNumbering)Sets a list numbering Attributeto theAttributeObject. | 
|  void | setPadding()Sets a padding Attributeto theAttributeObjectwith default value. | 
|  void | setPadding(float allEdges)Sets a padding Attributeto theAttributeObject. | 
|  void | setPadding(float beforeEdge,
           float afterEdge,
           float startEdge,
           float endEdge)Sets a padding Attributeto theAttributeObject. | 
|  void | setPlacement()Sets a placement Attributeto theAttributeObjectwith default value. | 
|  void | setPlacement(Placement placement)Sets a placement Attributeto theAttributeObject. | 
|  void | setRole(Role role)Sets a role Attributeto theAttributeObject. | 
|  void | setRowSpan()Sets a row span Attributeto theAttributeObjectwith default value. | 
|  void | setRowSpan(int rowSpan)Sets a row span Attributeto theAttributeObject. | 
|  void | setRubyAlign()Sets a ruby align Attributeto theAttributeObjectwith default value. | 
|  void | setRubyAlign(RubyAlign rubyAlign)Sets a ruby align Attributeto theAttributeObject. | 
|  void | setRubyPosition()Sets a ruby position Attributeto theAttributeObjectwith default value. | 
|  void | setRubyPosition(RubyPosition rubyPosition)Sets a ruby positon Attributeto theAttributeObject. | 
|  void | setScope()Sets a scope Attributeto theAttributeObjectwith default value. | 
|  void | setScope(Scope scope)Sets a scope Attributeto theAttributeObject. | 
|  void | setSpaceAfter()Sets a space after Attributeto theAttributeObjectwith default value. | 
|  void | setSpaceAfter(float spaceAfter)Sets a space after Attributeto theAttributeObject. | 
|  void | setSpaceBefore()Sets a space before Attributeto theAttributeObjectwith default value. | 
|  void | setSpaceBefore(float spaceBefore)Sets a space before Attributeto theAttributeObject. | 
|  void | setStartIndent()Sets a start indent Attributeto theAttributeObjectwith default value. | 
|  void | setStartIndent(float startIndent)Sets a start indent Attributeto theAttributeObject. | 
|  void | setSummary(java.lang.String summary)Sets a summary Attributeto theAttributeObject. | 
|  void | setTableCellBorderStyle()Sets a table cell border style Attributeto theAttributeObjectwith default value. | 
|  void | setTableCellBorderStyle(BorderStyleAttribute tBorderStyle)Sets a table cell border style Attributeto theAttributeObject. | 
|  void | setTableCellBorderStyle(BorderStyleAttribute beforeEdge,
                        BorderStyleAttribute afterEdge,
                        BorderStyleAttribute startEdge,
                        BorderStyleAttribute endEdge)Sets a table cell border style Attributeto theAttributeObject. | 
|  void | setTableCellPadding()Sets a table cell padding Attributeto theAttributeObjectwith default value. | 
|  void | setTableCellPadding(float allEdges)Sets a table cell padding Attributeto theAttributeObject. | 
|  void | setTableCellPadding(float beforeEdge,
                    float afterEdge,
                    float startEdge,
                    float endEdge)Sets a table cell padding Attributeto theAttributeObject. | 
|  void | setTextAlign()Sets a text align Attributeto theAttributeObjectwith default value. | 
|  void | setTextAlign(TextAlignAttribute textAlign)Sets a text align Attributeto theAttributeObject. | 
|  void | setTextDecorationColor()Sets a text decoration color Attributeto theAttributeObjectwith default value. | 
|  void | setTextDecorationColor(float red,
                       float green,
                       float blue)Sets a text decoration color Attributeto theAttributeObject. | 
|  void | setTextDecorationColor(RgbColor rgbColor)Sets a text decoration color Attributeto theAttributeObject. | 
|  void | setTextDecorationThickness()Sets a text decoration thickness Attributeto theAttributeObjectwith default value. | 
|  void | setTextDecorationThickness(float textDecorationThickness)Sets a text decoration thickness Attributeto theAttributeObject. | 
|  void | setTextDecorationType()Sets a text decoration type Attributeto theAttributeObjectwith default value. | 
|  void | setTextDecorationType(TextDecorationType textDecorationType)Sets a text decoration type Attributeto theAttributeObject. | 
|  void | setTextIndent()Sets a text indent Attributeto theAttributeObjectwith default value. | 
|  void | setTextIndent(float textIndent)Sets a text indent Attributeto theAttributeObject. | 
|  void | setWidth()Sets a width Attributeto theAttributeObjectwith default value. | 
|  void | setWidth(float width)Sets a width Attributeto theAttributeObject. | 
|  void | setWritingMode()Sets a writing mode Attributeto theAttributeObjectwith default value. | 
|  void | setWritingMode(WritingMode attributeValue)Sets a writing mode Attributeto theAttributeObject. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public AttributeObject(AttributeOwner attributeOwner)
AttributeObject class.
attributeOwner - Owner of the attribute Object.| Method Detail | 
|---|
public void setPlacement()
Attribute to the AttributeObject with default value.
public void setPlacement(Placement placement)
Attribute to the AttributeObject.
placement - Value of Attributepublic void setWritingMode()
Attribute to the AttributeObject with default value.
public void setWritingMode(WritingMode attributeValue)
Attribute to the AttributeObject.
attributeValue - Value of Attribute.public void setBackgroundColor()
Attribute to the AttributeObject with default value.
public void setBackgroundColor(RgbColor rgbColor)
Attribute to the AttributeObject.
rgbColor - Value of Attribute.
public void setBackgroundColor(float red,
                               float green,
                               float blue)
Attribute to the AttributeObject.
red - The red intensity.green - The green intensity.blue - The blue intensity.public void setBorderColor()
Attribute to the AttributeObject with default value.
public void setBorderColor(float red,
                           float green,
                           float blue)
Attribute to the AttributeObject.
red - The red intensity.green - The green intensity.blue - The blue intensity.public void setBorderColor(RgbColor rgbColor)
Attribute to the AttributeObject.
rgbColor - Value of Attribute
public void setBorderColor(RgbColor beforeEdge,
                           RgbColor afterEdge,
                           RgbColor startEdge,
                           RgbColor endEdge)
Attribute to the AttributeObject.
beforeEdge - The before edge color of the border.afterEdge - The after edge color of the border.startEdge - The start edge color of the border.endEdge - The end edge color of the border.public void setBorderStyle()
Attribute to the AttributeObject with default value.
public void setBorderStyle(BorderStyleAttribute allEdgesValue)
Attribute to the AttributeObject.
allEdgesValue - Value of the Borde style Attribute.
public void setBorderStyle(BorderStyleAttribute beforeEdge,
                           BorderStyleAttribute afterEdge,
                           BorderStyleAttribute startEdge,
                           BorderStyleAttribute endEdge)
Attribute to the AttributeObject.
beforeEdge - The before edge border style of the border.afterEdge - The after edge border style of the border.startEdge - The start edge border style of the border.endEdge - The end edge border style of the border.public void setBorderThickness()
Attribute to the AttributeObject with default value.
public void setBorderThickness(float allEdgesValue)
Attribute to the AttributeObject.
allEdgesValue - Value of  Attribute.
public void setBorderThickness(float beforeEdge,
                               float afterEdge,
                               float startEdge,
                               float endEdge)
Attribute to the AttributeObject.
beforeEdge - Value of the before edge.afterEdge - Value of the after edge.startEdge - Value of the start edge.endEdge - Value of the end edge.public void setColor()
Attribute to the AttributeObject with default value.
public void setColor(RgbColor rgbColor)
Attribute to the AttributeObject.
rgbColor - Value of Attribute.
public void setColor(float red,
                     float green,
                     float blue)
Attribute to the AttributeObject.
red - The red intensity.green - The green intensity.blue - The blue intensity.public void setPadding()
Attribute to the AttributeObject with default value.
public void setPadding(float allEdges)
Attribute to the AttributeObject.
allEdges - Value of  Attribute
public void setPadding(float beforeEdge,
                       float afterEdge,
                       float startEdge,
                       float endEdge)
Attribute to the AttributeObject.
beforeEdge - Value of the before edge.afterEdge - Value of the after edge.startEdge - Value of the start edge.endEdge - Value of the end edge.public void setSpaceBefore()
Attribute to the AttributeObject with default value.
public void setSpaceBefore(float spaceBefore)
Attribute to the AttributeObject.
spaceBefore - Value of  Attribute.public void setSpaceAfter()
Attribute to the AttributeObject with default value.
public void setSpaceAfter(float spaceAfter)
Attribute to the AttributeObject.
spaceAfter - Value of Attribute.public void setStartIndent()
Attribute to the AttributeObject with default value.
public void setStartIndent(float startIndent)
Attribute to the AttributeObject.
startIndent - Value of Attribute.public void setEndIndent()
Attribute to the AttributeObject with default value.
public void setEndIndent(float endIndent)
Attribute to the AttributeObject.
endIndent - Value of Attribute..public void setTextIndent()
Attribute to the AttributeObject with default value.
public void setTextIndent(float textIndent)
Attribute to the AttributeObject.
textIndent - Value of Attribute.public void setTextAlign()
Attribute to the AttributeObject with default value.
public void setTextAlign(TextAlignAttribute textAlign)
Attribute to the AttributeObject.
textAlign - Value of Attribute.public void setBoundingBox()
Attribute to the AttributeObject with default value.
public void setBoundingBox(float left,
                           float bottom,
                           float right,
                           float top)
Attribute to the AttributeObject.
left - Value of the left margin Attributebottom - Value of the bottom margin Attributeright - Value of the right margin Attributetop - Value of the top margin Attributepublic void setBoundingBox(BoundingBox bBox)
Attribute to the AttributeObject.
bBox - Value of the Attributepublic void setWidth()
Attribute to the AttributeObject with default value.
public void setAutoWidth()
Attribute to the AttributeObject with value auto.
public void setWidth(float width)
Attribute to the AttributeObject.
width - Value of Attribute.public void setHeight()
Attribute to the AttributeObject with default value.
public void setAutoHeight()
Attribute to the AttributeObject with value auto.
public void setHeight(float height)
Attribute to the AttributeObject.
height - Value of Attribute.public void setBlockAlign()
Attribute to the AttributeObject with default value.
public void setBlockAlign(BlockAlign blockAlign)
Attribute to the AttributeObject.
blockAlign - Value of Attribute.public void setInlineAlign()
Attribute to the AttributeObject with default value.
public void setInlineAlign(InlineAlign inlineAlign)
Attribute to the AttributeObject.
inlineAlign - Value of Attribute.public void setTableCellBorderStyle()
Attribute to the AttributeObject with default value.
public void setTableCellBorderStyle(BorderStyleAttribute tBorderStyle)
Attribute to the AttributeObject.
tBorderStyle - Value of Attribute.
public void setTableCellBorderStyle(BorderStyleAttribute beforeEdge,
                                    BorderStyleAttribute afterEdge,
                                    BorderStyleAttribute startEdge,
                                    BorderStyleAttribute endEdge)
Attribute to the AttributeObject.
beforeEdge - Value of the before edge.afterEdge - Value of the after edge.startEdge - Value of the start edge.endEdge - Value of the end edge.public void setTableCellPadding()
Attribute to the AttributeObject with default value.
public void setTableCellPadding(float allEdges)
Attribute to the AttributeObject.
allEdges - value of  Attribute
public void setTableCellPadding(float beforeEdge,
                                float afterEdge,
                                float startEdge,
                                float endEdge)
Attribute to the AttributeObject.
beforeEdge - Value of the before edge.afterEdge - Value of the after edge.startEdge - Value of the start edge.endEdge - Value of the end edge.public void setLineHeight()
Attribute to the AttributeObject with default value.
public void setLineHeight(LineHeight lineHeight)
Attribute to the AttributeObject.
lineHeight - value of  Attributepublic void setLineHeight(float lineHeight)
Attribute to the AttributeObject.
lineHeight - value of  Attributepublic void setBaselineShift()
Attribute to the AttributeObject with default value.
public void setBaselineShift(float baselineShift)
Attribute to the AttributeObject.
baselineShift - value of  Attributepublic void setTextDecorationType()
Attribute to the AttributeObject with default value.
public void setTextDecorationType(TextDecorationType textDecorationType)
Attribute to the AttributeObject.
textDecorationType - value of  Attributepublic void setTextDecorationColor()
Attribute to the AttributeObject with default value.
public void setTextDecorationColor(RgbColor rgbColor)
Attribute to the AttributeObject.
rgbColor - Value of Attribute.
public void setTextDecorationColor(float red,
                                   float green,
                                   float blue)
Attribute to the AttributeObject.
red - The red intensity.green - The green intensity.blue - The blue intensity.public void setTextDecorationThickness()
Attribute to the AttributeObject with default value.
public void setTextDecorationThickness(float textDecorationThickness)
Attribute to the AttributeObject.
textDecorationThickness - Value of Attribute.public void setColumnCount()
Attribute to the AttributeObject with default value.
public void setColumnCount(int columnCount)
Attribute to the AttributeObject.
columnCount - Value of Attribute.public void setColumnWidths()
Attribute to the AttributeObject with default value.
public void setColumnWidths(float columnWidths)
Attribute to the AttributeObject.
columnWidths - Value of Attribute.public void setColumnWidths(float[] columnWidths)
Attribute to the AttributeObject.
columnWidths - Value of Attribute.public void setColumnGap()
Attribute to the AttributeObject with default value.
public void setColumnGap(float columnGap)
Attribute to the AttributeObject.
columnGap - Value of Attribute.public void setColumnGap(float[] columnGap)
Attribute to the AttributeObject.
columnGap - Value of Attribute.public void setGlyphOrientationVertical()
Attribute to the AttributeObject with default value.
public void setAutoGlyphOrientationVertical()
Attribute to the AttributeObject with value auto.
public void setAutoGlyphOrientationVertical(int angle)
Attribute to the AttributeObject.
angle - Value of Attribute.public void setRubyAlign()
Attribute to the AttributeObject with default value.
public void setRubyAlign(RubyAlign rubyAlign)
Attribute to the AttributeObject.
rubyAlign - Value of Attribute.public void setRubyPosition()
Attribute to the AttributeObject with default value.
public void setRubyPosition(RubyPosition rubyPosition)
Attribute to the AttributeObject.
rubyPosition - Value of Attribute.public void setRole(Role role)
Attribute to the AttributeObject.
role - Value of Attribute.public void setChecked()
Attribute to the AttributeObject with default value.
public void setChecked(Checked checkedValue)
Attribute to the AttributeObject.
checkedValue - Value of Attribute.public void setDescription(java.lang.String desc)
Attribute to the AttributeObject.
desc - Value of Attribute.public void setListNumbering()
Attribute to the AttributeObject with default value.
public void setListNumbering(ListNumbering listNumbering)
Attribute to the AttributeObject.
listNumbering - Value of Attribute.public void setRowSpan()
Attribute to the AttributeObject with default value.
public void setRowSpan(int rowSpan)
Attribute to the AttributeObject.
rowSpan - Value of Attribute.public void setColumnSpan()
Attribute to the AttributeObject with default value.
public void setColumnSpan(int colSpan)
Attribute to the AttributeObject.
colSpan - Value of Attribute.public void setHeaders()
Attribute to the AttributeObject with default value.
public void setHeaders(java.lang.String[] headers)
Attribute to the AttributeObject.
headers - Value of Attribute.public void setScope()
Attribute to the AttributeObject with default value.
public void setScope(Scope scope)
Attribute to the AttributeObject.
scope - Value of Attribute.public void setSummary(java.lang.String summary)
Attribute to the AttributeObject.
summary - Value of Attribute.public AttributeOwner getOwner()
getOwner in class AttributeType| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||