public class CellValue extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CellValue.Builder |
| 构造器和说明 |
|---|
CellValue() |
CellValue(CellValue.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
DateTime |
getDateTime() |
File |
getFile() |
Formula |
getFormula() |
Image |
getImage() |
Link |
getLink() |
MentionDocument |
getMentionDocument() |
MentionUser |
getMentionUser() |
Reminder |
getReminder() |
Text |
getText() |
String |
getType() |
ValueElement |
getValue() |
static CellValue.Builder |
newBuilder() |
void |
setDateTime(DateTime dateTime) |
void |
setFile(File file) |
void |
setFormula(Formula formula) |
void |
setImage(Image image) |
void |
setLink(Link link) |
void |
setMentionDocument(MentionDocument mentionDocument) |
void |
setMentionUser(MentionUser mentionUser) |
void |
setReminder(Reminder reminder) |
void |
setText(Text text) |
void |
setType(String type) |
void |
setValue(ValueElement value) |
public CellValue()
public CellValue(CellValue.Builder builder)
public static CellValue.Builder newBuilder()
public String getType()
public void setType(String type)
public Text getText()
public void setText(Text text)
public MentionUser getMentionUser()
public void setMentionUser(MentionUser mentionUser)
public MentionDocument getMentionDocument()
public void setMentionDocument(MentionDocument mentionDocument)
public ValueElement getValue()
public void setValue(ValueElement value)
public DateTime getDateTime()
public void setDateTime(DateTime dateTime)
public File getFile()
public void setFile(File file)
public Image getImage()
public void setImage(Image image)
public Link getLink()
public void setLink(Link link)
public Reminder getReminder()
public void setReminder(Reminder reminder)
public Formula getFormula()
public void setFormula(Formula formula)
Copyright © 2025. All rights reserved.