|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.doc.ownerholder
com.spire.doc.documents.xml.documentserializable
com.spire.doc.formatting.formatbase
com.spire.doc.formatting.attrcollection
com.spire.doc.formatting.tablepositioning
public class tablepositioning
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 |
---|
public horizontalposition gethorizpositionabs()
public void sethorizpositionabs(horizontalposition value)
value
- the horiz position abs.public verticalposition getvertpositionabs()
public void setvertpositionabs(verticalposition value)
value
- the horiz position abs.public float gethorizposition()
public void sethorizposition(float value)
value
- the horizontal position.public float getvertposition()
public void setvertposition(float value)
value
- the vertical position.public horizontalrelation gethorizrelationto()
public void sethorizrelationto(horizontalrelation value)
value
- the horiz relation to.public verticalrelation getvertrelationto()
public void setvertrelationto(verticalrelation value)
value
- the vert relation to.public float getdistancefromtop()
public void setdistancefromtop(float value)
value
- the distance from top.public float getdistancefrombottom()
public void setdistancefrombottom(float value)
value
- the distance from bottom.public float getdistancefromleft()
public void setdistancefromleft(float value)
value
- the distance from left.public float getdistancefromright()
public void setdistancefromright(float value)
value
- the distance from right.
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |