Google Cloud Documentai V1Document Style Args
data class GoogleCloudDocumentaiV1DocumentStyleArgs(val backgroundColor: Output<GoogleTypeColorArgs>? = null, val color: Output<GoogleTypeColorArgs>? = null, val fontFamily: Output<String>? = null, val fontSize: Output<GoogleCloudDocumentaiV1DocumentStyleFontSizeArgs>? = null, val fontWeight: Output<String>? = null, val textAnchor: Output<GoogleCloudDocumentaiV1DocumentTextAnchorArgs>? = null, val textDecoration: Output<String>? = null, val textStyle: Output<String>? = null) : ConvertibleToJava<GoogleCloudDocumentaiV1DocumentStyleArgs>
Annotation for common text style attributes. This adheres to CSS conventions as much as possible.
Constructors
Link copied to clipboard
constructor(backgroundColor: Output<GoogleTypeColorArgs>? = null, color: Output<GoogleTypeColorArgs>? = null, fontFamily: Output<String>? = null, fontSize: Output<GoogleCloudDocumentaiV1DocumentStyleFontSizeArgs>? = null, fontWeight: Output<String>? = null, textAnchor: Output<GoogleCloudDocumentaiV1DocumentTextAnchorArgs>? = null, textDecoration: Output<String>? = null, textStyle: Output<String>? = null)
Properties
Link copied to clipboard
Text background color.
Link copied to clipboard
Text color.
Link copied to clipboard
Font family such as Arial
, Times New Roman
. https://www.w3schools.com/cssref/pr_font_font-family.asp
Link copied to clipboard
Font size.
Link copied to clipboard
Font weight. Possible values are normal, bold, bolder, and lighter. https://www.w3schools.com/cssref/pr_font_weight.asp
Link copied to clipboard
Text anchor indexing into the Document.text.
Link copied to clipboard
Text decoration. Follows CSS standard. https://www.w3schools.com/cssref/pr_text_text-decoration.asp