otherControls.add(label);
otherControls.add(divider);
// Find the pair type component of the supported structure.
StyleType type = styleProperty.getStandardDetails().getSupportedStructure();
StylePairType pairType = null;
if (type instanceof StylePairType) {
pairType = (StylePairType) type;
} else if (type instanceof StyleChoiceType) {
StyleChoiceType choice = (StyleChoiceType) type;
List types = choice.getTypes();