Uses of Class
org.apache.poi.hwpf.usermodel.DateAndTime
-
Packages that use DateAndTime Package Description org.apache.poi.hwpf.model.types org.apache.poi.hwpf.usermodel -
-
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 DateAndTimeSEPAbstractType. field_26_dttmPropRMarkprotected DateAndTimeCHPAbstractType. field_42_dttmRMarkprotected DateAndTimeCHPAbstractType. field_43_dttmRMarkDelprotected DateAndTimeCHPAbstractType. field_53_dttmPropRMarkprotected DateAndTimeCHPAbstractType. field_58_dttmConflictprotected DateAndTimeCHPAbstractType. field_61_dttmDispFldRMarkprotected DateAndTimePAPAbstractType. field_71_dttmPropRMarkMethods in org.apache.poi.hwpf.model.types that return DateAndTime Modifier and Type Method Description DateAndTimeCHPAbstractType. getDttmConflict()When the change was made.DateAndTimeCHPAbstractType. getDttmDispFldRMark()The date for the ListNum field number change.DateAndTimeCHPAbstractType. getDttmPropRMark()Date/time at which properties of this were changed for this run of text by the author.DateAndTimePAPAbstractType. getDttmPropRMark()Get the dttmPropRMark field for the PAP record.DateAndTimeSEPAbstractType. getDttmPropRMark()Get the dttmPropRMark field for the SEP record.DateAndTimeCHPAbstractType. getDttmRMark()Date/time at which this run of text was entered/modified by the author (Only recorded when revision marking is on.).DateAndTimeCHPAbstractType. 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 voidCHPAbstractType. setDttmConflict(DateAndTime field_58_dttmConflict)When the change was made.voidCHPAbstractType. setDttmDispFldRMark(DateAndTime field_61_dttmDispFldRMark)The date for the ListNum field number change.voidCHPAbstractType. setDttmPropRMark(DateAndTime field_53_dttmPropRMark)Date/time at which properties of this were changed for this run of text by the author.voidPAPAbstractType. setDttmPropRMark(DateAndTime field_71_dttmPropRMark)Set the dttmPropRMark field for the PAP record.voidSEPAbstractType. setDttmPropRMark(DateAndTime field_26_dttmPropRMark)Set the dttmPropRMark field for the SEP record.voidCHPAbstractType. 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.).voidCHPAbstractType. 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.). -
Uses of DateAndTime in org.apache.poi.hwpf.usermodel
Methods in org.apache.poi.hwpf.usermodel that return DateAndTime Modifier and Type Method Description DateAndTimeDateAndTime. copy()Constructors in org.apache.poi.hwpf.usermodel with parameters of type DateAndTime Constructor Description DateAndTime(DateAndTime other)
-