Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.Builder.clear() |
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.Builder.clearBackgroundColor() |
Color of the background.
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.Builder.clearBold() |
Whether the text is bold (equivalent to
[font_weight][google.cloud.documentai.v1beta3.Document.Page.Token.StyleInfo.font_weight]
is at least `700`).
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.Builder.clearFontSize() |
Font size in points (`1` point is `¹⁄₇₂` inches).
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.Builder.clearFontType() |
Name or style of the font.
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.Builder.clearFontWeight() |
TrueType weight on a scale `100` (thin) to `1000` (ultra-heavy).
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.Builder.clearHandwritten() |
Whether the text is handwritten.
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.Builder.clearItalic() |
Whether the text is italic.
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.Builder.clearLetterSpacing() |
Letter spacing in points.
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.Builder.clearPixelFontSize() |
Font size in pixels, equal to _unrounded
[font_size][google.cloud.documentai.v1beta3.Document.Page.Token.StyleInfo.font_size]_
* _resolution_ ÷ `72.0`.
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.Builder.clearSmallcaps() |
Whether the text is in small caps.
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.Builder.clearStrikeout() |
Whether the text is strikethrough.
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.Builder.clearSubscript() |
Whether the text is a subscript.
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.Builder.clearSuperscript() |
Whether the text is a superscript.
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.Builder.clearTextColor() |
Color of the text.
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.Builder.clearUnderlined() |
Whether the text is underlined.
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.Builder.clone() |
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.Builder.getStyleInfoBuilder() |
Text style attributes.
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.Builder.mergeBackgroundColor(com.google.type.Color value) |
Color of the background.
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.Builder.mergeFrom(Document.Page.Token.StyleInfo other) |
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.Builder.mergeTextColor(com.google.type.Color value) |
Color of the text.
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.newBuilder() |
|
static Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.newBuilder(Document.Page.Token.StyleInfo prototype) |
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.newBuilderForType() |
|
protected Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.Builder.setBackgroundColor(com.google.type.Color value) |
Color of the background.
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.Builder.setBackgroundColor(com.google.type.Color.Builder builderForValue) |
Color of the background.
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.Builder.setBold(boolean value) |
Whether the text is bold (equivalent to
[font_weight][google.cloud.documentai.v1beta3.Document.Page.Token.StyleInfo.font_weight]
is at least `700`).
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.Builder.setFontSize(int value) |
Font size in points (`1` point is `¹⁄₇₂` inches).
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.Builder.setFontType(String value) |
Name or style of the font.
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.Builder.setFontTypeBytes(com.google.protobuf.ByteString value) |
Name or style of the font.
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.Builder.setFontWeight(int value) |
TrueType weight on a scale `100` (thin) to `1000` (ultra-heavy).
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.Builder.setHandwritten(boolean value) |
Whether the text is handwritten.
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.Builder.setItalic(boolean value) |
Whether the text is italic.
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.Builder.setLetterSpacing(double value) |
Letter spacing in points.
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.Builder.setPixelFontSize(double value) |
Font size in pixels, equal to _unrounded
[font_size][google.cloud.documentai.v1beta3.Document.Page.Token.StyleInfo.font_size]_
* _resolution_ ÷ `72.0`.
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.Builder.setSmallcaps(boolean value) |
Whether the text is in small caps.
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.Builder.setStrikeout(boolean value) |
Whether the text is strikethrough.
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.Builder.setSubscript(boolean value) |
Whether the text is a subscript.
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.Builder.setSuperscript(boolean value) |
Whether the text is a superscript.
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.Builder.setTextColor(com.google.type.Color value) |
Color of the text.
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.Builder.setTextColor(com.google.type.Color.Builder builderForValue) |
Color of the text.
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.Builder.setUnderlined(boolean value) |
Whether the text is underlined.
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Document.Page.Token.StyleInfo.Builder |
Document.Page.Token.StyleInfo.toBuilder() |
|