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.Color
getBackgroundColor()
Text background color.com.google.type.ColorOrBuilder
getBackgroundColorOrBuilder()
Text background color.com.google.type.Color
getColor()
Text color.com.google.type.ColorOrBuilder
getColorOrBuilder()
Text color.String
getFontFamily()
Font family such as `Arial`, `Times New Roman`.com.google.protobuf.ByteString
getFontFamilyBytes()
Font family such as `Arial`, `Times New Roman`.Document.Style.FontSize
getFontSize()
Font size.Document.Style.FontSizeOrBuilder
getFontSizeOrBuilder()
Font size.String
getFontWeight()
[Font weight](https://www.w3schools.com/cssref/pr_font_weight.asp).com.google.protobuf.ByteString
getFontWeightBytes()
[Font weight](https://www.w3schools.com/cssref/pr_font_weight.asp).Document.TextAnchor
getTextAnchor()
Text anchor indexing into the [Document.text][google.cloud.documentai.v1beta3.Document.text].Document.TextAnchorOrBuilder
getTextAnchorOrBuilder()
Text anchor indexing into the [Document.text][google.cloud.documentai.v1beta3.Document.text].String
getTextDecoration()
[Text decoration](https://www.w3schools.com/cssref/pr_text_text-decoration.asp).com.google.protobuf.ByteString
getTextDecorationBytes()
[Text decoration](https://www.w3schools.com/cssref/pr_text_text-decoration.asp).String
getTextStyle()
[Text style](https://www.w3schools.com/cssref/pr_font_font-style.asp).com.google.protobuf.ByteString
getTextStyleBytes()
[Text style](https://www.w3schools.com/cssref/pr_font_font-style.asp).boolean
hasBackgroundColor()
Text background color.boolean
hasColor()
Text color.boolean
hasFontSize()
Font size.boolean
hasTextAnchor()
Text anchor indexing into the [Document.text][google.cloud.documentai.v1beta3.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.v1beta3.Document.text].
.google.cloud.documentai.v1beta3.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.v1beta3.Document.text].
.google.cloud.documentai.v1beta3.Document.TextAnchor text_anchor = 1;
- Returns:
- The textAnchor.
-
getTextAnchorOrBuilder
Document.TextAnchorOrBuilder getTextAnchorOrBuilder()
Text anchor indexing into the [Document.text][google.cloud.documentai.v1beta3.Document.text].
.google.cloud.documentai.v1beta3.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](https://www.w3schools.com/cssref/pr_font_weight.asp). Possible values are `normal`, `bold`, `bolder`, and `lighter`.
string font_weight = 4;
- Returns:
- The fontWeight.
-
getFontWeightBytes
com.google.protobuf.ByteString getFontWeightBytes()
[Font weight](https://www.w3schools.com/cssref/pr_font_weight.asp). Possible values are `normal`, `bold`, `bolder`, and `lighter`.
string font_weight = 4;
- Returns:
- The bytes for fontWeight.
-
getTextStyle
String getTextStyle()
[Text style](https://www.w3schools.com/cssref/pr_font_font-style.asp). Possible values are `normal`, `italic`, and `oblique`.
string text_style = 5;
- Returns:
- The textStyle.
-
getTextStyleBytes
com.google.protobuf.ByteString getTextStyleBytes()
[Text style](https://www.w3schools.com/cssref/pr_font_font-style.asp). Possible values are `normal`, `italic`, and `oblique`.
string text_style = 5;
- Returns:
- The bytes for textStyle.
-
getTextDecoration
String getTextDecoration()
[Text decoration](https://www.w3schools.com/cssref/pr_text_text-decoration.asp). Follows CSS standard. <text-decoration-line> <text-decoration-color> <text-decoration-style>
string text_decoration = 6;
- Returns:
- The textDecoration.
-
getTextDecorationBytes
com.google.protobuf.ByteString getTextDecorationBytes()
[Text decoration](https://www.w3schools.com/cssref/pr_text_text-decoration.asp). Follows CSS standard. <text-decoration-line> <text-decoration-color> <text-decoration-style>
string text_decoration = 6;
- Returns:
- The bytes for textDecoration.
-
hasFontSize
boolean hasFontSize()
Font size.
.google.cloud.documentai.v1beta3.Document.Style.FontSize font_size = 7;
- Returns:
- Whether the fontSize field is set.
-
getFontSize
Document.Style.FontSize getFontSize()
Font size.
.google.cloud.documentai.v1beta3.Document.Style.FontSize font_size = 7;
- Returns:
- The fontSize.
-
getFontSizeOrBuilder
Document.Style.FontSizeOrBuilder getFontSizeOrBuilder()
Font size.
.google.cloud.documentai.v1beta3.Document.Style.FontSize font_size = 7;
-
getFontFamily
String getFontFamily()
Font family such as `Arial`, `Times New Roman`. https://www.w3schools.com/cssref/pr_font_font-family.asp
string font_family = 8;
- Returns:
- The fontFamily.
-
getFontFamilyBytes
com.google.protobuf.ByteString getFontFamilyBytes()
Font family such as `Arial`, `Times New Roman`. https://www.w3schools.com/cssref/pr_font_font-family.asp
string font_family = 8;
- Returns:
- The bytes for fontFamily.
-
-