public class TypeToolLineInfo extends Object
Type tool line info.
Constructor and Description |
---|
TypeToolLineInfo() |
Modifier and Type | Method and Description |
---|---|
short |
getAlignment()
Gets or sets the alignment.
|
char |
getChar()
Gets or sets the char.
|
int |
getCharacterCount()
Gets or sets the character count.
|
short |
getOrientation()
Gets or sets the orientation.
|
short |
getStyle()
Gets or sets the style.
|
void |
setAlignment(short value) |
void |
setChar(char value) |
void |
setCharacterCount(int value) |
void |
setOrientation(short value) |
void |
setStyle(short value) |
public int getCharacterCount()
Gets or sets the character count.
Value: The character count.public void setCharacterCount(int value)
public short getOrientation()
Gets or sets the orientation.
Value: The orientation.public void setOrientation(short value)
public short getAlignment()
Gets or sets the alignment.
Value: The alignment.public void setAlignment(short value)
public char getChar()
Gets or sets the char.
Value: The char.public void setChar(char value)
public short getStyle()
Gets or sets the style.
Value: The style.public void setStyle(short value)
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.