Interface Document.StyleOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Document.Style, Document.Style.Builder
    Enclosing class:
    Document

    public static interface Document.StyleOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasTextAnchor

        boolean hasTextAnchor()
         Text anchor indexing into the
         [Document.text][google.cloud.documentai.v1beta3.Document.text].
         
        .google.cloud.documentai.v1beta3.Document.TextAnchor text_anchor = 1;
        Returns:
        Whether the textAnchor field is set.
      • getTextAnchor

        Document.TextAnchor getTextAnchor()
         Text anchor indexing into the
         [Document.text][google.cloud.documentai.v1beta3.Document.text].
         
        .google.cloud.documentai.v1beta3.Document.TextAnchor text_anchor = 1;
        Returns:
        The textAnchor.
      • getTextAnchorOrBuilder

        Document.TextAnchorOrBuilder getTextAnchorOrBuilder()
         Text anchor indexing into the
         [Document.text][google.cloud.documentai.v1beta3.Document.text].
         
        .google.cloud.documentai.v1beta3.Document.TextAnchor text_anchor = 1;
      • hasColor

        boolean hasColor()
         Text color.
         
        .google.type.Color color = 2;
        Returns:
        Whether the color field is set.
      • getColor

        com.google.type.Color getColor()
         Text color.
         
        .google.type.Color color = 2;
        Returns:
        The color.
      • getColorOrBuilder

        com.google.type.ColorOrBuilder getColorOrBuilder()
         Text color.
         
        .google.type.Color color = 2;
      • hasBackgroundColor

        boolean hasBackgroundColor()
         Text background color.
         
        .google.type.Color background_color = 3;
        Returns:
        Whether the backgroundColor field is set.
      • getBackgroundColor

        com.google.type.Color getBackgroundColor()
         Text background color.
         
        .google.type.Color background_color = 3;
        Returns:
        The backgroundColor.
      • getBackgroundColorOrBuilder

        com.google.type.ColorOrBuilder getBackgroundColorOrBuilder()
         Text background color.
         
        .google.type.Color background_color = 3;
      • getFontWeight

        String getFontWeight()
         [Font weight](https://www.w3schools.com/cssref/pr_font_weight.asp).
         Possible values are `normal`, `bold`, `bolder`, and `lighter`.
         
        string font_weight = 4;
        Returns:
        The fontWeight.
      • getFontWeightBytes

        com.google.protobuf.ByteString getFontWeightBytes()
         [Font weight](https://www.w3schools.com/cssref/pr_font_weight.asp).
         Possible values are `normal`, `bold`, `bolder`, and `lighter`.
         
        string font_weight = 4;
        Returns:
        The bytes for fontWeight.
      • getTextStyle

        String getTextStyle()
         [Text style](https://www.w3schools.com/cssref/pr_font_font-style.asp).
         Possible values are `normal`, `italic`, and `oblique`.
         
        string text_style = 5;
        Returns:
        The textStyle.
      • getTextStyleBytes

        com.google.protobuf.ByteString getTextStyleBytes()
         [Text style](https://www.w3schools.com/cssref/pr_font_font-style.asp).
         Possible values are `normal`, `italic`, and `oblique`.
         
        string text_style = 5;
        Returns:
        The bytes for textStyle.
      • getTextDecoration

        String getTextDecoration()
         [Text
         decoration](https://www.w3schools.com/cssref/pr_text_text-decoration.asp).
         Follows CSS standard. <text-decoration-line> <text-decoration-color>
         <text-decoration-style>
         
        string text_decoration = 6;
        Returns:
        The textDecoration.
      • getTextDecorationBytes

        com.google.protobuf.ByteString getTextDecorationBytes()
         [Text
         decoration](https://www.w3schools.com/cssref/pr_text_text-decoration.asp).
         Follows CSS standard. <text-decoration-line> <text-decoration-color>
         <text-decoration-style>
         
        string text_decoration = 6;
        Returns:
        The bytes for textDecoration.
      • hasFontSize

        boolean hasFontSize()
         Font size.
         
        .google.cloud.documentai.v1beta3.Document.Style.FontSize font_size = 7;
        Returns:
        Whether the fontSize field is set.
      • getFontSize

        Document.Style.FontSize getFontSize()
         Font size.
         
        .google.cloud.documentai.v1beta3.Document.Style.FontSize font_size = 7;
        Returns:
        The fontSize.
      • getFontSizeOrBuilder

        Document.Style.FontSizeOrBuilder getFontSizeOrBuilder()
         Font size.
         
        .google.cloud.documentai.v1beta3.Document.Style.FontSize font_size = 7;
      • getFontFamily

        String getFontFamily()
         Font family such as `Arial`, `Times New Roman`.
         https://www.w3schools.com/cssref/pr_font_font-family.asp
         
        string font_family = 8;
        Returns:
        The fontFamily.
      • getFontFamilyBytes

        com.google.protobuf.ByteString getFontFamilyBytes()
         Font family such as `Arial`, `Times New Roman`.
         https://www.w3schools.com/cssref/pr_font_font-family.asp
         
        string font_family = 8;
        Returns:
        The bytes for fontFamily.