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 | 5ee055288d53fb2db05e835361574dbaae1b58c0 (patch) | |
tree | bdb895ea3afc56ca67a738a3ccead6eb78318989 /offapi | |
parent | 9a832a9bdbda66a0c3bfec2ce3eb7ba5bcc2eb44 (diff) |
cws tl80: #i98187# api documentation for EditInReadonly
Diffstat (limited to 'offapi')
-rwxr-xr-x[-rw-r--r--] | offapi/com/sun/star/text/TextFrame.idl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/offapi/com/sun/star/text/TextFrame.idl b/offapi/com/sun/star/text/TextFrame.idl index e1ab64c2e674..e43b3d79197c 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 |