Deprecated API


Contents
Deprecated Methods
com.aspose.slides.Presentation.getAuthor()
          use DocumentProperties.getAuthor() 
com.aspose.slides.Presentation.getCategory()
          use DocumentProperties.getCategory() 
com.aspose.slides.Presentation.getComments()
          use DocumentProperties.getComments() 
com.aspose.slides.Presentation.getCompany()
          use DocumentProperties.getCompany() 
com.aspose.slides.Presentation.getCreateTime()
          use DocumentProperties.getCreateTime() 
com.aspose.slides.TextFrame.getDateTimePosition()
          Use getMetaCharacters() instead. 
com.aspose.slides.Presentation.getEditTime()
          use DocumentProperties.getEditTime() 
com.aspose.slides.TextFrame.getFooterPosition()
          Use getMetaCharacters() instead. 
com.aspose.slides.TextFrame.getGenericDatePosition()
          Use getMetaCharacters() instead. 
com.aspose.slides.TextFrame.getHeaderPosition()
          Use getMetaCharacters() instead. 
com.aspose.slides.Presentation.getKeywords()
          use DocumentProperties.getKeywords() 
com.aspose.slides.Presentation.getLastAuthor()
          use DocumentProperties.getLastAuthor() 
com.aspose.slides.Presentation.getLastPrintTime()
          use DocumentProperties.getLastPrintTime() 
com.aspose.slides.Presentation.getLastSaveTime()
          use DocumentProperties.getLastSaveTime() 
com.aspose.slides.Presentation.getManager()
          use DocumentProperties.getManager() 
com.aspose.slides.TextFrame.getSlideNumberPosition()
          Use getMetaCharacters() instead. 
com.aspose.slides.Presentation.getSubject()
          use DocumentProperties.getSubject() 
com.aspose.slides.TextHolder.getTabs()
          Use TextRuler.Tabs property instead. 
com.aspose.slides.TextFrame.getTabs()
          Use TextRuler.Tabs property instead. 
com.aspose.slides.Presentation.getTitle()
          use DocumentProperties.getTitle() 
com.aspose.slides.Presentation.setAuthor(String)
          use DocumentProperties.setAuthor(String) 
com.aspose.slides.Presentation.setCategory(String)
          use DocumentProperties.setCategory(String) 
com.aspose.slides.Presentation.setComments(String)
          use DocumentProperties.setComments(String) 
com.aspose.slides.Presentation.setCompany(String)
          use DocumentProperties.setCompany(String) 
com.aspose.slides.Presentation.setCreateTime(Date)
          use DocumentProperties.setCreateTime(Date) 
com.aspose.slides.Presentation.setEditTime(Date)
          use DocumentProperties.setEditTime(long) 
com.aspose.slides.Presentation.setKeywords(String)
          use DocumentProperties.setKeywords(String) 
com.aspose.slides.Presentation.setLastAuthor(String)
          use DocumentProperties.setLastAuthor(String) 
com.aspose.slides.Presentation.setLastPrintTime(Date)
          use DocumentProperties.setLastPrintTime(Date) 
com.aspose.slides.Presentation.setLastSaveTime(Date)
          use DocumentProperties.setLastSaveTime(Date) 
com.aspose.slides.Presentation.setManager(String)
          use DocumentProperties.setManager(String) 
com.aspose.slides.Presentation.setSubject(String)
          use DocumentProperties.setSubject(String) 
com.aspose.slides.Presentation.setTitle(String)
          use DocumentProperties.setTitle(String)