Class HeaderFooterInfo
- java.lang.Object
-
- com.aspose.tasks.HeaderFooterInfo
-
- Direct Known Subclasses:
PageLegend
public class HeaderFooterInfo extends Object
Represents visual content of the header, footer or legend which is used for printing \ rendering of views.
-
-
Constructor Summary
Constructors Constructor Description HeaderFooterInfo()Initializes a new instance of theHeaderFooterInfoclass.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImagegetCenteredImage()Gets the centered image to be displayed in the parent element.DimensiongetCenteredImageSize()Gets the displayed size of the center image.StringgetCenteredText()Gets the centered text to display in the parent element.ImagegetLeftImage()Gets the left aligned image to be displayed in the parent element.DimensiongetLeftImageSize()Gets the displayed size of the left image.StringgetLeftText()Gets the left aligned text to display in the parent element.ImagegetRightImage()Gets the right aligned image to be displayed in the parent element.DimensiongetRightImageSize()Gets the displayed size of the right image.StringgetRightText()Gets the right aligned text to display in the parent element.voidsetCenteredImage(Image value)Sets the centered image to be displayed in the parent element.voidsetCenteredImageSize(Dimension value)Sets the displayed size of the center image.voidsetCenteredText(String value)Sets the centered text to display in the parent element.voidsetLeftImage(Image value)Sets the left aligned image to be displayed in the parent element.voidsetLeftImageSize(Dimension value)Sets the displayed size of the left image.voidsetLeftText(String value)Sets the left aligned text to display in the parent element.voidsetRightImage(Image value)Sets the right aligned image to be displayed in the parent element.voidsetRightImageSize(Dimension value)Sets the displayed size of the right image.voidsetRightText(String value)Sets the right aligned text to display in the parent element.
-
-
-
Constructor Detail
-
HeaderFooterInfo
public HeaderFooterInfo()
Initializes a new instance of the
HeaderFooterInfoclass.
-
-
Method Detail
-
getCenteredImage
public final Image getCenteredImage()
Gets the centered image to be displayed in the parent element.
- Returns:
- the centered image to be displayed in the parent element.
-
setCenteredImage
public final void setCenteredImage(Image value)
Sets the centered image to be displayed in the parent element.
- Parameters:
value- the centered image to be displayed in the parent element.
-
getCenteredImageSize
public final Dimension getCenteredImageSize()
Gets the displayed size of the center image.
- Returns:
- the displayed size of the center image.
-
setCenteredImageSize
public final void setCenteredImageSize(Dimension value)
Sets the displayed size of the center image.
- Parameters:
value- the displayed size of the center image.
-
getCenteredText
public final String getCenteredText()
Gets the centered text to display in the parent element.
- Returns:
- the centered text to display in the parent element.
-
setCenteredText
public final void setCenteredText(String value)
Sets the centered text to display in the parent element.
- Parameters:
value- the centered text to display in the parent element.
-
getLeftImage
public final Image getLeftImage()
Gets the left aligned image to be displayed in the parent element.
- Returns:
- the left aligned image to be displayed in the parent element.
-
setLeftImage
public final void setLeftImage(Image value)
Sets the left aligned image to be displayed in the parent element.
- Parameters:
value- the left aligned image to be displayed in the parent element.
-
getLeftImageSize
public final Dimension getLeftImageSize()
Gets the displayed size of the left image.
- Returns:
- the displayed size of the left image.
-
setLeftImageSize
public final void setLeftImageSize(Dimension value)
Sets the displayed size of the left image.
- Parameters:
value- the displayed size of the left image.
-
getLeftText
public final String getLeftText()
Gets the left aligned text to display in the parent element.
- Returns:
- the left aligned text to display in the parent element.
-
setLeftText
public final void setLeftText(String value)
Sets the left aligned text to display in the parent element.
- Parameters:
value- the left aligned text to display in the parent element.
-
getRightImage
public final Image getRightImage()
Gets the right aligned image to be displayed in the parent element.
- Returns:
- the right aligned image to be displayed in the parent element.
-
setRightImage
public final void setRightImage(Image value)
Sets the right aligned image to be displayed in the parent element.
- Parameters:
value- the right aligned image to be displayed in the parent element.
-
getRightImageSize
public final Dimension getRightImageSize()
Gets the displayed size of the right image.
- Returns:
- the displayed size of the right image.
-
setRightImageSize
public final void setRightImageSize(Dimension value)
Sets the displayed size of the right image.
- Parameters:
value- the displayed size of the right image.
-
getRightText
public final String getRightText()
Gets the right aligned text to display in the parent element.
- Returns:
- the right aligned text to display in the parent element.
-
setRightText
public final void setRightText(String value)
Sets the right aligned text to display in the parent element.
- Parameters:
value- the right aligned text to display in the parent element.
-
-