public static interface Document.StyleOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBackgroundColor()
public abstract Color getBackgroundColor()Text background color.
.google.type.Color background_color = 3;
| Type | Description |
| com.google.type.Color | The backgroundColor. |
getBackgroundColorOrBuilder()
public abstract ColorOrBuilder getBackgroundColorOrBuilder()Text background color.
.google.type.Color background_color = 3;
| Type | Description |
| com.google.type.ColorOrBuilder |
getColor()
public abstract Color getColor()Text color.
.google.type.Color color = 2;
| Type | Description |
| com.google.type.Color | The color. |
getColorOrBuilder()
public abstract ColorOrBuilder getColorOrBuilder()Text color.
.google.type.Color color = 2;
| Type | Description |
| com.google.type.ColorOrBuilder |
getFontSize()
public abstract Document.Style.FontSize getFontSize()Font size.
.google.cloud.documentai.v1beta2.Document.Style.FontSize font_size = 7;
| Type | Description |
| Document.Style.FontSize | The fontSize. |
getFontSizeOrBuilder()
public abstract Document.Style.FontSizeOrBuilder getFontSizeOrBuilder()Font size.
.google.cloud.documentai.v1beta2.Document.Style.FontSize font_size = 7;
| Type | Description |
| Document.Style.FontSizeOrBuilder |
getFontWeight()
public abstract 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;
| Type | Description |
| String | The fontWeight. |
getFontWeightBytes()
public abstract 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;
| Type | Description |
| ByteString | The bytes for fontWeight. |
getTextAnchor()
public abstract Document.TextAnchor getTextAnchor()Text anchor indexing into the Document.text.
.google.cloud.documentai.v1beta2.Document.TextAnchor text_anchor = 1;
| Type | Description |
| Document.TextAnchor | The textAnchor. |
getTextAnchorOrBuilder()
public abstract Document.TextAnchorOrBuilder getTextAnchorOrBuilder()Text anchor indexing into the Document.text.
.google.cloud.documentai.v1beta2.Document.TextAnchor text_anchor = 1;
| Type | Description |
| Document.TextAnchorOrBuilder |
getTextDecoration()
public abstract 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;
| Type | Description |
| String | The textDecoration. |
getTextDecorationBytes()
public abstract 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;
| Type | Description |
| ByteString | The bytes for textDecoration. |
getTextStyle()
public abstract 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;
| Type | Description |
| String | The textStyle. |
getTextStyleBytes()
public abstract 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;
| Type | Description |
| ByteString | The bytes for textStyle. |
hasBackgroundColor()
public abstract boolean hasBackgroundColor()Text background color.
.google.type.Color background_color = 3;
| Type | Description |
| boolean | Whether the backgroundColor field is set. |
hasColor()
public abstract boolean hasColor()Text color.
.google.type.Color color = 2;
| Type | Description |
| boolean | Whether the color field is set. |
hasFontSize()
public abstract boolean hasFontSize()Font size.
.google.cloud.documentai.v1beta2.Document.Style.FontSize font_size = 7;
| Type | Description |
| boolean | Whether the fontSize field is set. |
hasTextAnchor()
public abstract boolean hasTextAnchor()Text anchor indexing into the Document.text.
.google.cloud.documentai.v1beta2.Document.TextAnchor text_anchor = 1;
| Type | Description |
| boolean | Whether the textAnchor field is set. |