public class CaptionUI
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
TextAlignment |
getAlignment()
Gets the text TextAlignment alignment of the caption.
|
java.awt.Color |
getColor()
Gets the System.Drawing.Color forecolor of the com.aspose.barcode.generation.CaptionParameters caption.
|
java.awt.Font |
getFont()
Gets the System.Drawing.Font font of the Caption caption.
|
Padding |
getPadding()
Gets caption paddings com.aspose.barcode.generation.Padding .
|
java.lang.String |
getText()
Gets the content of the caption.
|
boolean |
getVisible()
Gets a value indicates whether the com.aspose.barcode.generation.CaptionParameters caption is visible.
|
void |
setAlignment(TextAlignment value)
Sets the text TextAlignment alignment of the caption.
|
void |
setColor(java.awt.Color value)
Sets the System.Drawing.Color forecolor of the com.aspose.barcode.generation.CaptionParameters caption.
|
void |
setFont(java.awt.Font value)
Gets the System.Drawing.Font font of the Caption caption.
|
void |
setText(java.lang.String value)
Sets the content of the caption.
|
void |
setVisible(boolean value)
Sets a value indicates whether the com.aspose.barcode.generation.CaptionParameters caption is visible.
|
java.lang.String |
toString()
Returns a human-readable string representation of this CaptionUI .
|
public boolean getVisible()
public void setVisible(boolean value)
public java.awt.Color getColor()
public void setColor(java.awt.Color value)
public java.awt.Font getFont()
public void setFont(java.awt.Font value)
public Padding getPadding()
public TextAlignment getAlignment()
public void setAlignment(TextAlignment value)
public java.lang.String getText()
public void setText(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object