Class Style (2.0.1)

Style(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Annotation for common text style attributes. This adheres to CSS conventions as much as possible.

Attributes

NameDescription
text_anchor google.cloud.documentai_v1.types.Document.TextAnchor
Text anchor indexing into the Document.text.
color google.type.color_pb2.Color
Text color.
background_color google.type.color_pb2.Color
Text background color.
font_weight str
Font weight. Possible values are normal, bold, bolder, and lighter. https://www.w3schools.com/cssref/pr_font_weight.asp
text_style str
Text style. Possible values are normal, italic, and oblique. https://www.w3schools.com/cssref/pr_font_font-style.asp
text_decoration str
Text decoration. Follows CSS standard. https://www.w3schools.com/cssref/pr_text_text-decoration.asp
font_size google.cloud.documentai_v1.types.Document.Style.FontSize
Font size.

Inheritance

builtins.object > proto.message.Message > Style

Classes

FontSize

FontSize(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Font size with unit.