Uses of Class
org.docx4j.convert.out.MicrosoftGraphConversionSettings
Packages that use MicrosoftGraphConversionSettings
-
Uses of MicrosoftGraphConversionSettings in org.docx4j
Methods in org.docx4j that return types with arguments of type MicrosoftGraphConversionSettingsModifier and TypeMethodDescriptionprivate static Exporter<MicrosoftGraphConversionSettings>Docx4J.microsoftGraphExporterGetInstance() -
Uses of MicrosoftGraphConversionSettings in org.docx4j.convert.out.microsoft_graph
Methods in org.docx4j.convert.out.microsoft_graph that return types with arguments of type MicrosoftGraphConversionSettingsModifier and TypeMethodDescriptionDocxToPdfExporter.getInstance(org.plutext.msgraph.convert.DocxToPdfConverter converter) PptxToPdfExporter.getInstance(org.plutext.msgraph.convert.PptxToPdfConverter converter) XlsxToPdfExporter.getInstance(org.plutext.msgraph.convert.XlsxToPdfConverter converter) Methods in org.docx4j.convert.out.microsoft_graph with parameters of type MicrosoftGraphConversionSettingsModifier and TypeMethodDescriptionvoidDocxToPdfExporter.export(MicrosoftGraphConversionSettings conversionSettings, OutputStream outputStream) Export to outputStream as PDF.voidPptxToPdfExporter.export(MicrosoftGraphConversionSettings conversionSettings, OutputStream outputStream) Export to outputStream as PDF.voidXlsxToPdfExporter.export(MicrosoftGraphConversionSettings conversionSettings, OutputStream outputStream) Export to outputStream as PDF.