类 TextElementStyle

java.lang.Object
com.lark.oapi.service.docx.v1.model.TextElementStyle

public class TextElementStyle extends Object
  • 构造器详细资料

    • TextElementStyle

      public TextElementStyle()
    • TextElementStyle

      public TextElementStyle(TextElementStyle.Builder builder)
  • 方法详细资料

    • newBuilder

      public static TextElementStyle.Builder newBuilder()
    • getBold

      public Boolean getBold()
    • setBold

      public void setBold(Boolean bold)
    • getItalic

      public Boolean getItalic()
    • setItalic

      public void setItalic(Boolean italic)
    • getStrikethrough

      public Boolean getStrikethrough()
    • setStrikethrough

      public void setStrikethrough(Boolean strikethrough)
    • getUnderline

      public Boolean getUnderline()
    • setUnderline

      public void setUnderline(Boolean underline)
    • getInlineCode

      public Boolean getInlineCode()
    • setInlineCode

      public void setInlineCode(Boolean inlineCode)
    • getBackgroundColor

      public Integer getBackgroundColor()
    • setBackgroundColor

      public void setBackgroundColor(Integer backgroundColor)
    • getTextColor

      public Integer getTextColor()
    • setTextColor

      public void setTextColor(Integer textColor)
    • getLink

      public Link getLink()
    • setLink

      public void setLink(Link link)
    • getCommentIds

      public String[] getCommentIds()
    • setCommentIds

      public void setCommentIds(String[] commentIds)