source: trunk/docx4j/src/main/java/org/docx4j/openpackaging/packages/WordprocessingMLPackage.java @ 1210

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1135   2 months jharrop PDF via XSL FO: support for multiple sections
(edit) @1050   8 months jharrop Renamed Package -> OpcPackage?; Additional pptx parts.
(edit) @1044   8 months jharrop pptx4j: JAXB implementation of pptx - initial commit
(edit) @1004   8 months jharrop Remove dom4j stuff
(edit) @995   8 months jharrop misc
(edit) @992   8 months jharrop new WML package method getDefaultFont() .. bug fix
(edit) @985   8 months jharrop new WML package method getDefaultFont()
(edit) @979   9 months jharrop Basic support in pdf via XSL FO, and HTML NG2, for bookmarks, hyperlink, …
(edit) @967   10 months jharrop Ooops .. index
(edit) @966   10 months jharrop Register other sections in DocumentModel?.
(edit) @943   11 months jharrop Added DocumentModel?. DocumentModel? is a list of SectionWrappers?; a …
(edit) @905   11 months jharrop Modify load method to also support loading a Flat OPC .xml file
(edit) @887   12 months jharrop Apply Holger Schlegel's patch adding a generic parameter for the …
(edit) @871   13 months jharrop Get rid of System.out.println (mostly).
(edit) @854   14 months jharrop Remove ContentTypeManager? interface; replace it with implementation. …
(edit) @791   17 months jharrop load uses LoadFromZipNG
(edit) @776   17 months jharrop Renamed package out.xmlPackage to out.FlatOpcXml? Renamed XmlPackageCreator?
(edit) @771   17 months jharrop Renamed XmlPackageImporter? to FlatOpcXmlImporter?
(edit) @768   17 months jharrop if (fontMapper==null), initialise it
(edit) @743   18 months jharrop Add error listeners for javax.xml.transform Static initializers now create …
(edit) @742   18 months jharrop Rename to XmlPackageCreator? and XmlPackageImporter?
(edit) @736   18 months jharrop Header/footer support in PDF viaXSLFO.
(edit) @715   18 months jharrop Mainly, createPdf demo which creates a document containing all fonts …
(edit) @708   18 months jharrop Font stuff should be working now for html export, pdf via html, and pdf …
(edit) @695   18 months jharrop Font substitution WIP
(edit) @693   18 months jharrop Renamed Substituter to SubstituterImplPanose?
(edit) @682   18 months jharrop Refactoring: - pdf output is now created via one of three implementations …
(edit) @680   18 months jharrop For PDF font embeddings, use UTF-8 encoding
(edit) @570   23 months jharrop Tested use of org.docx4j.convert.*.XmlPackage? in transforms method (used …
(edit) @569   23 months jharrop Changes consequent on JAXB regeneration
(edit) @562   23 months jharrop When generating PDF output, tell the HTML step where to write the images.
(edit) @558   23 months jharrop Use docx 2 html XSLT from OpenXMLViewer. Numbering, image handling, …
(edit) @557   23 months jharrop Use org.docx4j.convert.out.xmlPackage.XmlPackage? to create pkg format, now …
(edit) @495   2 years jharrop ParagraphDifferencer? - ability to compare 2 Sdt's MainDocumentPart? - …
(edit) @484   2 years jharrop Convenience methods for adding paragraphs to document.
(edit) @371   2 years jharrop Updated docx wiki work in progress. Added fields to HtmlSettings? object.
(edit) @369   2 years jharrop HtmlSettings? object for configuring html output.
(edit) @357   2 years jharrop transform output - write to existing MainDocumentPart? and …
(edit) @356   2 years jharrop Add tidyForDocx4all option to filter.
(edit) @323   2 years jharrop Filter can removeProofErrors, removeRsids, removeContentControls
(edit) @322   2 years jharrop bugfix in export in pkg format - write name, content type on styles part.
(edit) @321   2 years jharrop Use the single XML file pkg format as a way of transforming the package.
(edit) @299   2 years jharrop Change license to Apache v2
(edit) @289   2 years jharrop consequential change - JAXB method is now called getEGBlockLevelElts()
(edit) @218   2 years jharrop Embed just the fonts used in the document, plus their bold, italic and …
(edit) @217   2 years jharrop log statements
(edit) @205   2 years jharrop Rework so that we pass iText a 'font family name' (with possible magic …
(edit) @197   2 years jharrop Use font postscript name.
(edit) @194   2 years jharrop Support for .pfb fonts.
(edit) @193   2 years jharrop Workaround for docx4all java.util.prefs.FileSystemPreferences? syncWorld, …
(edit) @192   2 years jharrop Workaround for docx4all java.util.prefs.FileSystemPreferences? syncWorld, …
(edit) @186   2 years jojada Added fontSubstituter setter
(edit) @184   2 years jharrop Integrate and demonstrate the new docProps model.
(edit) @177   2 years jharrop Ability to marshall to a structure /pkg:package/pkg:part/pkg:xmlData, …
(edit) @176   2 years jharrop Set up fontSubstituter outside of html method, so can use object already …
(edit) @172   2 years jharrop Handle ObfuscatedFontPart? - interim commit of basic working code.
(edit) @169   2 years jharrop Set fonts properly.
(edit) @168   2 years jharrop Create a font table part, if there isn't one in the document.
(edit) @166   2 years jharrop Only add filetypes supported by xhtmlrenderer (.otf || .ttf) to …
(edit) @165   2 years jharrop Don't consider using a font as a substitute if the OS2 table entry …
(edit) @164   2 years jharrop Basic support for embedding appropriate fonts in PDF.
(edit) @163   2 years jharrop Sketch out using font-family cascade for HTML output. Not implemented in …
(edit) @159   3 years jharrop Use Panose as main means for getting substitute font.
(edit) @153   3 years jharrop Font replacement in HTML (for PDF output) is now basically working.
(edit) @145   3 years jharrop Map Microsoft fonts to physical fonts using FOP machinery.
(edit) @140   3 years jharrop Describe algorithm for font handling (to be implemented)
(edit) @125   3 years jharrop Render the package as an HTML document or a PDF. (Sample renamed to …
(edit) @124   3 years jharrop Add convenience method to WordMLPackage to make it easy to save the …
(edit) @123   3 years jharrop Add convenience method to WordMLPackage to make it easy to load an …
(edit) @119   3 years jharrop no-arg Package constructor now creates a content type manager; added new …
(edit) @118   3 years jharrop Simplify addition of a new part to the package with convenience method …
(edit) @112   3 years jharrop createTestPackage() now adds a styles part with a small set of styles.
(edit) @108   3 years jharrop Docx4j now licensed under v3 of GNU Affero General Public License, rather …
(edit) @106   3 years jharrop Complete refactoring into new packages org.docx4j.wml and org.docx4j.jaxb
(edit) @69   3 years jharrop Set ContentType? and RelationshipType? to appropriate values in constructor.
(edit) @67   3 years jharrop Xml Parts now extend JaxbXmlPart? if we have JAXB generated classes for …
(edit) @65   3 years jharrop Debug creating a new package, and make use JAXB to populate sample …
(edit) @45   3 years jharrop protected
(add) @2   3 years jharrop
Note: See TracRevisionLog for help on using the revision log.