Kaydet (Commit) 618bb96c authored tarafından obo's avatar obo

CWS-TOOLING: integrate CWS tl80

...@@ -111,6 +111,13 @@ published service TextFrame ...@@ -111,6 +111,13 @@ published service TextFrame
@see SizeType @see SizeType
*/ */
[property] short SizeType; [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 /** determines the interpretation of the width and relative
width properties. width properties.
...@@ -119,12 +126,14 @@ published service TextFrame ...@@ -119,12 +126,14 @@ published service TextFrame
@since OOo 2.4 @since OOo 2.4
*/ */
[optional, property] short WidthType; [optional, property] short WidthType;
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
/** contains the writing direction, as represented by the /** contains the writing direction, as represented by the
<type scope="com::sun::star::text">WritingMode2</type> constants <type scope="com::sun::star::text">WritingMode2</type> constants
*/ */
[optional, property] short WritingMode; [optional, property] short WritingMode;
//-----------------------------------------------------------------------------
/** controls, if the frame follows the text flow or can leave its layout environment /** 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 <p>If set, the frame follows the text flow and doesn't leaves the layout
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment