Annotation Interface CaptionText.AnchorType
- Enclosing class:
- CaptionText
@Documented
@Retention(SOURCE)
@Target({FIELD,METHOD,PARAMETER,LOCAL_VARIABLE,TYPE_USE})
public static @interface CaptionText.AnchorType
The type of anchor, which may be unset. One of
CaptionText.TYPE_UNSET, CaptionText.ANCHOR_TYPE_START,
CaptionText.ANCHOR_TYPE_MIDDLE or CaptionText.ANCHOR_TYPE_END.