|
|||||||||
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()
Initializes a new instance of the SdtDate class |
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 date)
|
void |
setLid(int value)
|
Methods inherited from class com.spire.doc.documents.SdtControlProperties |
---|
getType |
Constructor Detail |
---|
public SdtDate()
SdtDate
class
Method Detail |
---|
public int getLid()
public void setLid(int value)
public java.lang.String getDateFormat()
SdtDataBinding
element end
example] before displaying it in the structured document tag's run content.
If this element is omitted, then the date shall be formatted using the standard date display mask for the
language ID specified on the "Lid" element if present, or the language ID of the run contents
otherwise.
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 date)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |