Uses of Enum
com.microsoft.graph.models.SectionEmphasisType
Packages that use SectionEmphasisType
-
Uses of SectionEmphasisType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return SectionEmphasisTypeModifier and TypeMethodDescriptionstatic SectionEmphasisTypeHorizontalSection.getEmphasis()Gets the emphasis property value.VerticalSection.getEmphasis()Gets the emphasis property value.static SectionEmphasisTypeReturns the enum constant of this type with the specified name.static SectionEmphasisType[]SectionEmphasisType.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 SectionEmphasisTypeModifier and TypeMethodDescriptionvoidHorizontalSection.setEmphasis(SectionEmphasisType value) Sets the emphasis property value.voidVerticalSection.setEmphasis(SectionEmphasisType value) Sets the emphasis property value.