summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/BaseFrameProperties.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/BaseFrameProperties.idl')
-rw-r--r--offapi/com/sun/star/text/BaseFrameProperties.idl53
1 files changed, 0 insertions, 53 deletions
diff --git a/offapi/com/sun/star/text/BaseFrameProperties.idl b/offapi/com/sun/star/text/BaseFrameProperties.idl
index 3eed1030a5a5..f1ca273ecfba 100644
--- a/offapi/com/sun/star/text/BaseFrameProperties.idl
+++ b/offapi/com/sun/star/text/BaseFrameProperties.idl
@@ -37,11 +37,9 @@
#include <com/sun/star/util/Color.idl>
#include <com/sun/star/xml/UserDefinedAttributesSupplier.idl>
-//=============================================================================
module com { module sun { module star { module text {
-//=============================================================================
/** specifies the properties that are provided by all text frames, graphic objects, embedded objects
and frame styles.
@@ -53,165 +51,135 @@ published service BaseFrameProperties
*/
[optional] service com::sun::star::xml::UserDefinedAttributesSupplier;
- //-------------------------------------------------------------------------
/** contains the number of the page where the objects are anchored.
<p> The value is valid only if the
AnchorType is
<const>TextContentAnchorType::AT_PAGE</const>.</p>
*/
[property] short AnchorPageNo;
- //-------------------------------------------------------------------------
/** contains the text frame the current frame is anchored to.
<p> The value is valid only if the
AnchorType is <const>TextContentAnchorType::AT_FRAME</const>.</p>
*/
[property] com::sun::star::text::XTextFrame AnchorFrame;
- //-------------------------------------------------------------------------
/** contains the color of the background of the object.
*/
[property] com::sun::star::util::Color BackColor;
- //-------------------------------------------------------------------------
/** contains the URL for the background graphic.
*/
[property] string BackGraphicURL;
- //-------------------------------------------------------------------------
/** contains the name of the file filter for the background graphic.
*/
[property] string BackGraphicFilter;
- //-------------------------------------------------------------------------
/** determines the position of the background graphic.
*/
[property] com::sun::star::style::GraphicLocation BackGraphicLocation;
- //-------------------------------------------------------------------------
/** contains the left border of the object.
@see BaseFrame::com::sun::star::table::BorderLine
*/
[property] com::sun::star::table::BorderLine LeftBorder;
- //-------------------------------------------------------------------------
/** contains the right border of the object.
@see BaseFrame::com::sun::star::table::BorderLine
*/
[property] com::sun::star::table::BorderLine RightBorder;
- //-------------------------------------------------------------------------
/** contains the top border of the object.
@see BaseFrame::com::sun::star::table::BorderLine
*/
[property] com::sun::star::table::BorderLine TopBorder;
- //-------------------------------------------------------------------------
/** contains the bottom border of the object.
@see BaseFrame::com::sun::star::table::BorderLine
*/
[property] com::sun::star::table::BorderLine BottomBorder;
- //-------------------------------------------------------------------------
/** contains the distance from the border to the object.
*/
[property] long BorderDistance;
- //-------------------------------------------------------------------------
/** contains the distance from the left border to the object.
*/
[property] long LeftBorderDistance;
- //-------------------------------------------------------------------------
/** contains the distance from the right border to the object.
*/
[property] long RightBorderDistance;
- //-------------------------------------------------------------------------
/** contains the distance from the top border to the object.
*/
[property] long TopBorderDistance;
- //-------------------------------------------------------------------------
/** contains the distance from the bottom border to the object.
*/
[property] long BottomBorderDistance;
- //-------------------------------------------------------------------------
/** If TRUE, the "BackColor" is ignored.
*/
[property] boolean BackTransparent;
- //-------------------------------------------------------------------------
/** determines if the content is protected.
*/
[property] boolean ContentProtected;
- //-------------------------------------------------------------------------
/** contains the left margin of the object.
*/
[property] long LeftMargin;
- //-------------------------------------------------------------------------
/** contains the right margin of the object.
*/
[property] long RightMargin;
- //-------------------------------------------------------------------------
/** contains the top margin of the object.
*/
[property] long TopMargin;
- //-------------------------------------------------------------------------
/** contains the bottom margin of the object.
*/
[property] long BottomMargin;
- //-------------------------------------------------------------------------
/** contains the height of the object (1/100 mm).
<p>It is only valid if <member>TextEmbeddedObject::RelativeHeight</member> is zero.</p>
*/
[property] long Height;
- //-------------------------------------------------------------------------
/** contains the width of the object (1/100 mm).
<p>It is only valid if <member>TextEmbeddedObject::RelativeWidth</member> is zero.</p>
*/
[property] long Width;
- //-------------------------------------------------------------------------
/** contains the relative height of the object.
<p> It is only valid if it is greater than zero.</p>
*/
[property] short RelativeHeight;
- //-------------------------------------------------------------------------
/** contains the relative width of the object.
<p> It is only valid if it is greater than zero. </p>
*/
[property] short RelativeWidth;
- //-------------------------------------------------------------------------
/** determines whether the width follows the height.
*/
[property] boolean IsSyncWidthToHeight;
- //-------------------------------------------------------------------------
/** determines whether the height follows the width.
*/
[property] boolean IsSyncHeightToWidth;
- //-------------------------------------------------------------------------
/** determines the horizontal orientation of the object.
@see BaseFrame::HoriOrientation
*/
[property] short HoriOrient;
- //-------------------------------------------------------------------------
/** contains the horizontal position of the object (1/100 mm).
<p> It is only valid if "HoriOrient" is HoriOrientation_NONE.</p>
*/
[property] long HoriOrientPosition;
- //-------------------------------------------------------------------------
/** determines the environment of the object to which the orientation
is related.
@@ -219,14 +187,12 @@ published service BaseFrameProperties
*/
[property] short HoriOrientRelation;
- //-------------------------------------------------------------------------
/** determines the vertical orientation of the object.
@see BaseFrame::VertOrientation
*/
[property] short VertOrient;
- //-------------------------------------------------------------------------
/** contains the vertical position of the object (1/100 mm).
It is only valid if <member>TextEmbeddedObject::VertOrient</member> is
@@ -234,7 +200,6 @@ published service BaseFrameProperties
*/
[property] long VertOrientPosition;
- //-------------------------------------------------------------------------
/** determines the environment of the object to which the orientation is related.
@@ -242,52 +207,42 @@ published service BaseFrameProperties
*/
[property] short VertOrientRelation;
- //-------------------------------------------------------------------------
/** contains the URL of a hyperlink that is set at the object.
*/
[property] string HyperLinkURL;
- //-------------------------------------------------------------------------
/** contains the name of the target for a hyperlink that is set at the object.
*/
[property] string HyperLinkTarget;
- //-------------------------------------------------------------------------
/** contains the name of the hyperlink that is set at the object.
*/
[property] string HyperLinkName;
- //-------------------------------------------------------------------------
/** determines if the object is opaque or transparent for text.
*/
[property] boolean Opaque;
- //-------------------------------------------------------------------------
/** determines if the object is mirrored on even pages.
*/
[property] boolean PageToggle;
- //-------------------------------------------------------------------------
/** determines if the position is protected.
*/
[property] boolean PositionProtected;
- //-------------------------------------------------------------------------
/** determines if the object is included in printing.
*/
[property] boolean Print;
- //-------------------------------------------------------------------------
/** contains the type of the shadow of the object.
*/
[property] com::sun::star::table::ShadowFormat ShadowFormat;
- //-------------------------------------------------------------------------
/** determines if the object gets an image map from a server.
*/
[property] boolean ServerMap;
- //-------------------------------------------------------------------------
/** contains the size of the object.
@see BaseFrame::Height
@@ -295,24 +250,20 @@ published service BaseFrameProperties
*/
[property] com::sun::star::awt::Size Size;
- //-------------------------------------------------------------------------
/** determines if the size is protected.
*/
[property] boolean SizeProtected;
- //-------------------------------------------------------------------------
/** determines the type of the surrounding text.
@deprecated
*/
[property] com::sun::star::text::WrapTextMode Surround;
- //-------------------------------------------------------------------------
/** determines if the text of the paragraph in which the object
is anchored, wraps around the object.
*/
[property] boolean SurroundAnchorOnly;
- //-------------------------------------------------------------------------
/** determines the influence of the text wrap on the positioning of the
shape
@@ -324,7 +275,6 @@ published service BaseFrameProperties
*/
[optional, property] short WrapInfluenceOnPosition;
- //-------------------------------------------------------------------------
/** returns the actual size of the object.
<p>Since to obtain the correct actual size of the object not only
@@ -336,7 +286,6 @@ published service BaseFrameProperties
*/
[optional, property, maybevoid] com::sun::star::awt::Size LayoutSize;
- //-------------------------------------------------------------------------
/** contains short title for the object
<p>This short title is visible as an alternative tag in HTML format.
@@ -346,7 +295,6 @@ published service BaseFrameProperties
*/
[optional, property] string Title;
- //-------------------------------------------------------------------------
/** contains description for the object
<p>The long description text can be entered to describe a object in
@@ -358,7 +306,6 @@ published service BaseFrameProperties
[optional, property] string Description;
};
-//=============================================================================
}; }; }; };