public class FloatingBox extends BaseParagraph implements com.aspose.ms.System.ICloneable
Modifier and Type | Field and Description |
---|---|
int |
_VerticalAlignment |
Constructor and Description |
---|
FloatingBox() |
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() |
void |
isExtraContentClip(boolean value) |
boolean |
isNeedRepeating() |
void |
isNeedRepeating(boolean value) |
void |
setBackgroundColor(Color value) |
void |
setBorder(BorderInfo value) |
void |
setHeight(double value) |
void |
setLeft(double value) |
void |
setPadding(MarginInfo value) |
void |
setParagraphs(Paragraphs value) |
void |
setTop(double value) |
void |
setWidth(double value) |
getMargin, isKeptWithNext, isKeptWithNext, setHorizontalAlignment, 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()
public double getWidth()
public void setWidth(double value)
public double getHeight()
public void setHeight(double value)
public boolean isNeedRepeating()
public void isNeedRepeating(boolean value)
public Paragraphs getParagraphs()
public void setParagraphs(Paragraphs value)
public boolean isExtraContentClip()
public void isExtraContentClip(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
deepClone
in class BaseParagraph
FloatingBox
object.Copyright © 2018 Aspose. All Rights Reserved.