- 2.82.0 (latest)
- 2.80.0
- 2.79.0
- 2.78.0
- 2.77.0
- 2.76.0
- 2.74.0
- 2.72.0
- 2.71.0
- 2.68.0
- 2.67.0
- 2.66.0
- 2.64.0
- 2.63.0
- 2.62.0
- 2.61.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.53.0
- 2.52.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.5
- 2.6.2
- 2.5.1
- 2.4.3
- 2.3.1
- 2.2.1
- 2.1.9
public static interface Document.StyleOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBackgroundColor()
public abstract Color getBackgroundColor()Text background color.
 .google.type.Color background_color = 3;
| Returns | |
|---|---|
| Type | Description | 
| com.google.type.Color | The backgroundColor. | 
getBackgroundColorOrBuilder()
public abstract ColorOrBuilder getBackgroundColorOrBuilder()Text background color.
 .google.type.Color background_color = 3;
| Returns | |
|---|---|
| Type | Description | 
| com.google.type.ColorOrBuilder | |
getColor()
public abstract Color getColor()Text color.
 .google.type.Color color = 2;
| Returns | |
|---|---|
| Type | Description | 
| com.google.type.Color | The color. | 
getColorOrBuilder()
public abstract ColorOrBuilder getColorOrBuilder()Text color.
 .google.type.Color color = 2;
| Returns | |
|---|---|
| Type | Description | 
| com.google.type.ColorOrBuilder | |
getFontFamily()
public abstract 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 | |
|---|---|
| Type | Description | 
| String | The fontFamily. | 
getFontFamilyBytes()
public abstract 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 | |
|---|---|
| Type | Description | 
| ByteString | The bytes for fontFamily. | 
getFontSize()
public abstract Document.Style.FontSize getFontSize()Font size.
 .google.cloud.documentai.v1beta3.Document.Style.FontSize font_size = 7;
| Returns | |
|---|---|
| Type | Description | 
| Document.Style.FontSize | The fontSize. | 
getFontSizeOrBuilder()
public abstract Document.Style.FontSizeOrBuilder getFontSizeOrBuilder()Font size.
 .google.cloud.documentai.v1beta3.Document.Style.FontSize font_size = 7;
| Returns | |
|---|---|
| Type | Description | 
| Document.Style.FontSizeOrBuilder | |
getFontWeight()
public abstract String getFontWeight() Font weight.
 Possible values are normal, bold, bolder, and lighter.
 string font_weight = 4;
| Returns | |
|---|---|
| Type | Description | 
| String | The fontWeight. | 
getFontWeightBytes()
public abstract ByteString getFontWeightBytes() Font weight.
 Possible values are normal, bold, bolder, and lighter.
 string font_weight = 4;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for fontWeight. | 
getTextAnchor()
public abstract Document.TextAnchor getTextAnchor()Text anchor indexing into the Document.text.
 .google.cloud.documentai.v1beta3.Document.TextAnchor text_anchor = 1;
| Returns | |
|---|---|
| Type | Description | 
| Document.TextAnchor | The textAnchor. | 
getTextAnchorOrBuilder()
public abstract Document.TextAnchorOrBuilder getTextAnchorOrBuilder()Text anchor indexing into the Document.text.
 .google.cloud.documentai.v1beta3.Document.TextAnchor text_anchor = 1;
| Returns | |
|---|---|
| Type | Description | 
| Document.TextAnchorOrBuilder | |
getTextDecoration()
public abstract String getTextDecoration()Text decoration. Follows CSS standard. <text-decoration-line> <text-decoration-color> <text-decoration-style>
 string text_decoration = 6;
| Returns | |
|---|---|
| Type | Description | 
| String | The textDecoration. | 
getTextDecorationBytes()
public abstract ByteString getTextDecorationBytes()Text decoration. Follows CSS standard. <text-decoration-line> <text-decoration-color> <text-decoration-style>
 string text_decoration = 6;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for textDecoration. | 
getTextStyle()
public abstract String getTextStyle() Text style.
 Possible values are normal, italic, and oblique.
 string text_style = 5;
| Returns | |
|---|---|
| Type | Description | 
| String | The textStyle. | 
getTextStyleBytes()
public abstract ByteString getTextStyleBytes() Text style.
 Possible values are normal, italic, and oblique.
 string text_style = 5;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for textStyle. | 
hasBackgroundColor()
public abstract boolean hasBackgroundColor()Text background color.
 .google.type.Color background_color = 3;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the backgroundColor field is set. | 
hasColor()
public abstract boolean hasColor()Text color.
 .google.type.Color color = 2;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the color field is set. | 
hasFontSize()
public abstract boolean hasFontSize()Font size.
 .google.cloud.documentai.v1beta3.Document.Style.FontSize font_size = 7;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the fontSize field is set. | 
hasTextAnchor()
public abstract boolean hasTextAnchor()Text anchor indexing into the Document.text.
 .google.cloud.documentai.v1beta3.Document.TextAnchor text_anchor = 1;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the textAnchor field is set. |