internalmargin-ag凯发旗舰厅



com.spire.doc.formatting
class internalmargin

java.lang.object
  extended by com.spire.doc.formatting.internalmargin

public class internalmargin
extends java.lang.object

constructor summary
internalmargin(textbox textbox)
          initializes a new instance of the internalmargin class.
 
method summary
 float getbottom()
          gets the internal bottom margin (in points).
 float getleft()
          gets the internal left margin (in points).
 float getright()
          gets the internal right margin (in points).
 float gettop()
          gets the internal top margin (in points).
 void setall(float value)
          sets all internal margin.
 void setbottom(float value)
          sets the internal bottom margin (in points).
 void setleft(float value)
          sets the internal left margin (in points).
 void setright(float value)
          sets the internal right margin (in points).
 void settop(float value)
          sets the internal top margin (in points).
 
constructor detail

internalmargin

public internalmargin(textbox textbox)
initializes a new instance of the internalmargin class.
parameters:
textbox - textbox
method detail

setall

public void setall(float value)
sets all internal margin.
parameters:
value -

getleft

public float getleft()
gets the internal left margin (in points).
returns:
the internal left margin.

setleft

public void setleft(float value)
sets the internal left margin (in points).
parameters:
value - the internal left margin.

getright

public float getright()
gets the internal right margin (in points).
returns:
the internal right margin.

setright

public void setright(float value)
sets the internal right margin (in points).
parameters:
value - the internal right margin.

gettop

public float gettop()
gets the internal top margin (in points).
returns:
the internal top margin.

settop

public void settop(float value)
sets the internal top margin (in points).
parameters:
value - the internal top margin.

getbottom

public float getbottom()
gets the internal bottom margin (in points).
returns:
the internal bottom margin.

setbottom

public void setbottom(float value)
sets the internal bottom margin (in points).
parameters:
value - the internal bottom margin.


网站地图