58596061626364
protected Document createDocument() { return new SimpleDocument(createProperties()); } protected Document createDocument(boolean includeMimetype){ return new SimpleDocument(createProperties(includeMimetype)); }
183184185186187188189
/** * Creates a {@link SimpleDocument} with the properties in the provided * {@link Map}. */ public static SimpleDocument createSimpleDocument(Map<String, ?> props) { return new SimpleDocument(createSpiProperties(props)); }