Package com.microstrategy.web.objects
Interface EnumWebAttributeFormNamesDisplay
-
public interface EnumWebAttributeFormNamesDisplayDeprecated.not used anymoreThis enumeration interface can be used to set the value of the showAttributeFormNames property ofWebPDFSettings- Since:
- MicroStrategy Web 7.3.1 or earlier
- See Also:
WebPDFSettings.setAttributeFormNamesDisplay(int)
-
-
Field Summary
Fields Modifier and Type Field Description static intDisplayAllAttributesWithFormsDeprecated.Specifies not to show form names for all attributes with formsstatic intDisplayOnlyAttributesWithMultipleFormsDeprecated.Specifies not to show form names only for attributes which have multiple formsstatic intNoDisplayDeprecated.Specifies not to show the form names
-
-
-
Field Detail
-
NoDisplay
static final int NoDisplay
Deprecated.Specifies not to show the form names- See Also:
- Constant Field Values
-
DisplayOnlyAttributesWithMultipleForms
static final int DisplayOnlyAttributesWithMultipleForms
Deprecated.Specifies not to show form names only for attributes which have multiple forms- See Also:
- Constant Field Values
-
DisplayAllAttributesWithForms
static final int DisplayAllAttributesWithForms
Deprecated.Specifies not to show form names for all attributes with forms- See Also:
- Constant Field Values
-
-