类 TextElement

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

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

    • TextElement

      public TextElement()
    • TextElement

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

    • newBuilder

      public static TextElement.Builder newBuilder()
    • getTextRun

      public TextRun getTextRun()
    • setTextRun

      public void setTextRun(TextRun textRun)
    • getMentionUser

      public MentionUser getMentionUser()
    • setMentionUser

      public void setMentionUser(MentionUser mentionUser)
    • getMentionDoc

      public MentionDoc getMentionDoc()
    • setMentionDoc

      public void setMentionDoc(MentionDoc mentionDoc)
    • getReminder

      public Reminder getReminder()
    • setReminder

      public void setReminder(Reminder reminder)
    • getFile

      public InlineFile getFile()
    • setFile

      public void setFile(InlineFile file)
    • getUndefined

      public UndefinedElement getUndefined()
    • setUndefined

      public void setUndefined(UndefinedElement undefined)
    • getInlineBlock

      public InlineBlock getInlineBlock()
    • setInlineBlock

      public void setInlineBlock(InlineBlock inlineBlock)
    • getEquation

      public Equation getEquation()
    • setEquation

      public void setEquation(Equation equation)