Interface Document.StyleOrBuilder (2.2.1)

public static interface Document.StyleOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBackgroundColor()

public abstract Color getBackgroundColor()

Text background color.

.google.type.Color background_color = 3;

Returns
TypeDescription
com.google.type.Color

The backgroundColor.

getBackgroundColorOrBuilder()

public abstract ColorOrBuilder getBackgroundColorOrBuilder()

Text background color.

.google.type.Color background_color = 3;

Returns
TypeDescription
com.google.type.ColorOrBuilder

getColor()

public abstract Color getColor()

Text color.

.google.type.Color color = 2;

Returns
TypeDescription
com.google.type.Color

The color.

getColorOrBuilder()

public abstract ColorOrBuilder getColorOrBuilder()

Text color.

.google.type.Color color = 2;

Returns
TypeDescription
com.google.type.ColorOrBuilder

getFontSize()

public abstract Document.Style.FontSize getFontSize()

Font size.

.google.cloud.documentai.v1.Document.Style.FontSize font_size = 7;

Returns
TypeDescription
Document.Style.FontSize

The fontSize.

getFontSizeOrBuilder()

public abstract Document.Style.FontSizeOrBuilder getFontSizeOrBuilder()

Font size.

.google.cloud.documentai.v1.Document.Style.FontSize font_size = 7;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
ByteString

The bytes for fontWeight.

getTextAnchor()

public abstract Document.TextAnchor getTextAnchor()

Text anchor indexing into the Document.text.

.google.cloud.documentai.v1.Document.TextAnchor text_anchor = 1;

Returns
TypeDescription
Document.TextAnchor

The textAnchor.

getTextAnchorOrBuilder()

public abstract Document.TextAnchorOrBuilder getTextAnchorOrBuilder()

Text anchor indexing into the Document.text.

.google.cloud.documentai.v1.Document.TextAnchor text_anchor = 1;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
ByteString

The bytes for textStyle.

hasBackgroundColor()

public abstract boolean hasBackgroundColor()

Text background color.

.google.type.Color background_color = 3;

Returns
TypeDescription
boolean

Whether the backgroundColor field is set.

hasColor()

public abstract boolean hasColor()

Text color.

.google.type.Color color = 2;

Returns
TypeDescription
boolean

Whether the color field is set.

hasFontSize()

public abstract boolean hasFontSize()

Font size.

.google.cloud.documentai.v1.Document.Style.FontSize font_size = 7;

Returns
TypeDescription
boolean

Whether the fontSize field is set.

hasTextAnchor()

public abstract boolean hasTextAnchor()

Text anchor indexing into the Document.text.

.google.cloud.documentai.v1.Document.TextAnchor text_anchor = 1;

Returns
TypeDescription
boolean

Whether the textAnchor field is set.