java.lang.Object
com.aspose.words.FrameFormat
public class FrameFormat
This object is always created. If a paragraph is a frame, then all properties will contain respective values, otherwise
all properties are set to their defaults. Use
| Property Getters/Setters Summary | ||
|---|---|---|
double | getHeight() | |
| Gets the height of the specified frame. | ||
int | getHeightRule() | |
| Gets the rule for determining the height of the specified frame. The value of the property is HeightRule integer constant. | ||
int | getHorizontalAlignment() | |
| Gets horizontal alignment of the specified frame. The value of the property is HorizontalAlignment integer constant. | ||
double | getHorizontalDistanceFromText() | |
| Gets horizontal distance between a frame and the surrounding text, in points. | ||
double | getHorizontalPosition() | |
|
Gets horizontal distance between the edge of the frame and the item specified by the |
||
boolean | isFrame() | |
| Returns true if the paragraph is a frame. | ||
int | getRelativeHorizontalPosition() | |
| Gets the relative horizontal position of a frame. The value of the property is RelativeHorizontalPosition integer constant. | ||
int | getRelativeVerticalPosition() | |
| Gets the relative vertical position of a frame. The value of the property is RelativeVerticalPosition integer constant. | ||
int | getVerticalAlignment() | |
| Gets vertical alignment of the specified frame. The value of the property is VerticalAlignment integer constant. | ||
double | getVerticalDistanceFromText() | |
| Specifies vertical distance (in points) between a frame and the surrounding text. | ||
double | getVerticalPosition() | |
|
Gets vertical distance between the edge of the frame and the item specified by the |
||
double | getWidth() | |
| Gets the width of the specified frame, in points. | ||
| Property Getters/Setters Detail |
|---|
getHeight | |
public double getHeight() | |
getHeightRule | |
public int getHeightRule() | |
getHorizontalAlignment | |
public int getHorizontalAlignment() | |
getHorizontalDistanceFromText | |
public double getHorizontalDistanceFromText() | |
getHorizontalPosition | |
public double getHorizontalPosition() | |
isFrame | |
public boolean isFrame() | |
getRelativeHorizontalPosition | |
public int getRelativeHorizontalPosition() | |
getRelativeVerticalPosition | |
public int getRelativeVerticalPosition() | |
getVerticalAlignment | |
public int getVerticalAlignment() | |
getVerticalDistanceFromText | |
public double getVerticalDistanceFromText() | |
getVerticalPosition | |
public double getVerticalPosition() | |
getWidth | |
public double getWidth() | |