|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jasperreports.engine.fill.JRTemplatePrintElement
net.sf.jasperreports.engine.fill.JRTemplatePrintText
Field Summary | |
protected int |
bookmarkLevel
The bookmark level for the anchor associated with this field. |
Fields inherited from class net.sf.jasperreports.engine.fill.JRTemplatePrintElement |
template |
Fields inherited from interface net.sf.jasperreports.engine.JRPrintText |
RUN_DIRECTION_LTR, RUN_DIRECTION_RTL |
Fields inherited from interface net.sf.jasperreports.engine.JRAlignment |
HORIZONTAL_ALIGN_CENTER, HORIZONTAL_ALIGN_JUSTIFIED, HORIZONTAL_ALIGN_LEFT, HORIZONTAL_ALIGN_RIGHT, VERTICAL_ALIGN_BOTTOM, VERTICAL_ALIGN_JUSTIFIED, VERTICAL_ALIGN_MIDDLE, VERTICAL_ALIGN_TOP |
Fields inherited from interface net.sf.jasperreports.engine.JRFont |
DEFAULT_FONT_BOLD, DEFAULT_FONT_ITALIC, DEFAULT_FONT_NAME, DEFAULT_FONT_SIZE, DEFAULT_FONT_STRIKETHROUGH, DEFAULT_FONT_UNDERLINE, DEFAULT_PDF_EMBEDDED, DEFAULT_PDF_ENCODING, DEFAULT_PDF_FONT_NAME |
Constructor Summary | |
JRTemplatePrintText(JRTemplateText text)
|
Method Summary | |
java.lang.String |
getAnchorName()
|
int |
getBookmarkLevel()
Returns the level of the bookmark corresponding to the anchor. |
byte |
getBorder()
Gets the default border pen size (can be overwritten by individual settings). |
java.awt.Color |
getBorderColor()
Gets the default border color (can be overwritten by individual settings). |
byte |
getBottomBorder()
|
java.awt.Color |
getBottomBorderColor()
|
int |
getBottomPadding()
|
JRBox |
getBox()
Deprecated. |
JRFont |
getFont()
Deprecated. |
java.lang.String |
getFontName()
|
int |
getFontSize()
|
byte |
getHorizontalAlignment()
Gets the text horizontal alignment. |
java.lang.String |
getHyperlinkAnchor()
|
java.lang.Integer |
getHyperlinkPage()
|
java.lang.String |
getHyperlinkReference()
|
byte |
getHyperlinkTarget()
|
byte |
getHyperlinkType()
|
float |
getLeadingOffset()
|
byte |
getLeftBorder()
|
java.awt.Color |
getLeftBorderColor()
|
int |
getLeftPadding()
|
byte |
getLineSpacing()
|
float |
getLineSpacingFactor()
|
java.lang.Byte |
getOwnBorder()
|
java.awt.Color |
getOwnBorderColor()
|
java.lang.Byte |
getOwnBottomBorder()
|
java.awt.Color |
getOwnBottomBorderColor()
|
java.lang.Integer |
getOwnBottomPadding()
|
java.lang.String |
getOwnFontName()
|
java.lang.Integer |
getOwnFontSize()
|
java.lang.Byte |
getOwnHorizontalAlignment()
|
java.lang.Byte |
getOwnLeftBorder()
|
java.awt.Color |
getOwnLeftBorderColor()
|
java.lang.Integer |
getOwnLeftPadding()
|
java.lang.Byte |
getOwnLineSpacing()
|
java.lang.Integer |
getOwnPadding()
|
java.lang.String |
getOwnPdfEncoding()
|
java.lang.String |
getOwnPdfFontName()
|
java.lang.Byte |
getOwnRightBorder()
|
java.awt.Color |
getOwnRightBorderColor()
|
java.lang.Integer |
getOwnRightPadding()
|
java.lang.Byte |
getOwnRotation()
|
java.lang.Integer |
getOwnSize()
Deprecated. Replaced by getOwnFontSize() . |
java.lang.Byte |
getOwnTopBorder()
Gets the top border pen size (if the default value was overwritten). |
java.awt.Color |
getOwnTopBorderColor()
Gets the top border color (if the default value was overwritten). |
java.lang.Integer |
getOwnTopPadding()
|
java.lang.Byte |
getOwnVerticalAlignment()
|
int |
getPadding()
Gets the default padding in pixels (can be overwritten by individual settings). |
java.lang.String |
getPdfEncoding()
|
java.lang.String |
getPdfFontName()
|
JRReportFont |
getReportFont()
|
byte |
getRightBorder()
|
java.awt.Color |
getRightBorderColor()
|
int |
getRightPadding()
|
byte |
getRotation()
|
byte |
getRunDirection()
|
int |
getSize()
Deprecated. Replaced by getFontSize() . |
java.lang.String |
getText()
|
byte |
getTextAlignment()
Deprecated. Replaced by getHorizontalAlignment() . |
float |
getTextHeight()
|
byte |
getTopBorder()
Gets the top border pen size. |
java.awt.Color |
getTopBorderColor()
Gets the top border color. |
int |
getTopPadding()
|
byte |
getVerticalAlignment()
Gets the text vertical alignment. |
boolean |
isBold()
|
boolean |
isItalic()
|
java.lang.Boolean |
isOwnBold()
|
java.lang.Boolean |
isOwnItalic()
|
java.lang.Boolean |
isOwnPdfEmbedded()
|
java.lang.Boolean |
isOwnStrikeThrough()
|
java.lang.Boolean |
isOwnStyledText()
|
java.lang.Boolean |
isOwnUnderline()
|
boolean |
isPdfEmbedded()
|
boolean |
isStrikeThrough()
|
boolean |
isStyledText()
|
boolean |
isUnderline()
|
void |
setAnchorName(java.lang.String anchorName)
|
void |
setBold(boolean isBold)
|
void |
setBold(java.lang.Boolean isBold)
Alternative setBold method which allows also to reset the "own" isBold property. |
void |
setBookmarkLevel(int bookmarkLevel)
Sets the boomark level for the anchor. |
void |
setBorder(byte border)
Sets the default border pen size (can be overwritten by individual settings). |
void |
setBorder(java.lang.Byte border)
|
void |
setBorderColor(java.awt.Color borderColor)
Sets the default border color (can be overwritten by individual settings). |
void |
setBottomBorder(byte bottomBorder)
|
void |
setBottomBorder(java.lang.Byte bottomBorder)
|
void |
setBottomBorderColor(java.awt.Color bottomBorderColor)
|
void |
setBottomPadding(int bottomPadding)
|
void |
setBottomPadding(java.lang.Integer bottomPadding)
|
void |
setBox(JRBox box)
Deprecated. |
void |
setFont(JRFont font)
Deprecated. |
void |
setFontName(java.lang.String fontName)
|
void |
setFontSize(int fontSize)
|
void |
setFontSize(java.lang.Integer fontSize)
Alternative setSize method which allows also to reset the "own" size property. |
void |
setHorizontalAlignment(byte horizontalAlignment)
Sets the text horizontal alignment. |
void |
setHorizontalAlignment(java.lang.Byte horizontalAlignment)
|
void |
setHyperlinkAnchor(java.lang.String hyperlinkAnchor)
|
void |
setHyperlinkPage(java.lang.Integer hyperlinkPage)
|
void |
setHyperlinkReference(java.lang.String hyperlinkReference)
|
void |
setHyperlinkTarget(byte hyperlinkTarget)
|
void |
setHyperlinkType(byte hyperlinkType)
|
void |
setItalic(boolean isItalic)
|
void |
setItalic(java.lang.Boolean isItalic)
Alternative setItalic method which allows also to reset the "own" isItalic property. |
void |
setLeadingOffset(float leadingOffset)
|
void |
setLeftBorder(byte leftBorder)
|
void |
setLeftBorder(java.lang.Byte leftBorder)
|
void |
setLeftBorderColor(java.awt.Color leftBorderColor)
|
void |
setLeftPadding(int leftPadding)
|
void |
setLeftPadding(java.lang.Integer leftPadding)
|
void |
setLineSpacing(byte lineSpacing)
|
void |
setLineSpacing(java.lang.Byte lineSpacing)
|
void |
setLineSpacingFactor(float lineSpacingFactor)
|
void |
setPadding(int padding)
Sets the default padding in pixels (can be overwritten by individual settings). |
void |
setPadding(java.lang.Integer padding)
|
void |
setPdfEmbedded(boolean isPdfEmbedded)
|
void |
setPdfEmbedded(java.lang.Boolean isPdfEmbedded)
Alternative setPdfEmbedded method which allows also to reset the "own" isPdfEmbedded property. |
void |
setPdfEncoding(java.lang.String pdfEncoding)
|
void |
setPdfFontName(java.lang.String pdfFontName)
|
void |
setReportFont(JRReportFont reportFont)
|
void |
setRightBorder(byte rightBorder)
|
void |
setRightBorder(java.lang.Byte rightBorder)
|
void |
setRightBorderColor(java.awt.Color rightBorderColor)
|
void |
setRightPadding(int rightPadding)
|
void |
setRightPadding(java.lang.Integer rightPadding)
|
void |
setRotation(byte rotation)
|
void |
setRotation(java.lang.Byte rotation)
|
void |
setRunDirection(byte runDirection)
|
void |
setSize(int size)
Deprecated. Replaced by setFontSize(int) . |
void |
setSize(java.lang.Integer size)
Deprecated. Replaced by setFontSize(Integer) . |
void |
setStrikeThrough(boolean isStrikeThrough)
|
void |
setStrikeThrough(java.lang.Boolean isStrikeThrough)
Alternative setStrikeThrough method which allows also to reset the "own" isStrikeThrough property. |
void |
setStyledText(boolean isStyledText)
|
void |
setStyledText(java.lang.Boolean isStyledText)
|
void |
setText(java.lang.String text)
|
void |
setTextAlignment(byte horizontalAlignment)
Deprecated. Replaced by setHorizontalAlignment(byte) . |
void |
setTextHeight(float textHeight)
|
void |
setTopBorder(byte topBorder)
Sets the top border pen size. |
void |
setTopBorder(java.lang.Byte topBorder)
|
void |
setTopBorderColor(java.awt.Color topBorderColor)
Sets the top border color. |
void |
setTopPadding(int topPadding)
|
void |
setTopPadding(java.lang.Integer topPadding)
|
void |
setUnderline(boolean isUnderline)
|
void |
setUnderline(java.lang.Boolean isUnderline)
Alternative setUnderline method which allows also to reset the "own" isUnderline property. |
void |
setVerticalAlignment(byte verticalAlignment)
Gets the text vertical alignment. |
void |
setVerticalAlignment(java.lang.Byte verticalAlignment)
|
Methods inherited from class net.sf.jasperreports.engine.fill.JRTemplatePrintElement |
getBackcolor, getDefaultStyleProvider, getForecolor, getHeight, getMode, getOwnBackcolor, getOwnForecolor, getOwnMode, getStyle, getWidth, getX, getY, setBackcolor, setForecolor, setHeight, setMode, setMode, setStyle, setWidth, setX, setY |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sf.jasperreports.engine.JRPrintElement |
getBackcolor, getForecolor, getHeight, getMode, getOwnBackcolor, getOwnForecolor, getOwnMode, getWidth, getX, getY, setBackcolor, setForecolor, setHeight, setMode, setMode, setStyle, setWidth, setX, setY |
Methods inherited from interface net.sf.jasperreports.engine.JRStyleContainer |
getDefaultStyleProvider, getStyle |
Field Detail |
protected int bookmarkLevel
JRAnchor.getBookmarkLevel()
Constructor Detail |
public JRTemplatePrintText(JRTemplateText text)
Method Detail |
public java.lang.String getText()
getText
in interface JRPrintText
public void setText(java.lang.String text)
setText
in interface JRPrintText
public float getLineSpacingFactor()
getLineSpacingFactor
in interface JRPrintText
public void setLineSpacingFactor(float lineSpacingFactor)
setLineSpacingFactor
in interface JRPrintText
public float getLeadingOffset()
getLeadingOffset
in interface JRPrintText
public void setLeadingOffset(float leadingOffset)
setLeadingOffset
in interface JRPrintText
public byte getTextAlignment()
getHorizontalAlignment()
.
getTextAlignment
in interface JRPrintText
public void setTextAlignment(byte horizontalAlignment)
setHorizontalAlignment(byte)
.
setTextAlignment
in interface JRPrintText
public byte getHorizontalAlignment()
JRAlignment
getHorizontalAlignment
in interface JRAlignment
JRAlignment
public java.lang.Byte getOwnHorizontalAlignment()
getOwnHorizontalAlignment
in interface JRAlignment
public void setHorizontalAlignment(byte horizontalAlignment)
JRAlignment
setHorizontalAlignment
in interface JRAlignment
horizontalAlignment
- a value representing one of the horizontal alignment constants in JRAlignment
public void setHorizontalAlignment(java.lang.Byte horizontalAlignment)
setHorizontalAlignment
in interface JRAlignment
public byte getVerticalAlignment()
JRAlignment
getVerticalAlignment
in interface JRAlignment
JRAlignment
public java.lang.Byte getOwnVerticalAlignment()
getOwnVerticalAlignment
in interface JRAlignment
public void setVerticalAlignment(byte verticalAlignment)
JRAlignment
setVerticalAlignment
in interface JRAlignment
verticalAlignment
- a value representing one of the vertical alignment constants in JRAlignment
public void setVerticalAlignment(java.lang.Byte verticalAlignment)
setVerticalAlignment
in interface JRAlignment
public byte getRotation()
getRotation
in interface JRPrintText
public java.lang.Byte getOwnRotation()
getOwnRotation
in interface JRPrintText
public void setRotation(byte rotation)
setRotation
in interface JRPrintText
public void setRotation(java.lang.Byte rotation)
setRotation
in interface JRPrintText
public byte getRunDirection()
getRunDirection
in interface JRPrintText
public void setRunDirection(byte runDirection)
setRunDirection
in interface JRPrintText
public float getTextHeight()
getTextHeight
in interface JRPrintText
public void setTextHeight(float textHeight)
setTextHeight
in interface JRPrintText
public byte getLineSpacing()
getLineSpacing
in interface JRPrintText
public java.lang.Byte getOwnLineSpacing()
getOwnLineSpacing
in interface JRPrintText
public void setLineSpacing(byte lineSpacing)
setLineSpacing
in interface JRPrintText
public void setLineSpacing(java.lang.Byte lineSpacing)
setLineSpacing
in interface JRPrintText
public boolean isStyledText()
isStyledText
in interface JRPrintText
public java.lang.Boolean isOwnStyledText()
isOwnStyledText
in interface JRPrintText
public void setStyledText(boolean isStyledText)
setStyledText
in interface JRPrintText
public void setStyledText(java.lang.Boolean isStyledText)
setStyledText
in interface JRPrintText
public JRBox getBox()
getBox
in interface JRPrintText
public void setBox(JRBox box)
setBox
in interface JRPrintText
public JRFont getFont()
getFont
in interface JRPrintText
public void setFont(JRFont font)
setFont
in interface JRPrintText
public java.lang.String getAnchorName()
getAnchorName
in interface JRPrintAnchor
public void setAnchorName(java.lang.String anchorName)
setAnchorName
in interface JRPrintAnchor
public byte getHyperlinkType()
getHyperlinkType
in interface JRPrintHyperlink
public void setHyperlinkType(byte hyperlinkType)
setHyperlinkType
in interface JRPrintHyperlink
public byte getHyperlinkTarget()
getHyperlinkTarget
in interface JRPrintHyperlink
public void setHyperlinkTarget(byte hyperlinkTarget)
setHyperlinkTarget
in interface JRPrintHyperlink
public java.lang.String getHyperlinkReference()
getHyperlinkReference
in interface JRPrintHyperlink
public void setHyperlinkReference(java.lang.String hyperlinkReference)
setHyperlinkReference
in interface JRPrintHyperlink
public java.lang.String getHyperlinkAnchor()
getHyperlinkAnchor
in interface JRPrintHyperlink
public void setHyperlinkAnchor(java.lang.String hyperlinkAnchor)
setHyperlinkAnchor
in interface JRPrintHyperlink
public java.lang.Integer getHyperlinkPage()
getHyperlinkPage
in interface JRPrintHyperlink
public void setHyperlinkPage(java.lang.Integer hyperlinkPage)
setHyperlinkPage
in interface JRPrintHyperlink
public int getBookmarkLevel()
JRPrintAnchor
getBookmarkLevel
in interface JRPrintAnchor
NO_BOOKMARK
if no bookmark should be created for this anchorpublic void setBookmarkLevel(int bookmarkLevel)
JRPrintAnchor
setBookmarkLevel
in interface JRPrintAnchor
bookmarkLevel
- the bookmark level (starting from 1)
or NO_BOOKMARK
if no bookmark should be createdpublic byte getBorder()
JRBox
getBorder
in interface JRBox
public java.lang.Byte getOwnBorder()
getOwnBorder
in interface JRBox
public void setBorder(byte border)
JRBox
setBorder
in interface JRBox
public java.awt.Color getBorderColor()
JRBox
getBorderColor
in interface JRBox
public java.awt.Color getOwnBorderColor()
getOwnBorderColor
in interface JRBox
public void setBorderColor(java.awt.Color borderColor)
JRBox
setBorderColor
in interface JRBox
public int getPadding()
JRBox
getPadding
in interface JRBox
public java.lang.Integer getOwnPadding()
getOwnPadding
in interface JRBox
public void setPadding(int padding)
JRBox
setPadding
in interface JRBox
public byte getTopBorder()
JRBox
getTopBorder
in interface JRBox
public java.lang.Byte getOwnTopBorder()
JRBox
getOwnTopBorder
in interface JRBox
public void setTopBorder(byte topBorder)
JRBox
setTopBorder
in interface JRBox
public java.awt.Color getTopBorderColor()
JRBox
getTopBorderColor
in interface JRBox
public java.awt.Color getOwnTopBorderColor()
JRBox
getOwnTopBorderColor
in interface JRBox
public void setTopBorderColor(java.awt.Color topBorderColor)
JRBox
setTopBorderColor
in interface JRBox
public int getTopPadding()
getTopPadding
in interface JRBox
public java.lang.Integer getOwnTopPadding()
getOwnTopPadding
in interface JRBox
public void setTopPadding(int topPadding)
setTopPadding
in interface JRBox
public byte getLeftBorder()
getLeftBorder
in interface JRBox
public java.lang.Byte getOwnLeftBorder()
getOwnLeftBorder
in interface JRBox
public void setLeftBorder(byte leftBorder)
setLeftBorder
in interface JRBox
public java.awt.Color getLeftBorderColor()
getLeftBorderColor
in interface JRBox
public java.awt.Color getOwnLeftBorderColor()
getOwnLeftBorderColor
in interface JRBox
public void setLeftBorderColor(java.awt.Color leftBorderColor)
setLeftBorderColor
in interface JRBox
public int getLeftPadding()
getLeftPadding
in interface JRBox
public java.lang.Integer getOwnLeftPadding()
getOwnLeftPadding
in interface JRBox
public void setLeftPadding(int leftPadding)
setLeftPadding
in interface JRBox
public byte getBottomBorder()
getBottomBorder
in interface JRBox
public java.lang.Byte getOwnBottomBorder()
getOwnBottomBorder
in interface JRBox
public void setBottomBorder(byte bottomBorder)
setBottomBorder
in interface JRBox
public java.awt.Color getBottomBorderColor()
getBottomBorderColor
in interface JRBox
public java.awt.Color getOwnBottomBorderColor()
getOwnBottomBorderColor
in interface JRBox
public void setBottomBorderColor(java.awt.Color bottomBorderColor)
setBottomBorderColor
in interface JRBox
public int getBottomPadding()
getBottomPadding
in interface JRBox
public java.lang.Integer getOwnBottomPadding()
getOwnBottomPadding
in interface JRBox
public void setBottomPadding(int bottomPadding)
setBottomPadding
in interface JRBox
public byte getRightBorder()
getRightBorder
in interface JRBox
public java.lang.Byte getOwnRightBorder()
getOwnRightBorder
in interface JRBox
public void setRightBorder(byte rightBorder)
setRightBorder
in interface JRBox
public java.awt.Color getRightBorderColor()
getRightBorderColor
in interface JRBox
public java.awt.Color getOwnRightBorderColor()
getOwnRightBorderColor
in interface JRBox
public void setRightBorderColor(java.awt.Color rightBorderColor)
setRightBorderColor
in interface JRBox
public int getRightPadding()
getRightPadding
in interface JRBox
public java.lang.Integer getOwnRightPadding()
getOwnRightPadding
in interface JRBox
public void setRightPadding(int rightPadding)
setRightPadding
in interface JRBox
public JRReportFont getReportFont()
getReportFont
in interface JRFont
public void setReportFont(JRReportFont reportFont)
setReportFont
in interface JRFont
public java.lang.String getFontName()
getFontName
in interface JRFont
public java.lang.String getOwnFontName()
getOwnFontName
in interface JRFont
public void setFontName(java.lang.String fontName)
setFontName
in interface JRFont
public boolean isBold()
isBold
in interface JRFont
public java.lang.Boolean isOwnBold()
isOwnBold
in interface JRFont
public void setBold(boolean isBold)
setBold
in interface JRFont
public void setBold(java.lang.Boolean isBold)
setBold
in interface JRFont
public boolean isItalic()
isItalic
in interface JRFont
public java.lang.Boolean isOwnItalic()
isOwnItalic
in interface JRFont
public void setItalic(boolean isItalic)
setItalic
in interface JRFont
public void setItalic(java.lang.Boolean isItalic)
setItalic
in interface JRFont
public boolean isUnderline()
isUnderline
in interface JRFont
public java.lang.Boolean isOwnUnderline()
isOwnUnderline
in interface JRFont
public void setUnderline(boolean isUnderline)
setUnderline
in interface JRFont
public void setUnderline(java.lang.Boolean isUnderline)
setUnderline
in interface JRFont
public boolean isStrikeThrough()
isStrikeThrough
in interface JRFont
public java.lang.Boolean isOwnStrikeThrough()
isOwnStrikeThrough
in interface JRFont
public void setStrikeThrough(boolean isStrikeThrough)
setStrikeThrough
in interface JRFont
public void setStrikeThrough(java.lang.Boolean isStrikeThrough)
setStrikeThrough
in interface JRFont
public int getFontSize()
getFontSize
in interface JRFont
public java.lang.Integer getOwnFontSize()
getOwnFontSize
in interface JRFont
public void setFontSize(int fontSize)
setFontSize
in interface JRFont
public void setFontSize(java.lang.Integer fontSize)
setFontSize
in interface JRFont
public int getSize()
getFontSize()
.
getSize
in interface JRFont
public java.lang.Integer getOwnSize()
getOwnFontSize()
.
getOwnSize
in interface JRFont
public void setSize(int size)
setFontSize(int)
.
setSize
in interface JRFont
public void setSize(java.lang.Integer size)
setFontSize(Integer)
.
setSize
in interface JRFont
public java.lang.String getPdfFontName()
getPdfFontName
in interface JRFont
public java.lang.String getOwnPdfFontName()
getOwnPdfFontName
in interface JRFont
public void setPdfFontName(java.lang.String pdfFontName)
setPdfFontName
in interface JRFont
public java.lang.String getPdfEncoding()
getPdfEncoding
in interface JRFont
public java.lang.String getOwnPdfEncoding()
getOwnPdfEncoding
in interface JRFont
public void setPdfEncoding(java.lang.String pdfEncoding)
setPdfEncoding
in interface JRFont
public boolean isPdfEmbedded()
isPdfEmbedded
in interface JRFont
public java.lang.Boolean isOwnPdfEmbedded()
isOwnPdfEmbedded
in interface JRFont
public void setPdfEmbedded(boolean isPdfEmbedded)
setPdfEmbedded
in interface JRFont
public void setPdfEmbedded(java.lang.Boolean isPdfEmbedded)
setPdfEmbedded
in interface JRFont
public void setBorder(java.lang.Byte border)
setBorder
in interface JRBox
public void setPadding(java.lang.Integer padding)
setPadding
in interface JRBox
public void setTopBorder(java.lang.Byte topBorder)
setTopBorder
in interface JRBox
public void setTopPadding(java.lang.Integer topPadding)
setTopPadding
in interface JRBox
public void setLeftBorder(java.lang.Byte leftBorder)
setLeftBorder
in interface JRBox
public void setLeftPadding(java.lang.Integer leftPadding)
setLeftPadding
in interface JRBox
public void setBottomBorder(java.lang.Byte bottomBorder)
setBottomBorder
in interface JRBox
public void setBottomPadding(java.lang.Integer bottomPadding)
setBottomPadding
in interface JRBox
public void setRightBorder(java.lang.Byte rightBorder)
setRightBorder
in interface JRBox
public void setRightPadding(java.lang.Integer rightPadding)
setRightPadding
in interface JRBox
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |