Deprecated API


Contents
Deprecated Methods
com.aspose.slides.DocumentProperties.getCreateTime()
          Use getCreatedTime() instead. 
com.aspose.slides.DocumentProperties.getEditTime()
          Use getTotalEditingTime() instead. 
com.aspose.slides.DocumentProperties.getLastAuthor()
          Use getLastSavedBy() instead. 
com.aspose.slides.DocumentProperties.getLastPrintTime()
          Use getLastPrinted() instead. 
com.aspose.slides.DocumentProperties.getLastSaveTime()
          Use getLastSavedTime() instead. 
com.aspose.slides.TextHolder.getTabs()
          Use TextRuler.Tabs property instead. 
com.aspose.slides.TextFrame.getTabs()
          Use TextRuler.getTabs() property instead. 
com.aspose.slides.DocumentProperties.setCreateTime(Date)
          Use setCreatedTime(Date) instead. 
com.aspose.slides.DocumentProperties.setEditTime(long)
          Use setTotalEditingTime(long) instead. 
com.aspose.slides.DocumentProperties.setLastAuthor(String)
          Use setLastSavedBy(String) instead. 
com.aspose.slides.DocumentProperties.setLastPrintTime(Date)
          Use setLastPrinted(Date) instead. 
com.aspose.slides.DocumentProperties.setLastSaveTime(Date)
          Use setLastSavedTime(Date) instead.