Language
Asturianu (ast)
Català (ca)
Čeština (cs)
Dansk (da)
Deutsch (de)
English [US] (en-US)
Español (es)
Esperanto (eo)
Eesti keel (et)
Euskara (eu)
Français (fr)
Gàidhlig (gd)
Galego (gl)
Italiano (it)
Lietuvių (lt)
Magyar (hu)
Nederlands (nl)
Norsk (no)
Polski (pl)
Português [do Brasil] (pt-BR)
Português [Europeu] (pt)
Română (ro)
Slovenčina (sk)
Slovenščina (sl)
Suomi (fi)
Svenska (sv)
Yкраїнська (uk)
Tiếng Việt (vi)
Türkçe (tr)
ኦሮሚኛ (om)
Հայերեն (hy)
Ελληνικά (el)
български език (bg)
Русский (ru)
Cрпски [ћирилицом] (sr)
עברית (he)
हिन्दी (hi)
ភាសាខ្មែរ (km)
தமிழ் (ta)
ภาษาไทย (th)
简体中文 (zh-CN)
正體中文 (zh-TW)
日本語 (ja)
한국어 (ko)
The Free and Open Productivity Suite
:: com :: sun :: star :: text ::
service TextColumns
Description
provides access to columns in text (e.g., in TextFrames ).
Developers Guide
Text - Columns
Exported Interfaces - Summary
XTextColumns
(referenced entity's summary:)
manages columns within the object.
Properties' Summary
[ readonly ] boolean
IsAutomatic
determines whether the columns all have equal width. This flag is set if XTextColumns::setColumnCount() is called
and it is reset if XTextColumns::setColumns() is called.
long
AutomaticDistance
contains the distance between the columns. It is valid if the property IsAutomatic is set.
Half of this distance is set to the left and right margins of all columns,
except for the left margin of the first column, and the right margin of the last column.
long
SeparatorLineWidth
determines the width of the separator lines between the columns.
::com::sun::star::util ::Color
SeparatorLineColor
determines the color of the separator lines between the columns.
long
SeparatorLineRelativeHeight
determines the relative height of the separator lines between the columns.
::com::sun::star::style ::VerticalAlignment
SeparatorLineVerticalAlignment
determines the vertical alignment of the separator lines between the columns.
boolean
SeparatorLineIsOn
determines whether separator lines are on.
Exported Interfaces - Details
XTextColumns
(referenced entity's summary:)
manages columns within the object.
Properties' Details
IsAutomatic
[ readonly ] boolean IsAutomatic ;
Description
determines whether the columns all have equal width. This flag is set if XTextColumns::setColumnCount() is called
and it is reset if XTextColumns::setColumns() is called.
AutomaticDistance
long AutomaticDistance ;
Description
contains the distance between the columns. It is valid if the property IsAutomatic is set.
Half of this distance is set to the left and right margins of all columns,
except for the left margin of the first column, and the right margin of the last column.
SeparatorLineWidth
long SeparatorLineWidth ;
Description
determines the width of the separator lines between the columns.
SeparatorLineColor
::com::sun::star::util ::Color SeparatorLineColor ;
Description
determines the color of the separator lines between the columns.
SeparatorLineRelativeHeight
long SeparatorLineRelativeHeight ;
Description
determines the relative height of the separator lines between the columns.
SeparatorLineVerticalAlignment
::com::sun::star::style ::VerticalAlignment SeparatorLineVerticalAlignment ;
Description
determines the vertical alignment of the separator lines between the columns.
SeparatorLineIsOn
boolean SeparatorLineIsOn ;
Description
determines whether separator lines are on.
Top of Page Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.