Content for OpenOffice.org version 3.3.
:: com :: sun :: star :: text ::
|
| enum TextContentAnchorType |
- Description
- specify how the text content is attached to its
surrounding text.
|
| Values |
| AT_PARAGRAPH |
The anchor of the object is set at the top left position of the paragraph.
|
| AS_CHARACTER |
The object is anchored instead of a character.
|
| AT_PAGE |
The object is anchored to the page.
|
| AT_FRAME |
The object is anchored to a text frame.
|
| AT_CHARACTER |
The object is anchored to a character.
|
| Values' Details |
AT_PARAGRAPH
AT_PARAGRAPH,
- Description
- The anchor of the object is set at the top left position of the paragraph.
|
|
AS_CHARACTER
AS_CHARACTER,
- Description
- The object is anchored instead of a character.
The size of the object influences the height of the text line.
|
|
AT_PAGE
AT_PAGE,
- Description
- The object is anchored to the page.
The position does not change if the content of the document is changed.
|
|
AT_FRAME
AT_FRAME,
- Description
- The object is anchored to a text frame.
|
|
AT_CHARACTER
AT_CHARACTER,
- Description
- The object is anchored to a character.
The position of the object changes if the position of this
character is changed.
|
|
Top of Page
Copyright © 1995, 2010, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.