public class WordReportUtil extends Object
Constructor and Description |
---|
WordReportUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
cleanEmptyParagraphs(com.aspose.words.Document doc) |
static com.aspose.words.Document |
copyDocument(com.aspose.words.Document doc) |
static void |
copyPageSetup(com.aspose.words.Section sourceSection,
com.aspose.words.Section destSection) |
static String |
fixHtmlTableWidth(String htmlString,
double pageWidth) |
static String |
getHeadingDepth(Integer minimumHierarchy,
ReportDocumentDTO rddto) |
static com.jamasoftware.contour.report.word.WordSaveFormat |
getSaveFormat(String fileName) |
static com.aspose.words.Node |
insertDocumentAfterNode(com.aspose.words.Node insertAfterNode,
com.aspose.words.Document destDoc,
com.aspose.words.Document srcDoc) |
static void |
removeContinuousSectionBreak(com.aspose.words.Document docPrequal)
http://www.aspose.com/community/forums/242651/appenddocument-without-continuous-section-brakes/showthread.aspx#
242651
|
public static void copyPageSetup(com.aspose.words.Section sourceSection, com.aspose.words.Section destSection)
public static com.aspose.words.Document copyDocument(com.aspose.words.Document doc) throws Exception
Exception
public static com.aspose.words.Node insertDocumentAfterNode(com.aspose.words.Node insertAfterNode, com.aspose.words.Document destDoc, com.aspose.words.Document srcDoc) throws Exception
Exception
public static void cleanEmptyParagraphs(com.aspose.words.Document doc)
public static String getHeadingDepth(Integer minimumHierarchy, ReportDocumentDTO rddto)
public static com.jamasoftware.contour.report.word.WordSaveFormat getSaveFormat(String fileName)
public static void removeContinuousSectionBreak(com.aspose.words.Document docPrequal)
Copyright (c) 2013-2014 Jama Software, Inc. All Rights Reserved.