Uses of Class
org.apache.poi.hwpf.usermodel.DateAndTime
-
Packages that use DateAndTime Package Description org.apache.poi.hwpf.model.types -
-
Uses of DateAndTime in org.apache.poi.hwpf.model.types
Fields in org.apache.poi.hwpf.model.types declared as DateAndTime Modifier and Type Field Description protected DateAndTime
SEPAbstractType. field_26_dttmPropRMark
protected DateAndTime
CHPAbstractType. field_42_dttmRMark
protected DateAndTime
CHPAbstractType. field_43_dttmRMarkDel
protected DateAndTime
CHPAbstractType. field_53_dttmPropRMark
protected DateAndTime
CHPAbstractType. field_58_dttmConflict
protected DateAndTime
CHPAbstractType. field_61_dttmDispFldRMark
protected DateAndTime
PAPAbstractType. field_71_dttmPropRMark
Methods in org.apache.poi.hwpf.model.types that return DateAndTime Modifier and Type Method Description DateAndTime
CHPAbstractType. getDttmConflict()
When the change was made.DateAndTime
CHPAbstractType. getDttmDispFldRMark()
The date for the ListNum field number change.DateAndTime
CHPAbstractType. getDttmPropRMark()
Date/time at which properties of this were changed for this run of text by the author.DateAndTime
PAPAbstractType. getDttmPropRMark()
Get the dttmPropRMark field for the PAP record.DateAndTime
SEPAbstractType. getDttmPropRMark()
Get the dttmPropRMark field for the SEP record.DateAndTime
CHPAbstractType. getDttmRMark()
Date/time at which this run of text was entered/modified by the author (Only recorded when revision marking is on.).DateAndTime
CHPAbstractType. getDttmRMarkDel()
Date/time at which this run of text was deleted by the author (Only recorded when revision marking is on.).Methods in org.apache.poi.hwpf.model.types with parameters of type DateAndTime Modifier and Type Method Description void
CHPAbstractType. setDttmConflict(DateAndTime field_58_dttmConflict)
When the change was made.void
CHPAbstractType. setDttmDispFldRMark(DateAndTime field_61_dttmDispFldRMark)
The date for the ListNum field number change.void
CHPAbstractType. setDttmPropRMark(DateAndTime field_53_dttmPropRMark)
Date/time at which properties of this were changed for this run of text by the author.void
PAPAbstractType. setDttmPropRMark(DateAndTime field_71_dttmPropRMark)
Set the dttmPropRMark field for the PAP record.void
SEPAbstractType. setDttmPropRMark(DateAndTime field_26_dttmPropRMark)
Set the dttmPropRMark field for the SEP record.void
CHPAbstractType. setDttmRMark(DateAndTime field_42_dttmRMark)
Date/time at which this run of text was entered/modified by the author (Only recorded when revision marking is on.).void
CHPAbstractType. setDttmRMarkDel(DateAndTime field_43_dttmRMarkDel)
Date/time at which this run of text was deleted by the author (Only recorded when revision marking is on.).
-