source: trunk/docx4j/src/main/java/org/docx4j/openpackaging/parts/WordprocessingML @ 1816

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1777   6 weeks jharrop Convenience method to create hyperlink to bookmark, plus example of use.
(edit) @1761   3 months jharrop a null check and some logging
(edit) @1754   4 months jharrop Improvements to indentation (direct indent values are given priority over …
(edit) @1738   5 months jharrop Make style tree refreshable.
(edit) @1737   5 months jharrop Reference  http://java.net/jira/browse/JAXB-874
(edit) @1736   5 months jharrop Work around for class cast exception in BinderImpl?.unmarshal (copied from …
(edit) @1726   6 months jharrop Make wmlObjectFactory private; use getter.
(edit) @1715   6 months jharrop Start of support for conversion of HTML UL and OL. - Will now add a …
(edit) @1714   6 months jharrop
(edit) @1713   6 months jharrop
(edit) @1680   8 months jharrop createImagePart from FilePath? - refactored a bit
(edit) @1679   8 months jharrop createImagePart from FilePath? - y.rolland's patch of Thu Oct 06, 2011. …
(edit) @1659   8 months jharrop Workaround for ClassCastException? which JAXB binder throws on certain docx
(edit) @1650   9 months jharrop getContent() will create the JAXBElement if it doesn't exist already
(edit) @1637   10 months jharrop Alberto's patch of 3 August. - The …
(edit) @1613   11 months jharrop HeaderPart?: binder when unmarshalling from w3c dom Element. FooterPart?: …
(edit) @1610   11 months jharrop Move the markup compatibility preprocessing stuff from …
(edit) @1609   11 months jharrop Support mc:AlternateContent preprocessing in MDP and Numbering part, when …
(edit) @1605   11 months jharrop Proof of concept of an mc:AlternateContent preprocessor.
(edit) @1559   11 months jharrop Test bmp handling
(edit) @1556   11 months jharrop Native support for bitmap (bmp) images
(edit) @1541   12 months jharrop Path to media dir appropriate for docx (/word), pptx (/ppt), xlsx (/xl)
(edit) @1535   12 months jharrop Partial support for pptx pkg
(edit) @1505   12 months jharrop No reason why a part can't implement ContentAccessor? interface. (TODO: …
(edit) @1493   13 months jharrop BibliographyPart?.
(edit) @1492   13 months jharrop Support for …
(edit) @1487   13 months jharrop MetafilePart? to extend BPAI, so WMF images can be added.
(edit) @1484   13 months jharrop Some comments
(edit) @1466   14 months jharrop ppa_waw's suggested bug fix to createLinkedImagePart method retrieving of …
(edit) @1446   15 months jharrop styles in use: traverse comments part as well
(edit) @1412   16 months jharrop Add XPath support to header part.
(edit) @1400   16 months jharrop AlteredParts? WIP, inc basic unit testing (to be fleshed out next).
(edit) @1399   16 months jharrop AlteredParts?: identify parts in this pkg which are new or altered …
(edit) @1382   17 months jharrop Tune log levels involved in creating HTML
(edit) @1381   17 months jharrop Replace old methods for finding fonts and styles, with TraversalUtil?
(edit) @1378   17 months jharrop Tune log levels involved in opening a docx (tuning for save TODO); other …
(edit) @1375   17 months jharrop HTML bullets & numbering: handle hanging indent
(edit) @1333   18 months jharrop Fix for image part naming.
(edit) @1314   19 months jharrop od:component resolution basically working.
(edit) @1309   19 months jharrop OpenDoPE components part.
(edit) @1306   19 months jharrop EmbeddedPackagePart?
(edit) @1302   19 months jharrop Pass Relationship to newPartForContentType so AlternativeFormatInputPart?
(edit) @1300   19 months jharrop Set contents using ByteBuffer?
(edit) @1298   19 months jharrop Minor logging/cleanup
(edit) @1290   19 months jharrop generateUniqueName (generalised from what I had in BPAI). method to …
(edit) @1274   19 months jharrop QuestionsPart?.
(edit) @1262   20 months jharrop Use style0 as default para style for docx from OO
(edit) @1252   20 months jharrop OpenDoPE basic implementation (repeats & simple conditions only); to be …
(edit) @1250   20 months jharrop binder.setEventHandler( new …
(edit) @1246   20 months jharrop Comments about unwrap DSP: specify correct type SDP: don't need to …
(edit) @1234   20 months jharrop Include source code for fop-fonts, as org.docx4j.fonts.fop. Use FOP 1.0. …
(edit) @1229   21 months jharrop Commented out EPS stuff.
(edit) @1217   21 months jharrop Bug fix: image part naming HeaderFooter? sample - get existing sectPr if …
(edit) @1214   21 months jharrop Use a container each for borders and for shading.
(edit) @1213   21 months jharrop Adjacent paragraph borders/shading .. merge (WIP)
(edit) @1203   21 months jharrop Avoid things of the form: extends JaxbXmlPart?<JAXBElement<xyz>>
(edit) @1176   23 months jharrop Extract method createRelationshipsPartForPart, and use it.
(edit) @1166   23 months jharrop XmlUtils?.unwrap - test for null Content control binding extensions: …
(edit) @1158   23 months jharrop Content control pre-processing for conditionals, repeats. Proof of …
(edit) @1156   23 months jharrop fix: use the xpath arg
(edit) @1152   23 months jharrop XPath query which returns live JAXB objects. Content control data binding …
(edit) @1141   23 months jharrop misc
(edit) @1140   23 months jharrop Temp files: try harder to delete these.
(edit) @1126   2 years jharrop MetafileEmfPart? now extends BinaryPartAbstractImage?, so EMF images can be …
(edit) @1108   2 years jharrop Fix typo
(edit) @1107   2 years jharrop When creating image part names in BPAI, use the generated relId as the …
(edit) @1096   2 years jharrop Moved jcPML to org.pptx4j.jaxb.Context Don't assume default …
(edit) @1095   2 years jharrop traversal improvements
(edit) @1078   2 years jharrop Support for WMF (but not EMF, yet) as SVG in HTML output.
(edit) @1044   2 years jharrop pptx4j: JAXB implementation of pptx - initial commit
(edit) @1032   2 years jharrop Improved test hasEndnotesPart
(edit) @1027   2 years jharrop Look in headers/footers for styles in use
(edit) @1024   2 years jharrop Footnotes in PDF via XSL FO.
(edit) @1015   2 years jharrop Support for footnotes and endnotes in HTML.
(edit) @1004   2 years jharrop Remove dom4j stuff
(edit) @995   2 years jharrop misc
(edit) @993   2 years jharrop Bullets in PDF via XSL FO (WIP) FontsInUse? registers fonts used in …
(edit) @985   2 years jharrop new WML package method getDefaultFont()
(edit) @984   2 years jharrop Font discovery: traverse into w:sym
(edit) @983   2 years jharrop Support for adding linked (as opposed to embedded) images.
(edit) @981   2 years jharrop Traverse into hyperlink when identifying styles in use.
(edit) @980   2 years jharrop class CxCy? to represent dimensions.
(edit) @976   3 years jharrop XmlUtils? convenience method to unmarshal input stream. Throw exception in …
(edit) @972   3 years jharrop Add doc defaults to style tree, using by manufacturing a style, and making …
(edit) @971   3 years jharrop Set <w:pPrDefault><w:pPr><w:spacing w:after="200" w:line="276" …
(edit) @955   3 years jharrop Make altChunk work; add sample code.
(edit) @949   3 years jharrop Work in progress - table styles (in HTML NG2 output)
(edit) @948   3 years jharrop Add TableGrid?, TableNormal?.
(edit) @947   3 years jharrop CTSettings unmarshals as a JAXBElement, so do getValue() on it.
(edit) @944   3 years jharrop Populate DocumentSettings? short cut.
(edit) @943   3 years jharrop Added DocumentModel?. DocumentModel? is a list of SectionWrappers?; a …
(edit) @922   3 years jharrop new UnitsOfMeasurement? class
(edit) @917   3 years jharrop getStyleTree() method
(edit) @909   3 years jharrop Apply Holger's patch, which conserves memory by not loading the contents …
(edit) @895   3 years jharrop Parts which aren't JAXB XML parts now extend XmlPart?, which uses JAXP …
(edit) @890   3 years jharrop Make these extend JaxbXMLPart, rather than dom4j.
(edit) @887   3 years jharrop Apply Holger Schlegel's patch adding a generic parameter for the …
(edit) @871   3 years jharrop Get rid of System.out.println (mostly).
(edit) @817   3 years jharrop Implementation of binding of content control to xml in a …
(edit) @795   3 years jharrop Use getPropertyResolver() to avoid NPE
Note: See TracRevisionLog for help on using the revision log.