Interface Document.StyleOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Document.Style,Document.Style.Builder
- Enclosing class:
- Document
public static interface Document.StyleOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.type.ColorgetBackgroundColor()Text background color.com.google.type.ColorOrBuildergetBackgroundColorOrBuilder()Text background color.com.google.type.ColorgetColor()Text color.com.google.type.ColorOrBuildergetColorOrBuilder()Text color.Document.Style.FontSizegetFontSize()Font size.Document.Style.FontSizeOrBuildergetFontSizeOrBuilder()Font size.StringgetFontWeight()Font weight.com.google.protobuf.ByteStringgetFontWeightBytes()Font weight.Document.TextAnchorgetTextAnchor()Text anchor indexing into the [Document.text][google.cloud.documentai.v1beta1.Document.text].Document.TextAnchorOrBuildergetTextAnchorOrBuilder()Text anchor indexing into the [Document.text][google.cloud.documentai.v1beta1.Document.text].StringgetTextDecoration()Text decoration.com.google.protobuf.ByteStringgetTextDecorationBytes()Text decoration.StringgetTextStyle()Text style.com.google.protobuf.ByteStringgetTextStyleBytes()Text style.booleanhasBackgroundColor()Text background color.booleanhasColor()Text color.booleanhasFontSize()Font size.booleanhasTextAnchor()Text anchor indexing into the [Document.text][google.cloud.documentai.v1beta1.Document.text].-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasTextAnchor
boolean hasTextAnchor()
Text anchor indexing into the [Document.text][google.cloud.documentai.v1beta1.Document.text].
.google.cloud.documentai.v1beta1.Document.TextAnchor text_anchor = 1;- Returns:
- Whether the textAnchor field is set.
-
getTextAnchor
Document.TextAnchor getTextAnchor()
Text anchor indexing into the [Document.text][google.cloud.documentai.v1beta1.Document.text].
.google.cloud.documentai.v1beta1.Document.TextAnchor text_anchor = 1;- Returns:
- The textAnchor.
-
getTextAnchorOrBuilder
Document.TextAnchorOrBuilder getTextAnchorOrBuilder()
Text anchor indexing into the [Document.text][google.cloud.documentai.v1beta1.Document.text].
.google.cloud.documentai.v1beta1.Document.TextAnchor text_anchor = 1;
-
hasColor
boolean hasColor()
Text color.
.google.type.Color color = 2;- Returns:
- Whether the color field is set.
-
getColor
com.google.type.Color getColor()
Text color.
.google.type.Color color = 2;- Returns:
- The color.
-
getColorOrBuilder
com.google.type.ColorOrBuilder getColorOrBuilder()
Text color.
.google.type.Color color = 2;
-
hasBackgroundColor
boolean hasBackgroundColor()
Text background color.
.google.type.Color background_color = 3;- Returns:
- Whether the backgroundColor field is set.
-
getBackgroundColor
com.google.type.Color getBackgroundColor()
Text background color.
.google.type.Color background_color = 3;- Returns:
- The backgroundColor.
-
getBackgroundColorOrBuilder
com.google.type.ColorOrBuilder getBackgroundColorOrBuilder()
Text background color.
.google.type.Color background_color = 3;
-
getFontWeight
String getFontWeight()
Font weight. Possible values are normal, bold, bolder, and lighter. https://www.w3schools.com/cssref/pr_font_weight.asp
string font_weight = 4;- Returns:
- The fontWeight.
-
getFontWeightBytes
com.google.protobuf.ByteString getFontWeightBytes()
Font weight. Possible values are normal, bold, bolder, and lighter. https://www.w3schools.com/cssref/pr_font_weight.asp
string font_weight = 4;- Returns:
- The bytes for fontWeight.
-
getTextStyle
String getTextStyle()
Text style. Possible values are normal, italic, and oblique. https://www.w3schools.com/cssref/pr_font_font-style.asp
string text_style = 5;- Returns:
- The textStyle.
-
getTextStyleBytes
com.google.protobuf.ByteString getTextStyleBytes()
Text style. Possible values are normal, italic, and oblique. https://www.w3schools.com/cssref/pr_font_font-style.asp
string text_style = 5;- Returns:
- The bytes for textStyle.
-
getTextDecoration
String getTextDecoration()
Text decoration. Follows CSS standard. <text-decoration-line> <text-decoration-color> <text-decoration-style> https://www.w3schools.com/cssref/pr_text_text-decoration.asp
string text_decoration = 6;- Returns:
- The textDecoration.
-
getTextDecorationBytes
com.google.protobuf.ByteString getTextDecorationBytes()
Text decoration. Follows CSS standard. <text-decoration-line> <text-decoration-color> <text-decoration-style> https://www.w3schools.com/cssref/pr_text_text-decoration.asp
string text_decoration = 6;- Returns:
- The bytes for textDecoration.
-
hasFontSize
boolean hasFontSize()
Font size.
.google.cloud.documentai.v1beta1.Document.Style.FontSize font_size = 7;- Returns:
- Whether the fontSize field is set.
-
getFontSize
Document.Style.FontSize getFontSize()
Font size.
.google.cloud.documentai.v1beta1.Document.Style.FontSize font_size = 7;- Returns:
- The fontSize.
-
getFontSizeOrBuilder
Document.Style.FontSizeOrBuilder getFontSizeOrBuilder()
Font size.
.google.cloud.documentai.v1beta1.Document.Style.FontSize font_size = 7;
-
-