Uses of Class
org.apache.poi.hwpf.usermodel.DateAndTime
Packages that use DateAndTime
-
Uses of DateAndTime in org.apache.poi.hwpf.model.types
Fields in org.apache.poi.hwpf.model.types declared as DateAndTimeModifier and TypeFieldDescriptionprotected 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 DateAndTimeModifier and TypeMethodDescriptionCHPAbstractType.getDttmConflict()When the change was made.CHPAbstractType.getDttmDispFldRMark()The date for the ListNum field number change.CHPAbstractType.getDttmPropRMark()Date/time at which properties of this were changed for this run of text by the author.PAPAbstractType.getDttmPropRMark()Get the dttmPropRMark field for the PAP record.SEPAbstractType.getDttmPropRMark()Get the dttmPropRMark field for the SEP record.CHPAbstractType.getDttmRMark()Date/time at which this run of text was entered/modified by the author (Only recorded when revision marking is on.).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 DateAndTimeModifier and TypeMethodDescriptionvoidCHPAbstractType.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.).