paddings-ag凯发旗舰厅



com.spire.doc.formatting
class paddings

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.wordattrcollection
                      extended by com.spire.doc.formatting.paddings

public class paddings
extends wordattrcollection

field summary
static int bottom_key
          constant value for bottom key.
static int left_key
          constant value for left key.
static int right_key
          constant value for right key.
static int top_key
          constant value for top key.
 
method summary
 float getbottom()
          gets bottom padding.
 float getleft()
          gets left padding.
 float getright()
          gets right padding.
 float gettop()
          gets top padding.
 void setall(float value)
          sets all paddings.
 void setbottom(float value)
          sets bottom padding.
 void setleft(float value)
          sets left padding.
 void setright(float value)
          sets right padding.
 void settop(float value)
          sets top padding.
 
methods inherited from class com.spire.doc.formatting.formatbase
clearformatting, haskey, isdefault
 
methods inherited from class com.spire.doc.ownerholder
getdocument
 
field detail

left_key

public static final int left_key
constant value for left key.
see also:
constant field values

top_key

public static final int top_key
constant value for top key.
see also:
constant field values

bottom_key

public static final int bottom_key
constant value for bottom key.
see also:
constant field values

right_key

public static final int right_key
constant value for right key.
see also:
constant field values
method detail

getleft

public float getleft()
gets left padding.
returns:
float

setleft

public void setleft(float value)
sets left padding.
parameters:
value - float

gettop

public float gettop()
gets top padding.
returns:
float

settop

public void settop(float value)
sets top padding.
parameters:
value - float

getright

public float getright()
gets right padding.
returns:
float

setright

public void setright(float value)
sets right padding.
parameters:
value - float

getbottom

public float getbottom()
gets bottom padding.
returns:
float

setbottom

public void setbottom(float value)
sets bottom padding.
parameters:
value - float

setall

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


网站地图