Uses of Class
com.aspose.tasks.HeaderFooterInfo
-
-
Uses of HeaderFooterInfo in com.aspose.tasks
Methods in com.aspose.tasks that return HeaderFooterInfo Modifier and Type Method Description HeaderFooterInfo
PageInfo. getFooter()
Gets an instance of theHeaderFooterInfo
class which represents a footer data.HeaderFooterInfo
PageInfo. getHeader()
Gets the instance of theHeaderFooterInfo
class which represents a header data.Methods in com.aspose.tasks with parameters of type HeaderFooterInfo Modifier and Type Method Description void
PageInfo. setFooter(HeaderFooterInfo value)
Sets an instance of theHeaderFooterInfo
class which represents a footer data.void
PageInfo. setHeader(HeaderFooterInfo value)
Sets the instance of theHeaderFooterInfo
class which represents a header data.
-