Searched refs:fontFaceDecls (Results 1 – 3 of 3) sorted by relevance
52 private final FontFaceDeclsSection fontFaceDecls; field in FontFaceDeclsReadHandler55 public FontFaceDeclsReadHandler(final FontFaceDeclsSection fontFaceDecls) in FontFaceDeclsReadHandler() argument57 this.fontFaceDecls = fontFaceDecls; in FontFaceDeclsReadHandler()63 return fontFaceDecls; in getFontFaceDecls()105 fontFaceDecls.addFontFace((FontFaceElement) handler.getElement()); in doneParsing()111 return fontFaceDecls; in getElement()
53 private final FontFaceDeclsSection fontFaceDecls; field in OfficeStylesCollection60 fontFaceDecls = new FontFaceDeclsSection(); in OfficeStylesCollection()117 return fontFaceDecls; in getFontFaceDecls()
194 final FontFaceDeclsSection fontFaceDecls = collection.getFontFaceDecls(); in writeFontFaces() local195 final FontFaceElement[] fontFaceElements = fontFaceDecls.getAllFontFaces(); in writeFontFaces()
Completed in 8 milliseconds