Package com.microstrategy.web.objects
Interface EnumWebFormatType
-
public interface EnumWebFormatTypeEnumeration which can be used to specify the different types of formats. A template unit and an axis can have all four types of formats. A template metric can only have 2 types of formats: header and grid.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static intWebFormatTypeAllSpecifies all the available formats.static intWebFormatTypeContainerBodySpecifies the data format on the grid container bodystatic intWebFormatTypeContainerTitleSepecifies data format on the grid container titlestatic intWebFormatTypeDataSpecifies data format on the templatestatic intWebFormatTypeGridSpecifies the grid format.static intWebFormatTypeHeaderSpecifies the header format.static intWebFormatTypeReportSpecifies Report format on the templatestatic intWebFormatTypeSubtotalGridSpecifies the subtotal grid format.static intWebFormatTypeSubtotalHeaderSpecifies the subtotal header format.
-
-
-
Field Detail
-
WebFormatTypeHeader
static final int WebFormatTypeHeader
Specifies the header format.- See Also:
- Constant Field Values
-
WebFormatTypeGrid
static final int WebFormatTypeGrid
Specifies the grid format.- See Also:
- Constant Field Values
-
WebFormatTypeSubtotalHeader
static final int WebFormatTypeSubtotalHeader
Specifies the subtotal header format.- See Also:
- Constant Field Values
-
WebFormatTypeSubtotalGrid
static final int WebFormatTypeSubtotalGrid
Specifies the subtotal grid format.- See Also:
- Constant Field Values
-
WebFormatTypeAll
static final int WebFormatTypeAll
Specifies all the available formats.- See Also:
- Constant Field Values
-
WebFormatTypeReport
static final int WebFormatTypeReport
Specifies Report format on the template- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFormatTypeData
static final int WebFormatTypeData
Specifies data format on the template- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFormatTypeContainerBody
static final int WebFormatTypeContainerBody
Specifies the data format on the grid container body- Since:
- MicroStrategy Web 8.1.0
- See Also:
- Constant Field Values
-
WebFormatTypeContainerTitle
static final int WebFormatTypeContainerTitle
Sepecifies data format on the grid container title- Since:
- MicroStrategy Web 8.1.0
- See Also:
- Constant Field Values
-
-