Packages

 

com.aspose.imaging.fileformats.opendocument.objects.font

Class OdFont

  • java.lang.Object
    • com.aspose.imaging.fileformats.opendocument.objects.font.OdFont


  • public class OdFont
    extends Object

    The open document font

    • Constructor Detail

      • OdFont

        public OdFont()
    • Method Detail

      • getFacename

        public final String getFacename()

        Gets the facename.

        Returns:
        the facename.
      • setFacename

        public final void setFacename(String value)

        Sets the facename.

        Parameters:
        value - the facename.
      • getHeight

        public final int getHeight()

        Gets the height.

        Returns:
        the height.
      • setHeight

        public final void setHeight(int value)

        Sets the height.

        Parameters:
        value - the height.
      • getBold

        public final boolean getBold()

        Gets a value indicating whether this OdFont is weight.

        Returns:
        a value indicating whether this OdFont is weight.
      • setBold

        public final void setBold(boolean value)

        Sets a value indicating whether this OdFont is weight.

        Parameters:
        value - a value indicating whether this OdFont is weight.
      • getItalic

        public final boolean getItalic()

        Gets a value indicating whether this OdFont is italic.

        Returns:
        a value indicating whether this OdFont is italic.
      • setItalic

        public final void setItalic(boolean value)

        Sets a value indicating whether this OdFont is italic.

        Parameters:
        value - a value indicating whether this OdFont is italic.
      • getStrikeout

        public final boolean getStrikeout()

        Gets a value indicating whether this OdFont is strikeout.

        Returns:
        a value indicating whether this OdFont is strikeout.
      • setStrikeout

        public final void setStrikeout(boolean value)

        Sets a value indicating whether this OdFont is strikeout.

        Parameters:
        value - a value indicating whether this OdFont is strikeout.