GoogleCloudDocumentaiV1DocumentStyleArgs

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
fun GoogleCloudDocumentaiV1DocumentStyleArgs(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)

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDocumentaiV1DocumentStyleArgs

Properties

Link copied to clipboard

Text background color.

Link copied to clipboard
val color: Output<GoogleTypeColorArgs>? = null

Text color.

Link copied to clipboard
val fontFamily: Output<String>? = null

Font family such as Arial, Times New Roman. https://www.w3schools.com/cssref/pr_font_font-family.asp

Link copied to clipboard
Link copied to clipboard
val fontWeight: Output<String>? = null

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
val textDecoration: Output<String>? = null

Text decoration. Follows CSS standard. https://www.w3schools.com/cssref/pr_text_text-decoration.asp

Link copied to clipboard
val textStyle: Output<String>? = null

Text style. Possible values are normal, italic, and oblique. https://www.w3schools.com/cssref/pr_font_font-style.asp