|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectaspose.pdf.TableFormatInfo
public class TableFormatInfo
Represents format info for table.
Constructor Summary | |
---|---|
TableFormatInfo()
Constructor with no arguments for TableFormatInfo class |
Method Summary | |
---|---|
java.lang.String |
getCurrencySymbol()
Gets a String value that indicate symbol of money, the default is "$". |
int |
getZeroStyle()
Gets a int value that indicate the zeroStyle in table. |
boolean |
isSymbolBehind()
Gets a bool value that indicate whether the currency symbol of money is behind the number. |
void |
setCurrencySymbol(java.lang.String currencySymbol)
Sets a String value that indicate symbol of money, the default is "$". |
void |
setSymbolBehind(boolean symbolBehind)
Sets a bool value that indicate whether the currency symbol of money is behind the number. |
void |
setZeroStyle(int zeroStyle)
Sets a int value that indicate the zeroStyle in table. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TableFormatInfo()
Method Detail |
---|
public boolean isSymbolBehind()
public void setSymbolBehind(boolean symbolBehind)
symbolBehind
- public java.lang.String getCurrencySymbol()
public void setCurrencySymbol(java.lang.String currencySymbol)
currencySymbol
- public int getZeroStyle()
public void setZeroStyle(int zeroStyle)
zeroStyle
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |