Arbortext IsoDraw > Macro Language Reference > Menu Commands > Edit Menu > Select If / SubSelect If > [Sub]Select If Text Alignment
  
[Sub]Select If Text Alignment
Selects text elements based on the specified TEXT_ALIGNMENT setting.
SELECT IFSUBSELECT IFTEXT_ALIGNMENTISNOTEQUAL TO"alignment_type"
Parameters:
alignment_type
"CENTERED"
"LEFT"
"RIGHT"
"MEDIUM"
"MIDDLE"
"TOP"
"BOTTOM"
"BASE_LINE"
Condition
Selects element if…
(IS or) IS EQUAL TO
all text in the element has the specified alignment_type applied to it.
(IS NOT or) IS NOT EQUAL TO
none of the text in the element has the specified alignment_type applied to it.
SELECT IF TEXT_ALIGNMENT IS EQUAL TO "CENTERED"
SUBSELECT IF TEXT_ALIGNMENT IS NOT EQUAL TO "TOP"