writer2latex.office

Class FontDeclaration


public class FontDeclaration
extends OfficeStyle

Class representing a font declaration in OOo

Field Summary

Fields inherited from class writer2latex.office.OfficeStyle

bAutomatic, family, sName

Method Summary

String
getFontFamily()
String
getFontFamilyGeneric()
String
getFontPitch()
String
getProperty(String sProperty)
void
loadStyleFromDOM(Node node)

Methods inherited from class writer2latex.office.OfficeStyle

getDisplayName, getFamily, getListStyleName, getMasterPageName, getName, getParentName, isAutomatic, loadStyleFromDOM

Method Details

getFontFamily

public String getFontFamily()

getFontFamilyGeneric

public String getFontFamilyGeneric()

getFontPitch

public String getFontPitch()

getProperty

public String getProperty(String sProperty)

loadStyleFromDOM

public void loadStyleFromDOM(Node node)
Overrides:
loadStyleFromDOM in interface OfficeStyle