com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class BasePortionFormat

    • Method Detail

      • getKumimoji

        public final byte getKumimoji()

        Determines whether the numbers should ignore text eastern language-specific vertical text layout. No inheritance applied. Read/write NullableBool.

        Specified by:
        getKumimoji in interface IBasePortionFormat
      • setKumimoji

        public final void setKumimoji(byte value)

        Determines whether the numbers should ignore text eastern language-specific vertical text layout. No inheritance applied. Read/write NullableBool.

        Specified by:
        setKumimoji in interface IBasePortionFormat
      • setNormaliseHeight

        public final void setNormaliseHeight(byte value)

        Determines whether the height of a text should be normalized. No inheritance applied. Read/write NullableBool.

        Specified by:
        setNormaliseHeight in interface IBasePortionFormat
      • setProofDisabled

        public final void setProofDisabled(byte value)

        Determines whether the text shouldn't be proofed. No inheritance applied. Read/write NullableBool.

        Specified by:
        setProofDisabled in interface IBasePortionFormat
      • setTextCapType

        public final void setTextCapType(byte value)

        Returns or sets the type of text capitalization. No inheritance applied. Read/write TextCapType.

        Specified by:
        setTextCapType in interface IBasePortionFormat
      • isHardUnderlineLine

        public final byte isHardUnderlineLine()

        Determines whether the underline style has own LineFormat properties or inherits it from the LineFormat properties of the text. Read/write NullableBool.

        Specified by:
        isHardUnderlineLine in interface IBasePortionFormat
      • setHardUnderlineLine

        public final void setHardUnderlineLine(byte value)

        Determines whether the underline style has own LineFormat properties or inherits it from the LineFormat properties of the text. Read/write NullableBool.

        Specified by:
        setHardUnderlineLine in interface IBasePortionFormat
      • isHardUnderlineFill

        public final byte isHardUnderlineFill()

        Determines whether the underline style has own FillFormat properties or inherits it from the FillFormat properties of the text. Read/write NullableBool.

        Specified by:
        isHardUnderlineFill in interface IBasePortionFormat
      • setHardUnderlineFill

        public final void setHardUnderlineFill(byte value)

        Determines whether the underline style has own FillFormat properties or inherits it from the FillFormat properties of the text. Read/write NullableBool.

        Specified by:
        setHardUnderlineFill in interface IBasePortionFormat
      • getFontHeight

        public final float getFontHeight()

        Returns or sets the font height of a portion. Float.NaN means height is undefined and should be inherited from the Master. Read/write float.

        Specified by:
        getFontHeight in interface IBasePortionFormat
      • setFontHeight

        public final void setFontHeight(float value)

        Returns or sets the font height of a portion. Float.NaN means height is undefined and should be inherited from the Master. Read/write float.

        Specified by:
        setFontHeight in interface IBasePortionFormat
      • getLatinFont

        public final IFontData getLatinFont()

        Returns or sets the Latin font info. Null means font is undefined and should be inherited from the Master. Read/write IFontData.

        Specified by:
        getLatinFont in interface IBasePortionFormat
      • setLatinFont

        public final void setLatinFont(IFontData value)

        Returns or sets the Latin font info. Null means font is undefined and should be inherited from the Master. Read/write IFontData.

        Specified by:
        setLatinFont in interface IBasePortionFormat
      • getEastAsianFont

        public final IFontData getEastAsianFont()

        Returns or sets the East Asian font info. Null means font is undefined and should be inherited from the Master. Read/write IFontData.

        Specified by:
        getEastAsianFont in interface IBasePortionFormat
      • setEastAsianFont

        public final void setEastAsianFont(IFontData value)

        Returns or sets the East Asian font info. Null means font is undefined and should be inherited from the Master. Read/write IFontData.

        Specified by:
        setEastAsianFont in interface IBasePortionFormat
      • setComplexScriptFont

        public final void setComplexScriptFont(IFontData value)

        Returns or sets the complex script font info. Null means font is undefined and should be inherited from the Master. Read/write IFontData.

        Specified by:
        setComplexScriptFont in interface IBasePortionFormat
      • getSymbolFont

        public final IFontData getSymbolFont()

        Returns or sets the symbolic font info. Null means font is undefined and should be inherited from the Master. Read/write IFontData.

        Specified by:
        getSymbolFont in interface IBasePortionFormat
      • setSymbolFont

        public final void setSymbolFont(IFontData value)

        Returns or sets the symbolic font info. Null means font is undefined and should be inherited from the Master. Read/write IFontData.

        Specified by:
        setSymbolFont in interface IBasePortionFormat
      • getEscapement

        public final float getEscapement()

        Returns or sets the superscript or subscript text. Value from -100% (subscript) to 100% (superscript). Float.NaN means value is undefined and should be inherited from the Master. Read/write float.

        Specified by:
        getEscapement in interface IBasePortionFormat
      • setEscapement

        public final void setEscapement(float value)

        Returns or sets the superscript or subscript text. Value from -100% (subscript) to 100% (superscript). Float.NaN means value is undefined and should be inherited from the Master. Read/write float.

        Specified by:
        setEscapement in interface IBasePortionFormat
      • getKerningMinimalSize

        public final float getKerningMinimalSize()

        Returns or sets the minimal font size, for which kerning should be switched on. Float.NaN means value is undefined and should be inherited from the Master. Read/write float.

        Specified by:
        getKerningMinimalSize in interface IBasePortionFormat
      • setKerningMinimalSize

        public final void setKerningMinimalSize(float value)

        Returns or sets the minimal font size, for which kerning should be switched on. Float.NaN means value is undefined and should be inherited from the Master. Read/write float.

        Specified by:
        setKerningMinimalSize in interface IBasePortionFormat
      • getLanguageId

        public final java.lang.String getLanguageId()

        Returns or sets the Id of a proofing language. Used for checking spelling and grammar. Read/write String.

        Specified by:
        getLanguageId in interface IBasePortionFormat
      • setLanguageId

        public final void setLanguageId(java.lang.String value)

        Returns or sets the Id of a proofing language. Used for checking spelling and grammar. Read/write String.

        Specified by:
        setLanguageId in interface IBasePortionFormat
      • getAlternativeLanguageId

        public final java.lang.String getAlternativeLanguageId()

        Returns or sets the Id of an alternative language. Read/write String.

        Specified by:
        getAlternativeLanguageId in interface IBasePortionFormat
      • setAlternativeLanguageId

        public final void setAlternativeLanguageId(java.lang.String value)

        Returns or sets the Id of an alternative language. Read/write String.

        Specified by:
        setAlternativeLanguageId in interface IBasePortionFormat
      • getSpacing

        public final float getSpacing()

        Returns or sets the intercharacter spacing increment. Float.NaN means value is undefined and should be inherited from the Master. Read/write float.

        Specified by:
        getSpacing in interface IBasePortionFormat
      • setSpacing

        public final void setSpacing(float value)

        Returns or sets the intercharacter spacing increment. Float.NaN means value is undefined and should be inherited from the Master. Read/write float.

        Specified by:
        setSpacing in interface IBasePortionFormat