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 intFormatBorderFlag3DFlag value indicating the border for the target object should be displayed as 3Dstatic intFormatBorderFlagAllFlag value indicating all borders for the target object should be displayedstatic intFormatBorderFlagBottomFlag value indicating the bottom border for the target object should be displayedstatic intFormatBorderFlagLeftFlag value indicating the left border for the target object should be displayedstatic intFormatBorderFlagNoneFlag value indicating no border for the target object should be displayedstatic intFormatBorderFlagRightFlag value indicating the right border for the target object should be displayedstatic intFormatBorderFlagTopFlag 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
 
 
 - 
 
 -