aspose.pdf
Class TableFormatInfo

java.lang.Object
  extended by aspose.pdf.TableFormatInfo

public class TableFormatInfo
extends java.lang.Object

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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableFormatInfo

public TableFormatInfo()
Constructor with no arguments for TableFormatInfo class

Method Detail

isSymbolBehind

public boolean isSymbolBehind()
Gets a bool value that indicate whether the currency symbol of money is behind the number. The default value is false,the style is just like $100.If it setted true,the style is just like 100$.


setSymbolBehind

public void setSymbolBehind(boolean symbolBehind)
Sets a bool value that indicate whether the currency symbol of money is behind the number. The default value is false,the style is just like $100.If it setted true,the style is just like 100$.

Parameters:
symbolBehind -

getCurrencySymbol

public java.lang.String getCurrencySymbol()
Gets a String value that indicate symbol of money, the default is "$".


setCurrencySymbol

public void setCurrencySymbol(java.lang.String currencySymbol)
Sets a String value that indicate symbol of money, the default is "$".

Parameters:
currencySymbol -

getZeroStyle

public int getZeroStyle()
Gets a int value that indicate the zeroStyle in table.


setZeroStyle

public void setZeroStyle(int zeroStyle)
Sets a int value that indicate the zeroStyle in table.

Parameters:
zeroStyle -