Class StructuredDocumentTagDate
java.lang.Object
com.independentsoft.office.word.customMarkup.StructuredDocumentTagDate
The Class StructuredDocumentTagDate.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new structured document tag date. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the calendar.Gets the display mask.Gets the language.Gets the last known date.Gets the store mapped date.voidsetCalendar(CalendarType calendar)Sets the calendar.voidsetDisplayMask(String displayMask)Sets the display mask.voidsetLanguage(String language)Sets the language.voidsetLastKnownDate(Date lastKnownDate)Sets the last known date.voidsetStoreMappedDate(DateMappingType storeMappedDate)Sets the store mapped date.toString()
-
Constructor Details
-
StructuredDocumentTagDate
public StructuredDocumentTagDate()Instantiates a new structured document tag date.
-
-
Method Details
-
clone
-
toString
-
getCalendar
Gets the calendar.- Returns:
- the calendar
-
setCalendar
Sets the calendar.- Parameters:
calendar- the new calendar
-
getDisplayMask
Gets the display mask.- Returns:
- the display mask
-
setDisplayMask
Sets the display mask.- Parameters:
displayMask- the new display mask
-
getLanguage
Gets the language.- Returns:
- the language
-
setLanguage
Sets the language.- Parameters:
language- the new language
-
getStoreMappedDate
Gets the store mapped date.- Returns:
- the store mapped date
-
setStoreMappedDate
Sets the store mapped date.- Parameters:
storeMappedDate- the new store mapped date
-
getLastKnownDate
Gets the last known date.- Returns:
- the last known date
-
setLastKnownDate
Sets the last known date.- Parameters:
lastKnownDate- the new last known date
-