CaptionUI
Inheritance: java.lang.Object
public class CaptionUI
UI wrapper for com.aspose.barcode.generation.CaptionParameters class.
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getAlignment() | Gets the text TextAlignment alignment of the caption. |
getClass() | |
getColor() | Gets the System.Drawing.Color forecolor of the com.aspose.barcode.generation.CaptionParameters caption. |
getFont() | Gets the System.Drawing.Font font of the Caption caption. |
getPadding() | Gets caption paddings com.aspose.barcode.generation.Padding . |
getText() | Gets the content of the caption. |
getVisible() | Gets a value indicates whether the com.aspose.barcode.generation.CaptionParameters caption is visible. |
hashCode() | |
notify() | |
notifyAll() | |
setAlignment(TextAlignment value) | Sets the text TextAlignment alignment of the caption. |
setColor(Color value) | Sets the System.Drawing.Color forecolor of the com.aspose.barcode.generation.CaptionParameters caption. |
setFont(Font value) | Gets the System.Drawing.Font font of the Caption caption. |
setText(String value) | Sets the content of the caption. |
setVisible(boolean value) | Sets a value indicates whether the com.aspose.barcode.generation.CaptionParameters caption is visible. |
toString() | Returns a human-readable string representation of this CaptionUI . |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getAlignment()
public TextAlignment getAlignment()
Gets the text TextAlignment alignment of the caption.
Returns: TextAlignment
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getColor()
public Color getColor()
Gets the System.Drawing.Color forecolor of the com.aspose.barcode.generation.CaptionParameters caption.
Returns: java.awt.Color
getFont()
public Font getFont()
Gets the System.Drawing.Font font of the Caption caption.
Returns: java.awt.Font
getPadding()
public Padding getPadding()
Gets caption paddings com.aspose.barcode.generation.Padding .
Returns: Padding
getText()
public String getText()
Gets the content of the caption.
Returns: java.lang.String
getVisible()
public boolean getVisible()
Gets a value indicates whether the com.aspose.barcode.generation.CaptionParameters caption is visible.
Returns: boolean
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setAlignment(TextAlignment value)
public void setAlignment(TextAlignment value)
Sets the text TextAlignment alignment of the caption.
Parameters:
Parameter | Type | Description |
---|---|---|
value | TextAlignment |
setColor(Color value)
public void setColor(Color value)
Sets the System.Drawing.Color forecolor of the com.aspose.barcode.generation.CaptionParameters caption.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.awt.Color |
setFont(Font value)
public void setFont(Font value)
Gets the System.Drawing.Font font of the Caption caption.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.awt.Font |
setText(String value)
public void setText(String value)
Sets the content of the caption.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setVisible(boolean value)
public void setVisible(boolean value)
Sets a value indicates whether the com.aspose.barcode.generation.CaptionParameters caption is visible.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
toString()
public String toString()
Returns a human-readable string representation of this CaptionUI .
Returns: java.lang.String - A string that represents this CaptionUI .
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |