|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.doc.documents.SdtControlProperties
com.spire.doc.documents.SdtDate
public class SdtDate
Specifies that the Sdt shall be a date picker when displayed in the document.
Constructor Summary | |
---|---|
SdtDate()
|
Method Summary | |
---|---|
CalendarType |
getCalendarType()
Date Picker Calendar Type, specifies the calendar which shall be displayed for the current date picker structured document tag, if a user interface is present for the structured document tag. |
java.lang.String |
getDateFormat()
The element specifies the display format which shall be used to format any date entered into the parent structured document tag in full DateTime format [Example: Through a user interface (a date picker), or through custom XML data associated with this structured document tag via the SdtDataBinding element end example] before displaying it in the structured document tag's run content. |
java.util.Date |
getFullDate()
Specifies the full date and time last entered into the parent structured document tag using the standard XML Schema DateTime syntax. |
int |
getLid()
This element specifies the language ID which shall be used for displaying a calendar for the current date picker structured document tag, if a user interface is present for the sdt. |
void |
setCalendarType(CalendarType value)
|
void |
setDateFormat(java.lang.String value)
|
void |
setFullDate(java.util.Date value)
|
void |
setLid(int value)
|
Constructor Detail |
---|
public SdtDate()
Method Detail |
---|
public int getLid()
public void setLid(int value)
public java.lang.String getDateFormat()
public void setDateFormat(java.lang.String value)
public CalendarType getCalendarType()
public void setCalendarType(CalendarType value)
public java.util.Date getFullDate()
public void setFullDate(java.util.Date value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |