
The FrameBase class is the base class of the Image and the TextFrame class. It implements general frame features like the position in the text or distances between the text and the frame.
[C#]
public class FrameBase
[Visual Basic]
Public Class FrameBase
| Property | Description | |
| Alignment | Gets or sets the horizontal alignment of an image or text frame which is anchored to a paragraph. | |
| ID | Gets or sets an identifier for the image or text frame. | |
| Location | Gets or sets, in twips, the image's or text frame's current location. | |
| Moveable | Determines whether an inserted image or text frame can be moved at run time. | |
| Name | Gets or sets a name for the image or text frame. | |
| Size | Gets or sets the current size in twips. | |
| Sizeable | Determines whether an inserted image or text frame can be resized at run time. | |
| TextDistances | Gets or sets the distances, in twips, between an image or text frame and the document's text. | |
| TextPosition | Read only. Gets the image's or text frame's character position in the document's text (one-based). |