tab-ag凯发旗舰厅



com.spire.doc
class tab

java.lang.object
  extended by com.spire.doc.ownerholder
      extended by com.spire.doc.documents.xml.documentserializable
          extended by com.spire.doc.tab

public class tab
extends documentserializable

method summary
 float getdeleteposition()
          gets the delete position.
 tabjustification getjustification()
          gets the justification.
 float getposition()
          gets the position.
 tableader gettableader()
          gets the tab leader.
 void setdeleteposition(float value)
          sets the delete position.
 void setjustification(tabjustification value)
          sets the justification.
 void setposition(float value)
          sets the position.
 void settableader(tableader value)
          sets the tab leader.
 
methods inherited from class com.spire.doc.ownerholder
getdocument
 
method detail

getjustification

public tabjustification getjustification()
gets the justification.
returns:
tabjustification

setjustification

public void setjustification(tabjustification value)
sets the justification.
parameters:
value - tabjustification

gettableader

public tableader gettableader()
gets the tab leader.
returns:
tableader

settableader

public void settableader(tableader value)
sets the tab leader.
parameters:
value - tableader

getposition

public float getposition()
gets the position.
returns:
float

setposition

public void setposition(float value)
sets the position.
parameters:
value - float

getdeleteposition

public float getdeleteposition()
gets the delete position.
returns:
float

setdeleteposition

public void setdeleteposition(float value)
sets the delete position.
parameters:
value - float


网站地图