CaptionUI

Inheritance: java.lang.Object

public class CaptionUI

UI wrapper for com.aspose.barcode.generation.CaptionParameters class.

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valueTextAlignment

setColor(Color value)

public void setColor(Color value)

Sets the System.Drawing.Color forecolor of the com.aspose.barcode.generation.CaptionParameters caption.

Parameters:

ParameterTypeDescription
valuejava.awt.Color

setFont(Font value)

public void setFont(Font value)

Gets the System.Drawing.Font font of the Caption caption.

Parameters:

ParameterTypeDescription
valuejava.awt.Font

setText(String value)

public void setText(String value)

Sets the content of the caption.

Parameters:

ParameterTypeDescription
valuejava.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:

ParameterTypeDescription
valueboolean

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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int