Class ElementExportUtil

java.lang.Object
org.eclipse.birt.report.model.api.util.ElementExportUtilImpl
org.eclipse.birt.report.model.api.util.ElementExportUtil

public class ElementExportUtil extends ElementExportUtilImpl
Represents the utility class to help export element and structure to library file. The element or structure to export must comply with the following rule:
  • Element must have name defined.
  • The name property of structure must have value.
  • The element or structure must be contained in design file.
Any violation will throw IllegalArgumentException.
  • Constructor Details

    • ElementExportUtil

      public ElementExportUtil()