Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: sheet ::

unpublished constants group DataPilotFieldLayoutMode
Usage Restrictions
not published
Description
describes the layout mode of the data field
See also
DataPilotFieldLayoutInfo

Constants
TABULAR_LAYOUT Tabular layout mode is the layout, where each item's name is on the same row as the first item from the following field. Subtotals are always shown below an item's data in this mode.  
OUTLINE_SUBTOTALS_TOP In outline layout mode, the items from the following field start in the row below an item's name, like in traditional database reports.  
OUTLINE_SUBTOTALS_BOTTOM In outline layout mode, the items from the following field start in the row below an item's name, like in traditional database reports.  
Constants' Details
TABULAR_LAYOUT
const long TABULAR_LAYOUT = 0;
Description
Tabular layout mode is the layout, where each item's name is on the same row as the first item from the following field. Subtotals are always shown below an item's data in this mode.
OUTLINE_SUBTOTALS_TOP
const long OUTLINE_SUBTOTALS_TOP = 1;
Description
In outline layout mode, the items from the following field start in the row below an item's name, like in traditional database reports.

Subtotals are shown at the top (on the same row as the item's name). When the subtotals take up more than one row (manually selected, or because there are several data fields), they are always shown below the item's data, regardless of the setting.

OUTLINE_SUBTOTALS_BOTTOM
const long OUTLINE_SUBTOTALS_BOTTOM = 2;
Description
In outline layout mode, the items from the following field start in the row below an item's name, like in traditional database reports.

Subtotals are shown at the bottom (below the item's data, as in tabular layout mode). When the subtotals take up more than one row (manually selected, or because there are several data fields), they are always shown below the item's data, regardless of the setting.

Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.