Searched refs:TextFrame (Results 1 – 25 of 29) sorted by relevance
12
10 "SwXTextFrame";"com::sun::star::text::TextFrame";"FrameHeightAbsolute"11 "SwXTextFrame";"com::sun::star::text::TextFrame";"FrameWidthAbsolute"12 "SwXTextFrame";"com::sun::star::text::TextFrame";"FrameWidthPercent"13 "SwXTextFrame";"com::sun::star::text::TextFrame";"FrameHeightPercent"14 "SwXTextFrame";"com::sun::star::text::TextFrame";"FrameIsAutomaticHeight"15 "SwXTextFrame";"com::sun::star::text::TextFrame";"SizeType"16 "SwXTextFrame";"com::sun::star::text::TextFrame";"WritingMode#optional"17 "SwXTextFrame";"com::sun::star::text::TextFrame";"IsFollowingTextFlow#optional"
45 /** This is the collection of all <type>TextFrame</type> instances within a53 /** This interface makes it possible to access all <type>TextFrame</type>60 /** This interface makes it possible to access all <type>TextFrame</type>71 which occur upon insertion and removal of <type>TextFrame</type>
27 #include <com/sun/star/text/TextFrame.idl> 41 /** extends a <type>TextFrame</type> which shares the same <type>Text</type> 48 service com::sun::star::text::TextFrame;
47 <p>This example shows how to create a <type>TextFrame</type> and insert53 oFrame = ThisComponent.createInstance( "com.sun.star.text.TextFrame" )60 published service TextFrame
42 /** provides access to the <type>Text</type> of a <type>TextFrame</type>.43 @see TextFrame
45 <type>TextFrame</type> or <type>TextField</type>. 57 @see TextFrame
51 or the text in a cell or TextFrame.54 @see com::sun::star::text::TextFrame
42 /** makes it possible to access the <type>TextFrame</type> instances in this
52 <p>This text does not contain texts in <type>TextFrame</type>s,
89 TextFrame;
159 TextFrame.idl\
281 If myShape.TextFrame.HasText Then282 curDefault = myShape.TextFrame.Ruler.TabStops.DefaultSpacing570 If Not myShape.TextFrame.HasText Then Exit Sub573 Set shapeText = myShape.TextFrame.TextRange741 .Values.Add Replace(myShape.TextFrame.TextRange.Text, strCr, "")
24 interface TextFrame : BaseTextFrame36 import TextFrame[Automation];
29 import TextFrame;
74 myshape.TextFrame.TextRange.Select114 myshape.TextFrame.TextRange.Select
314 uno::Any SAL_CALL ScVbaShapeRange::TextFrame( ) throw (css::uno::RuntimeException) in TextFrame() function in ScVbaShapeRange320 return xShape->TextFrame(); in TextFrame()
100 TextFrame.idl \
34 service TextFrame : XTextFrame
57 any TextFrame();
63 any TextFrame();
73 virtual css::uno::Any SAL_CALL SAL_CALL TextFrame( ) throw (css::uno::RuntimeException);
96 virtual css::uno::Any SAL_CALL SAL_CALL TextFrame( ) throw (css::uno::RuntimeException);
40 ITEM Assertion OK : correctly set Autosize of Shape TextFrame
Completed in 53 milliseconds