Fonts
Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.slides.IFonts
public class Fonts implements IFonts
Fonts collection.
Methods
Method | Description |
---|---|
getLatinFont() | Returns or sets the Latin font. |
setLatinFont(IFontData value) | Returns or sets the Latin font. |
getEastAsianFont() | Returns or sets the East Asian font. |
setEastAsianFont(IFontData value) | Returns or sets the East Asian font. |
getComplexScriptFont() | Returns or sets the complex script font. |
setComplexScriptFont(IFontData value) | Returns or sets the complex script font. |
getLatinFont()
public final IFontData getLatinFont()
Returns or sets the Latin font. Read/write IFontData.
Returns: IFontData
setLatinFont(IFontData value)
public final void setLatinFont(IFontData value)
Returns or sets the Latin font. Read/write IFontData.
Parameters:
Parameter | Type | Description |
---|---|---|
value | IFontData |
getEastAsianFont()
public final IFontData getEastAsianFont()
Returns or sets the East Asian font. Read/write IFontData.
Returns: IFontData
setEastAsianFont(IFontData value)
public final void setEastAsianFont(IFontData value)
Returns or sets the East Asian font. Read/write IFontData.
Parameters:
Parameter | Type | Description |
---|---|---|
value | IFontData |
getComplexScriptFont()
public final IFontData getComplexScriptFont()
Returns or sets the complex script font. Read/write IFontData.
Returns: IFontData
setComplexScriptFont(IFontData value)
public final void setComplexScriptFont(IFontData value)
Returns or sets the complex script font. Read/write IFontData.
Parameters:
Parameter | Type | Description |
---|---|---|
value | IFontData |