public enum StandardTextAttributeIds extends java.lang.Enum<StandardTextAttributeIds> implements ITextAttributeId, INativeEnum
Enum Constant and Description |
---|
UIA_AfterParagraphSpacingAttributeId
Identifies the AfterParagraphSpacing text attribute, which specifies the size of spacing after the paragraph.
|
UIA_AnimationStyleAttributeId
Identifies the AnimationStyle text attribute, which specifies the type of animation applied to the text.
|
UIA_AnnotationObjectsAttributeId
Identifies the AnnotationObjects text attribute, which maintains an array of IUIAutomationElement2 interfaces, one for each element in the current text range that implements the Annotation control pattern.
|
UIA_AnnotationTypesAttributeId
Identifies the AnnotationTypes text attribute, which maintains a list of annotation type identifiers for a range of text.
|
UIA_BackgroundColorAttributeId
Identifies the BackgroundColor text attribute, which specifies the background color of the text.
|
UIA_BeforeParagraphSpacingAttributeId
Identifies the BeforeParagraphSpacing text attribute, which specifies the size of spacing before the paragraph.
|
UIA_BulletStyleAttributeId
Identifies the BulletStyle text attribute, which specifies the style of bullets used in the text range.
|
UIA_CapStyleAttributeId
Identifies the CapStyle text attribute, which specifies the capitalization style for the text.
|
UIA_CaretBidiModeAttributeId
Identifies the CaretBidiMode text attribute, which indicates the direction of text flow in the text range.
|
UIA_CaretPositionAttributeId
Identifies the CaretPosition text attribute, which indicates whether the caret is at the beginning or the end of a line of text in the text range.
|
UIA_CultureAttributeId
Identifies the Culture text attribute, which specifies the locale of the text by locale identifier (LCID).
|
UIA_FontNameAttributeId
Identifies the FontName text attribute, which specifies the name of the font.
|
UIA_FontSizeAttributeId
Identifies the FontSize text attribute, which specifies the point size of the font.
|
UIA_FontWeightAttributeId
Identifies the FontWeight text attribute, which specifies the relative stroke, thickness, or boldness of the font.
|
UIA_ForegroundColorAttributeId
Identifies the ForegroundColor text attribute, which specifies the foreground color of the text.
|
UIA_HorizontalTextAlignmentAttributeId
Identifies the HorizontalTextAlignment text attribute, which specifies how the text is aligned horizontally.
|
UIA_IndentationFirstLineAttributeId
Identifies the IndentationFirstLine text attribute, which specifies how far, in points, to indent the first line of a paragraph.
|
UIA_IndentationLeadingAttributeId
Identifies the IndentationLeading text attribute, which specifies the leading indentation, in points.
|
UIA_IndentationTrailingAttributeId
Identifies the IndentationTrailing text attribute, which specifies the trailing indentation, in points.
|
UIA_IsActiveAttributeId
Identifies the IsActive text attribute, which indicates whether the control that contains the text range has the keyboard focus (TRUE) or not (FALSE).
|
UIA_IsHiddenAttributeId
Identifies the IsHidden text attribute, which indicates whether the text is hidden (TRUE) or visible (FALSE).
|
UIA_IsItalicAttributeId
Identifies the IsItalic text attribute, which indicates whether the text is italic (TRUE) or not (FALSE).
|
UIA_IsReadOnlyAttributeId
Identifies the IsReadOnly text attribute, which indicates whether the text is read-only (TRUE) or can be modified (FALSE).
|
UIA_IsSubscriptAttributeId
Identifies the IsSubscript text attribute, which indicates whether the text is subscript (TRUE) or not (FALSE).
|
UIA_IsSuperscriptAttributeId
Identifies the IsSuperscript text attribute, which indicates whether the text is subscript (TRUE) or not (FALSE).
|
UIA_LineSpacingAttributeId
Identifies the LineSpacing text attribute, which specifies the spacing between lines of text.
|
UIA_LinkAttributeId
Identifies the Link text attribute, which contains the IUIAutomationTextRange interface of the text range that is the target of an internal link in a document.
|
UIA_MarginBottomAttributeId
Identifies the MarginBottom text attribute, which specifies the size, in points, of the bottom margin applied to the page associated with the text range.
|
UIA_MarginLeadingAttributeId
Identifies the MarginLeading text attribute, which specifies the size, in points, of the leading margin applied to the page associated with the text range.
|
UIA_MarginTopAttributeId
Identifies the MarginTop text attribute, which specifies the size, in points, of the top margin applied to the page associated with the text range.
|
UIA_MarginTrailingAttributeId
Identifies the MarginTrailing text attribute, which specifies the size, in points, of the trailing margin applied to the page associated with the text range.
|
UIA_OutlineStylesAttributeId
Identifies the OutlineStyles text attribute, which specifies the outline style of the text.
|
UIA_OverlineColorAttributeId
Identifies the OverlineColor text attribute, which specifies the color of the overline text decoration.
|
UIA_OverlineStyleAttributeId
Identifies the OverlineStyle text attribute, which specifies the style of the overline text decoration.
|
UIA_SayAsInterpretAsAttributeId
not documented
|
UIA_SelectionActiveEndAttributeId
Identifies the SelectionActiveEnd text attribute, which indicates the location of the caret relative to a text range that represents the currently selected text.
|
UIA_StrikethroughColorAttributeId
Identifies the StrikethroughColor text attribute, which specifies the color of the strikethrough text decoration.
|
UIA_StrikethroughStyleAttributeId
Identifies the StrikethroughStyle text attribute, which specifies the style of the strikethrough text decoration.
|
UIA_StyleIdAttributeId
Identifies the StyleId text attribute, which indicates the text styles in use for a text range.
|
UIA_StyleNameAttributeId
Identifies the StyleName text attribute, which identifies the localized name of the text style in use for a text range.
|
UIA_TabsAttributeId
Identifies the Tabs text attribute, which is an array specifying the tab stops for the text range.
|
UIA_TextFlowDirectionsAttributeId
Identifies the TextFlowDirections text attribute, which specifies the direction of text flow.
|
UIA_UnderlineColorAttributeId
Identifies the UnderlineColor text attribute, which specifies the color of the underline text decoration.
|
UIA_UnderlineStyleAttributeId
Identifies the UnderlineStyle text attribute, which specifies the style of the underline text decoration.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Optional<StandardTextAttributeIds> |
fromNativeValue(int nativeValue) |
java.lang.String |
getConstantName() |
int |
getNativeValue() |
static StandardTextAttributeIds |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StandardTextAttributeIds[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StandardTextAttributeIds UIA_AfterParagraphSpacingAttributeId
public static final StandardTextAttributeIds UIA_AnimationStyleAttributeId
public static final StandardTextAttributeIds UIA_AnnotationObjectsAttributeId
public static final StandardTextAttributeIds UIA_AnnotationTypesAttributeId
public static final StandardTextAttributeIds UIA_BackgroundColorAttributeId
public static final StandardTextAttributeIds UIA_BeforeParagraphSpacingAttributeId
public static final StandardTextAttributeIds UIA_BulletStyleAttributeId
public static final StandardTextAttributeIds UIA_CaretBidiModeAttributeId
public static final StandardTextAttributeIds UIA_CaretPositionAttributeId
public static final StandardTextAttributeIds UIA_CultureAttributeId
public static final StandardTextAttributeIds UIA_FontNameAttributeId
public static final StandardTextAttributeIds UIA_FontSizeAttributeId
public static final StandardTextAttributeIds UIA_FontWeightAttributeId
public static final StandardTextAttributeIds UIA_ForegroundColorAttributeId
public static final StandardTextAttributeIds UIA_HorizontalTextAlignmentAttributeId
public static final StandardTextAttributeIds UIA_IndentationFirstLineAttributeId
public static final StandardTextAttributeIds UIA_IndentationLeadingAttributeId
public static final StandardTextAttributeIds UIA_IndentationTrailingAttributeId
public static final StandardTextAttributeIds UIA_IsActiveAttributeId
public static final StandardTextAttributeIds UIA_IsHiddenAttributeId
public static final StandardTextAttributeIds UIA_IsItalicAttributeId
public static final StandardTextAttributeIds UIA_IsReadOnlyAttributeId
public static final StandardTextAttributeIds UIA_IsSubscriptAttributeId
public static final StandardTextAttributeIds UIA_IsSuperscriptAttributeId
public static final StandardTextAttributeIds UIA_LineSpacingAttributeId
public static final StandardTextAttributeIds UIA_LinkAttributeId
public static final StandardTextAttributeIds UIA_MarginBottomAttributeId
public static final StandardTextAttributeIds UIA_MarginLeadingAttributeId
public static final StandardTextAttributeIds UIA_MarginTopAttributeId
public static final StandardTextAttributeIds UIA_MarginTrailingAttributeId
public static final StandardTextAttributeIds UIA_OutlineStylesAttributeId
public static final StandardTextAttributeIds UIA_OverlineColorAttributeId
public static final StandardTextAttributeIds UIA_OverlineStyleAttributeId
public static final StandardTextAttributeIds UIA_SelectionActiveEndAttributeId
public static final StandardTextAttributeIds UIA_StrikethroughColorAttributeId
public static final StandardTextAttributeIds UIA_StrikethroughStyleAttributeId
public static final StandardTextAttributeIds UIA_StyleIdAttributeId
public static final StandardTextAttributeIds UIA_StyleNameAttributeId
public static final StandardTextAttributeIds UIA_TabsAttributeId
public static final StandardTextAttributeIds UIA_TextFlowDirectionsAttributeId
public static final StandardTextAttributeIds UIA_UnderlineColorAttributeId
public static final StandardTextAttributeIds UIA_UnderlineStyleAttributeId
public static final StandardTextAttributeIds UIA_SayAsInterpretAsAttributeId
public static final StandardTextAttributeIds UIA_CapStyleAttributeId
public static StandardTextAttributeIds[] values()
for (StandardTextAttributeIds c : StandardTextAttributeIds.values()) System.out.println(c);
public static StandardTextAttributeIds valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getNativeValue()
getNativeValue
in interface INativeConstant
getNativeValue
in interface INativeEnum
getNativeValue
in interface ITextAttributeId
public java.lang.String getConstantName()
getConstantName
in interface INativeConstant
getConstantName
in interface INativeEnum
public static java.util.Optional<StandardTextAttributeIds> fromNativeValue(int nativeValue)
fromNativeValue
in interface ITextAttributeId