Uses of Class
org.teamapps.ux.component.pageview.CreatorImageAlignment
-
Packages that use CreatorImageAlignment Package Description org.teamapps.ux.component.pageview -
-
Uses of CreatorImageAlignment in org.teamapps.ux.component.pageview
Methods in org.teamapps.ux.component.pageview that return CreatorImageAlignment Modifier and Type Method Description CreatorImageAlignmentCitationPageViewBlock. getCreatorImageAlignment()CreatorImageAlignmentMessagePageViewBlock. getCreatorImageAlignment()static CreatorImageAlignmentCreatorImageAlignment. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CreatorImageAlignment[]CreatorImageAlignment. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.ux.component.pageview with parameters of type CreatorImageAlignment Modifier and Type Method Description CitationPageViewBlockCitationPageViewBlock. setCreatorImageAlignment(CreatorImageAlignment creatorImageAlignment)MessagePageViewBlockMessagePageViewBlock. setCreatorImageAlignment(CreatorImageAlignment creatorImageAlignment)
-