Uses of Class
org.apache.poi.hwpf.usermodel.DateAndTime

Packages that use DateAndTime
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
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
 DateAndTime CHPAbstractType.getDttmConflict()
          When the change was made.
 DateAndTime CHPAbstractType.getDttmDispFldRMark()
          The date for the ListNum field number change.
 DateAndTime SEPAbstractType.getDttmPropRMark()
          Get the dttmPropRMark field for the SEP record.
 DateAndTime PAPAbstractType.getDttmPropRMark()
          Get the dttmPropRMark field for the PAP record.
 DateAndTime CHPAbstractType.getDttmPropRMark()
          Date/time at which properties of this were changed for this run of text by the author.
 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
 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 SEPAbstractType.setDttmPropRMark(DateAndTime field_26_dttmPropRMark)
          Set the dttmPropRMark field for the SEP record.
 void PAPAbstractType.setDttmPropRMark(DateAndTime field_71_dttmPropRMark)
          Set the dttmPropRMark field for the PAP record.
 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 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.).
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.