diff options
author | Thomas Lange [tl] <tl@openoffice.org> | 2010-05-03 14:43:49 +0200 |
---|---|---|
committer | Thomas Lange [tl] <tl@openoffice.org> | 2010-05-03 14:43:49 +0200 |
commit | 33527cff464ab06e8721e98b6593be588c5af91a (patch) | |
tree | 2750010c2bb75afe51101336f2abcff06b7fda8a | |
parent | b12c49d0ec121d1d1c0192ef854d41d3eb6dcb26 (diff) |
cws tl80: #i98187# api documentation for EditInReadonly
-rwxr-xr-x[-rw-r--r--] | offapi/com/sun/star/text/TextFrame.idl | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/offapi/com/sun/star/text/TextFrame.idl b/offapi/com/sun/star/text/TextFrame.idl index d723e2f12..a3af145e6 100644..100755 --- a/offapi/com/sun/star/text/TextFrame.idl +++ b/offapi/com/sun/star/text/TextFrame.idl @@ -112,6 +112,13 @@ published service TextFrame */ [property] short SizeType; //------------------------------------------------------------------------- + /** determines if the text frame should be editable in a read-only document. + (This is usually used in forms.) + + */ + [optional, property] boolean EditInReadonly; + + //------------------------------------------------------------------------- /** determines the interpretation of the width and relative width properties. @@ -119,12 +126,14 @@ published service TextFrame @since OOo 2.4 */ [optional, property] short WidthType; + //----------------------------------------------------------------------------- /** contains the writing direction, as represented by the <type scope="com::sun::star::text">WritingMode2</type> constants */ [optional, property] short WritingMode; - + + //----------------------------------------------------------------------------- /** controls, if the frame follows the text flow or can leave its layout environment <p>If set, the frame follows the text flow and doesn't leaves the layout |