public class OoxmlStrictHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static Comments |
getCommentsTable(StreamingReader.Builder builder,
PackagePart part) |
static SharedStrings |
getSharedStringsTable(StreamingReader.Builder builder,
OPCPackage pkg) |
static StylesTable |
getStylesTable(StreamingReader.Builder builder,
OPCPackage pkg) |
static ThemesTable |
getThemesTable(StreamingReader.Builder builder,
OPCPackage pkg) |
public static ThemesTable getThemesTable(StreamingReader.Builder builder, OPCPackage pkg) throws IOException, XMLStreamException
IOExceptionXMLStreamExceptionpublic static StylesTable getStylesTable(StreamingReader.Builder builder, OPCPackage pkg) throws IOException, XMLStreamException
IOExceptionXMLStreamExceptionpublic static SharedStrings getSharedStringsTable(StreamingReader.Builder builder, OPCPackage pkg) throws IOException, XMLStreamException, SAXException
public static Comments getCommentsTable(StreamingReader.Builder builder, PackagePart part) throws IOException, XMLStreamException
IOExceptionXMLStreamException