Uses of Enum
com.microsoft.graph.models.TitleAreaTextAlignmentType
Packages that use TitleAreaTextAlignmentType
-
Uses of TitleAreaTextAlignmentType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return TitleAreaTextAlignmentTypeModifier and TypeMethodDescriptionstatic TitleAreaTextAlignmentTypeTitleArea.getTextAlignment()Gets the textAlignment property value.static TitleAreaTextAlignmentTypeReturns the enum constant of this type with the specified name.static TitleAreaTextAlignmentType[]TitleAreaTextAlignmentType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type TitleAreaTextAlignmentTypeModifier and TypeMethodDescriptionvoidTitleArea.setTextAlignment(TitleAreaTextAlignmentType value) Sets the textAlignment property value.