public class FloatingBox extends BaseParagraph implements com.aspose.ms.System.ICloneable
Modifier and Type | Field and Description |
---|---|
int |
_VerticalAlignment |
Constructor and Description |
---|
FloatingBox()
Initializes a new instance of the
FloatingBox class. |
FloatingBox(float width,
float height)
Initializes a new instance of the
FloatingBox class with specified width and height. |
Modifier and Type | Method and Description |
---|---|
Object |
deepClone()
Clones a new
FloatingBox object. |
Color |
getBackgroundColor() |
BorderInfo |
getBorder() |
double |
getHeight() |
double |
getLeft()
Gets or sets the table left coordinate.
|
MarginInfo |
getPadding() |
Paragraphs |
getParagraphs() |
double |
getTop()
Gets or sets the table top coordinate.
|
double |
getWidth() |
boolean |
isExtraContentClip() |
boolean |
isNeedRepeating() |
void |
setBackgroundColor(Color value) |
void |
setBorder(BorderInfo value) |
void |
setExtraContentClip(boolean value) |
void |
setHeight(double value) |
void |
setLeft(double value) |
void |
setNeedRepeating(boolean value) |
void |
setPadding(MarginInfo value) |
void |
setParagraphs(Paragraphs value) |
void |
setTop(double value) |
void |
setWidth(double value) |
getHorizontalAlignment, getMargin, isInNewPage, isKeptWithNext, setHorizontalAlignment, setInNewPage, setKeptWithNext, setMargin, setVerticalAlignment
public FloatingBox(float width, float height)
Initializes a new instance of the FloatingBox
class with specified width and height.
width
- The width of the box.height
- The height of the box.public FloatingBox()
Initializes a new instance of the FloatingBox
class.
public double getWidth()
public void setWidth(double value)
public double getHeight()
public void setHeight(double value)
public boolean isNeedRepeating()
public void setNeedRepeating(boolean value)
public Paragraphs getParagraphs()
public void setParagraphs(Paragraphs value)
public boolean isExtraContentClip()
public void setExtraContentClip(boolean value)
public BorderInfo getBorder()
public void setBorder(BorderInfo value)
public Color getBackgroundColor()
public void setBackgroundColor(Color value)
public MarginInfo getPadding()
public void setPadding(MarginInfo value)
public double getLeft()
Gets or sets the table left coordinate.
public void setLeft(double value)
public double getTop()
Gets or sets the table top coordinate.
public void setTop(double value)
public Object deepClone()
Clones a new FloatingBox
object. Paragraphs in the floating box are not cloned.
deepClone
in interface com.aspose.ms.System.ICloneable
FloatingBox
object.Copyright © 2014 Aspose. All Rights Reserved.