public static final class Document.Style extends GeneratedMessageV3 implements Document.StyleOrBuilder
Annotation for common text style attributes. This adheres to CSS
conventions as much as possible.
Protobuf type google.cloud.documentai.v1.Document.Style
Fields
BACKGROUND_COLOR_FIELD_NUMBER
public static final int BACKGROUND_COLOR_FIELD_NUMBER
Field Value
COLOR_FIELD_NUMBER
public static final int COLOR_FIELD_NUMBER
Field Value
FONT_SIZE_FIELD_NUMBER
public static final int FONT_SIZE_FIELD_NUMBER
Field Value
FONT_WEIGHT_FIELD_NUMBER
public static final int FONT_WEIGHT_FIELD_NUMBER
Field Value
TEXT_ANCHOR_FIELD_NUMBER
public static final int TEXT_ANCHOR_FIELD_NUMBER
Field Value
TEXT_DECORATION_FIELD_NUMBER
public static final int TEXT_DECORATION_FIELD_NUMBER
Field Value
TEXT_STYLE_FIELD_NUMBER
public static final int TEXT_STYLE_FIELD_NUMBER
Field Value
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getBackgroundColor()
public Color getBackgroundColor()
Text background color.
.google.type.Color background_color = 3;
Returns
Type | Description |
com.google.type.Color | The backgroundColor.
|
getBackgroundColorOrBuilder()
public ColorOrBuilder getBackgroundColorOrBuilder()
Text background color.
.google.type.Color background_color = 3;
Returns
Type | Description |
com.google.type.ColorOrBuilder | |
getColor()
Text color.
.google.type.Color color = 2;
Returns
Type | Description |
com.google.type.Color | The color.
|
getColorOrBuilder()
public ColorOrBuilder getColorOrBuilder()
Text color.
.google.type.Color color = 2;
Returns
Type | Description |
com.google.type.ColorOrBuilder | |
getDefaultInstance()
public static Document.Style getDefaultInstance()
Returns
getDefaultInstanceForType()
public Document.Style getDefaultInstanceForType()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
getFontSize()
public Document.Style.FontSize getFontSize()
Font size.
.google.cloud.documentai.v1.Document.Style.FontSize font_size = 7;
Returns
getFontSizeOrBuilder()
public Document.Style.FontSizeOrBuilder getFontSizeOrBuilder()
Font size.
.google.cloud.documentai.v1.Document.Style.FontSize font_size = 7;
Returns
getFontWeight()
public String getFontWeight()
Returns
Type | Description |
String | The fontWeight.
|
getFontWeightBytes()
public ByteString getFontWeightBytes()
Returns
Type | Description |
ByteString | The bytes for fontWeight.
|
getParserForType()
public Parser<Document.Style> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getTextAnchor()
public Document.TextAnchor getTextAnchor()
Text anchor indexing into the Document.text.
.google.cloud.documentai.v1.Document.TextAnchor text_anchor = 1;
Returns
getTextAnchorOrBuilder()
public Document.TextAnchorOrBuilder getTextAnchorOrBuilder()
Text anchor indexing into the Document.text.
.google.cloud.documentai.v1.Document.TextAnchor text_anchor = 1;
Returns
getTextDecoration()
public String getTextDecoration()
Returns
Type | Description |
String | The textDecoration.
|
getTextDecorationBytes()
public ByteString getTextDecorationBytes()
Returns
Type | Description |
ByteString | The bytes for textDecoration.
|
getTextStyle()
public String getTextStyle()
Returns
Type | Description |
String | The textStyle.
|
getTextStyleBytes()
public ByteString getTextStyleBytes()
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasBackgroundColor()
public boolean hasBackgroundColor()
Text background color.
.google.type.Color background_color = 3;
Returns
Type | Description |
boolean | Whether the backgroundColor field is set.
|
hasColor()
public boolean hasColor()
Text color.
.google.type.Color color = 2;
Returns
Type | Description |
boolean | Whether the color field is set.
|
hasFontSize()
public boolean hasFontSize()
Font size.
.google.cloud.documentai.v1.Document.Style.FontSize font_size = 7;
Returns
Type | Description |
boolean | Whether the fontSize field is set.
|
hasTextAnchor()
public boolean hasTextAnchor()
Text anchor indexing into the Document.text.
.google.cloud.documentai.v1.Document.TextAnchor text_anchor = 1;
Returns
Type | Description |
boolean | Whether the textAnchor field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilder()
public static Document.Style.Builder newBuilder()
Returns
newBuilder(Document.Style prototype)
public static Document.Style.Builder newBuilder(Document.Style prototype)
Parameter
Returns
newBuilderForType()
public Document.Style.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Document.Style.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public static Document.Style parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static Document.Style parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Document.Style parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Document.Style parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Document.Style parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Document.Style parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Document.Style parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static Document.Style parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Document.Style parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static Document.Style parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Document.Style parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Document.Style parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<Document.Style> parser()
Returns
toBuilder()
public Document.Style.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions