Package com.microstrategy.web.app.beans
Interface EnumFormatBorderFlags
-
public interface EnumFormatBorderFlags
- Since:
- MicroStrategy Web 8.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static int
FormatBorderFlag3D
Flag value indicating the border for the target object should be displayed as 3Dstatic int
FormatBorderFlagAll
Flag value indicating all borders for the target object should be displayedstatic int
FormatBorderFlagBottom
Flag value indicating the bottom border for the target object should be displayedstatic int
FormatBorderFlagLeft
Flag value indicating the left border for the target object should be displayedstatic int
FormatBorderFlagNone
Flag value indicating no border for the target object should be displayedstatic int
FormatBorderFlagRight
Flag value indicating the right border for the target object should be displayedstatic int
FormatBorderFlagTop
Flag value indicating the top border for the target object should be displayed
-
-
-
Field Detail
-
FormatBorderFlagTop
static final int FormatBorderFlagTop
Flag value indicating the top border for the target object should be displayed- See Also:
- Constant Field Values
-
FormatBorderFlagBottom
static final int FormatBorderFlagBottom
Flag value indicating the bottom border for the target object should be displayed- See Also:
- Constant Field Values
-
FormatBorderFlagLeft
static final int FormatBorderFlagLeft
Flag value indicating the left border for the target object should be displayed- See Also:
- Constant Field Values
-
FormatBorderFlagRight
static final int FormatBorderFlagRight
Flag value indicating the right border for the target object should be displayed- See Also:
- Constant Field Values
-
FormatBorderFlagAll
static final int FormatBorderFlagAll
Flag value indicating all borders for the target object should be displayed- See Also:
- Constant Field Values
-
FormatBorderFlagNone
static final int FormatBorderFlagNone
Flag value indicating no border for the target object should be displayed- See Also:
- Constant Field Values
-
FormatBorderFlag3D
static final int FormatBorderFlag3D
Flag value indicating the border for the target object should be displayed as 3D- Since:
- MicroStrategy Web 8.1.0
- See Also:
- Constant Field Values
-
-