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 class.
 
Method Summary
 float getBottom()
          Gets or sets the internal bottom margin (in points).
 float getLeft()
          Gets or sets the internal left margin (in points).
 float getRight()
          Gets or sets the internal right margin (in points).
 float getTop()
          Gets or sets the internal top margin (in points).
 void setAll(float value)
          Sets all internal margin.
 void setBottom(float value)
           
 void setLeft(float value)
          Gets or sets the internal left margin (in points).
 void setRight(float value)
          Gets or sets the internal right margin (in points).
 void setTop(float value)
          Gets or sets the internal top margin (in points).
 

Constructor Detail

InternalMargin

public InternalMargin(TextBox textbox)
Initializes a new instance of the class.

Method Detail

setAll

public void setAll(float value)
Sets all internal margin.


getLeft

public float getLeft()
Gets or sets the internal left margin (in points).

Returns:
The internal left margin.

setLeft

public void setLeft(float value)
Gets or sets the internal left margin (in points).


getRight

public float getRight()
Gets or sets the internal right margin (in points).

Returns:
The internal right margin.

setRight

public void setRight(float value)
Gets or sets the internal right margin (in points).


getTop

public float getTop()
Gets or sets the internal top margin (in points).

Returns:
The internal top margin.

setTop

public void setTop(float value)
Gets or sets the internal top margin (in points).


getBottom

public float getBottom()
Gets or sets the internal bottom margin (in points).

Returns:
The internal bottom margin.

setBottom

public void setBottom(float value)