Parses a string value into an Alignment enum type result and returns it. Accepted string values (brackets indicate the minimum # of characters required):
Alignment
Horizontal: "[l]eft", "[c]enter", "[r]ight", "[j]ustify" Vertical: "[t]op", "[m]iddle", "[b]ottom", "[ba]seline" Copy
Horizontal: "[l]eft", "[c]enter", "[r]ight", "[j]ustify" Vertical: "[t]op", "[m]iddle", "[b]ottom", "[ba]seline"
Which direction to evaluate can be specified in the mask parameter as one of Alignment.H_MASK or Alignment.V_MASK.
mask
Alignment.H_MASK
Alignment.V_MASK
Parses a string value into an
Alignment
enum type result and returns it. Accepted string values (brackets indicate the minimum # of characters required):Which direction to evaluate can be specified in the
mask
parameter as one ofAlignment.H_MASK
orAlignment.V_MASK
.