tablepositioning-ag凯发旗舰厅



com.spire.doc.formatting
class tablepositioning

java.lang.object
  extended by com.spire.doc.ownerholder
      extended by com.spire.doc.documents.xml.documentserializable
          extended by com.spire.doc.formatting.formatbase
              extended by com.spire.doc.formatting.attrcollection
                  extended by com.spire.doc.formatting.tablepositioning

public class tablepositioning
extends attrcollection

method summary
 float getdistancefrombottom()
          gets the distance from bottom.
 float getdistancefromleft()
          gets the distance from left.
 float getdistancefromright()
          gets the distance from right.
 float getdistancefromtop()
          gets the distance from top.
 float gethorizposition()
          gets the horizontal position for table.
 horizontalposition gethorizpositionabs()
          gets the absolute horizontal position for table.
 horizontalrelation gethorizrelationto()
          gets the horizontal relation of the table.
 float getvertposition()
          gets the vertical position for table.
 verticalposition getvertpositionabs()
          gets the absolute vertical position for table.
 verticalrelation getvertrelationto()
          gets the vertical relation of the table.
 void setdistancefrombottom(float value)
          sets the distance from bottom.
 void setdistancefromleft(float value)
          sets the distance from left.
 void setdistancefromright(float value)
          sets the distance from right.
 void setdistancefromtop(float value)
          sets the distance from top.
 void sethorizposition(float value)
          sets the horizontal position for table.
 void sethorizpositionabs(horizontalposition value)
          sets the absolute horizontal position for table.
 void sethorizrelationto(horizontalrelation value)
          sets the horizontal relation of the table.
 void setvertposition(float value)
          sets the vertical position for table.
 void setvertpositionabs(verticalposition value)
          sets the absolute vertical position for table.
 void setvertrelationto(verticalrelation value)
          sets the vertical relation of the table.
 
methods inherited from class com.spire.doc.formatting.formatbase
clearformatting, haskey, isdefault
 
methods inherited from class com.spire.doc.ownerholder
getdocument
 
method detail

gethorizpositionabs

public horizontalposition gethorizpositionabs()
gets the absolute horizontal position for table.
returns:
the horiz position abs.

sethorizpositionabs

public void sethorizpositionabs(horizontalposition value)
sets the absolute horizontal position for table.
parameters:
value - the horiz position abs.

getvertpositionabs

public verticalposition getvertpositionabs()
gets the absolute vertical position for table.
returns:
the horiz position abs.

setvertpositionabs

public void setvertpositionabs(verticalposition value)
sets the absolute vertical position for table.
parameters:
value - the horiz position abs.

gethorizposition

public float gethorizposition()
gets the horizontal position for table.
returns:
the horizontal position.

sethorizposition

public void sethorizposition(float value)
sets the horizontal position for table.
parameters:
value - the horizontal position.

getvertposition

public float getvertposition()
gets the vertical position for table.
returns:
the vertical position.

setvertposition

public void setvertposition(float value)
sets the vertical position for table.
parameters:
value - the vertical position.

gethorizrelationto

public horizontalrelation gethorizrelationto()
gets the horizontal relation of the table.
returns:
the horiz relation to.

sethorizrelationto

public void sethorizrelationto(horizontalrelation value)
sets the horizontal relation of the table.
parameters:
value - the horiz relation to.

getvertrelationto

public verticalrelation getvertrelationto()
gets the vertical relation of the table.
returns:
the vert relation to.

setvertrelationto

public void setvertrelationto(verticalrelation value)
sets the vertical relation of the table.
parameters:
value - the vert relation to.

getdistancefromtop

public float getdistancefromtop()
gets the distance from top.
returns:
the distance from top.

setdistancefromtop

public void setdistancefromtop(float value)
sets the distance from top.
parameters:
value - the distance from top.

getdistancefrombottom

public float getdistancefrombottom()
gets the distance from bottom.
returns:
the distance from bottom.

setdistancefrombottom

public void setdistancefrombottom(float value)
sets the distance from bottom.
parameters:
value - the distance from bottom.

getdistancefromleft

public float getdistancefromleft()
gets the distance from left.
returns:
the distance from left.

setdistancefromleft

public void setdistancefromleft(float value)
sets the distance from left.
parameters:
value - the distance from left.

getdistancefromright

public float getdistancefromright()
gets the distance from right.
returns:
the distance from right.

setdistancefromright

public void setdistancefromright(float value)
sets the distance from right.
parameters:
value - the distance from right.


网站地图