java.lang.Objectcom.aspose.words.ReportingEngine
public class ReportingEngine
Constructor Summary |
---|
ReportingEngine()
Initializes a new instance of this class. |
Property Getters/Setters Summary | ||
---|---|---|
KnownTypeSet | getKnownTypes() | |
Gets an unordered set (i.e. a collection of unique items) containing |
||
int | getOptions() | |
void | setOptions(int value) | |
Gets or sets a set of flags controlling behavior of this |
||
static boolean | getUseReflectionOptimization() | |
static void | setUseReflectionOptimization(boolean value) | |
Gets or sets a value indicating whether invocations of custom type members performed via reflection API are optimized using dynamic class generation or not. The default value is true. |
Method Summary | ||
---|---|---|
boolean | equals(java.lang.Object obj) | |
Constructor Detail |
---|
public ReportingEngine()
Property Getters/Setters Detail |
---|
getKnownTypes | |
public KnownTypeSet getKnownTypes() |
getOptions/setOptions | |
public int getOptions() / public void setOptions(int value) |
getUseReflectionOptimization/setUseReflectionOptimization | |
public static boolean getUseReflectionOptimization() / public static void setUseReflectionOptimization(boolean value) |
Method Detail |
---|
equals | |
public boolean equals(java.lang.Object obj) |