Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X 

A

acceptChanges() - Method in class com.groupdocs.assembly.system.data.DataTable
Commits all the changes made to this table since the last time DataTable.acceptChanges() was called.
add(DocumentTableColumn, DocumentTableColumn) - Method in class com.groupdocs.assembly.DocumentTableRelationCollection
Creates a DocumentTableRelation object for the specified parent and child columns, and adds it to the collection.
add(Class) - Method in class com.groupdocs.assembly.KnownTypeSet
Adds the specified Class object to the set.
add(Constraint) - Method in class com.groupdocs.assembly.system.data.ConstraintCollection
Adds the specified Constraint object to the collection.
add(DataColumn) - Method in class com.groupdocs.assembly.system.data.DataColumnCollection
Creates and adds the specified DataColumn object to the DataColumnCollection.
add(String) - Method in class com.groupdocs.assembly.system.data.DataColumnCollection
Creates and adds a DataColumn object that has the specified name to the DataColumnCollection.
add(String, Class) - Method in class com.groupdocs.assembly.system.data.DataColumnCollection
Creates and adds a DataColumn object that has the specified name and type to the DataColumnCollection.
add(String, Class, int, boolean, boolean) - Method in class com.groupdocs.assembly.system.data.DataColumnCollection
Creates and adds a DataColumn with the specified name, type and specific values to the columns collection.
add(DataRelation) - Method in class com.groupdocs.assembly.system.data.DataRelationCollection
add(DataTable, DataTable, String, String) - Method in class com.groupdocs.assembly.system.data.DataRelationCollection
Adds a relation to the collection.
add(DataTable, DataTable, String[], String[]) - Method in class com.groupdocs.assembly.system.data.DataRelationCollection
Adds a relation to the collection.
add(String, DataColumn, DataColumn, boolean) - Method in class com.groupdocs.assembly.system.data.DataRelationCollection
Creates a DataRelation with the specified name, parent and child columns, with optional constraints according to the value of the createConstraints parameter, and adds it to the collection.
add(DataColumn, DataColumn) - Method in class com.groupdocs.assembly.system.data.DataRelationCollection
Creates a DataRelation with a specified parent and child column, and adds it to the collection.
add(String, DataColumn, DataColumn) - Method in class com.groupdocs.assembly.system.data.DataRelationCollection
Creates a DataRelation with the specified name, and parent and child columns, and adds it to the collection.
add(DataRow) - Method in class com.groupdocs.assembly.system.data.DataRowCollection
Adds the specified DataRow to the DataRowCollection object.
add(Object...) - Method in class com.groupdocs.assembly.system.data.DataRowCollection
Creates a row using specified values and adds it to the DataRowCollection.
add(DataTable) - Method in class com.groupdocs.assembly.system.data.DataTableCollection
Adds the specified DataTable to the collection.
add(String) - Method in class com.groupdocs.assembly.system.data.DataTableCollection
Creates a DataTable object by using the specified name and adds it to the collection.
ADDED - Static variable in class com.groupdocs.assembly.system.data.DataRowState
Specifies that the row has been added to a DataRowCollection.
addEventListener(DataTableEventListener) - Method in class com.groupdocs.assembly.system.data.DataTable
 
addToConstraintCollectionSetup(ConstraintCollection) - Method in class com.groupdocs.assembly.system.data.ForeignKeyConstraint
 
addToConstraintCollectionSetup(ConstraintCollection) - Method in class com.groupdocs.assembly.system.data.UniqueConstraint
 
ALLOW_MISSING_MEMBERS - Static variable in class com.groupdocs.assembly.DocumentAssemblyOptions
Specifies that missing object members should be treated as null literals by the assembler.
areColumnSetsTheSame(DataColumn[], DataColumn[]) - Static method in class com.groupdocs.assembly.system.data.DataColumn
 
assembleDocument(String, String, DataSourceInfo...) - Method in class com.groupdocs.assembly.DocumentAssembler
Loads a template document from the specified source path, populates the template document with data from the specified single or multiple sources, and stores the result document to the target path using default LoadSaveOptions.
assembleDocument(String, String, LoadSaveOptions, DataSourceInfo...) - Method in class com.groupdocs.assembly.DocumentAssembler
Loads a template document from the specified source path, populates the template document with data from the specified single or multiple sources, and stores the result document to the target path using the given LoadSaveOptions.
assembleDocument(InputStream, OutputStream, DataSourceInfo...) - Method in class com.groupdocs.assembly.DocumentAssembler
Loads a template document from the specified source stream, populates the template document with data from the specified single or multiple sources, and stores the result document to the target stream using default LoadSaveOptions.
assembleDocument(InputStream, OutputStream, LoadSaveOptions, DataSourceInfo...) - Method in class com.groupdocs.assembly.DocumentAssembler
Loads a template document from the specified source stream, populates the template document with data from the specified single or multiple sources, and stores the result document to the target stream using the given LoadSaveOptions.
ATTRIBUTE - Static variable in class com.groupdocs.assembly.system.data.MappingType
The column is mapped to an XML attribute.

B

BarcodeSettings - Class in com.groupdocs.assembly
Represents a set of settings controlling barcode generation while assembling a document.

C

clear() - Method in class com.groupdocs.assembly.DocumentTableRelationCollection
Clears the collection of any relations.
clear() - Method in class com.groupdocs.assembly.KnownTypeSet
Removes all items from the set.
clear() - Method in class com.groupdocs.assembly.system.data.DataColumnCollection
Clears the collection of any columns.
clear() - Method in class com.groupdocs.assembly.system.data.DataRelationCollection
Clears the collection of any relations.
clear() - Method in class com.groupdocs.assembly.system.data.DataRowCollection
Clears the collection of all rows.
clear() - Method in class com.groupdocs.assembly.system.data.DataSet
Clears the DataSet of any data by removing all rows in all tables.
clearEventListneers() - Method in class com.groupdocs.assembly.system.data.DataTable
 
close() - Method in class com.groupdocs.assembly.system.data.DataSet
 
close() - Method in class com.groupdocs.assembly.system.data.DataTable
 
close() - Method in class com.groupdocs.assembly.system.data.DataTableReader
Closes the current DataTableReader.
close() - Method in class com.groupdocs.assembly.system.data.DataView
Closes the DataView.
close() - Method in interface com.groupdocs.assembly.system.data.IDataReader
Closes the IDataReader Object.
com.groupdocs.assembly - package com.groupdocs.assembly
Provides classes for generating documents in popular office file formats based upon template documents and data obtained from various sources including databases, XML, JSON, OData, objects of custom Java types, and more.
com.groupdocs.assembly.system - package com.groupdocs.assembly.system
Provides types mimicking .NET types of the System namespace in Java.
com.groupdocs.assembly.system.data - package com.groupdocs.assembly.system.data
Provides types mimicking .NET types of the System.Data namespace in Java.
com.groupdocs.assembly.system.data.common - package com.groupdocs.assembly.system.data.common
Provides types mimicking .NET types of the System.Data.Common namespace in Java.
com.groupdocs.assembly.system.drawing - package com.groupdocs.assembly.system.drawing
Provides types mimicking .NET types of the System.Drawing namespace in Java.
Constraint - Class in com.groupdocs.assembly.system.data
Represents a constraint that can be enforced on one or more DataColumn objects.
Constraint() - Constructor for class com.groupdocs.assembly.system.data.Constraint
 
ConstraintCollection - Class in com.groupdocs.assembly.system.data
Represents a collection of constraints for a DataTable.
ConstraintException - Exception in com.groupdocs.assembly.system.data
Represents the exception that is thrown when attempting an action that violates a constraint.
ConstraintException(String) - Constructor for exception com.groupdocs.assembly.system.data.ConstraintException
Initializes a new instance of the ConstraintException class with the specified string.
contains(String) - Method in class com.groupdocs.assembly.DocumentTableCollection
Returns a value indicating whether this collection contains a table with the specified name.
contains(DocumentTable) - Method in class com.groupdocs.assembly.DocumentTableCollection
Returns a value indicating whether this collection contains the specified table.
contains(String) - Method in class com.groupdocs.assembly.DocumentTableColumnCollection
Returns a value indicating whether this collection contains a column with the specified name.
contains(DocumentTableColumn) - Method in class com.groupdocs.assembly.DocumentTableColumnCollection
Returns a value indicating whether this collection contains the specified column.
contains(DocumentTableRelation) - Method in class com.groupdocs.assembly.DocumentTableRelationCollection
Returns a value indicating whether this collection contains the specified relation.
contains(Constraint) - Method in class com.groupdocs.assembly.system.data.ConstraintCollection
Indicates whether the Constraint object specified by name exists in the collection.
contains(String) - Method in class com.groupdocs.assembly.system.data.DataColumnCollection
Checks whether the collection contains a column with the specified name.
contains(DataRelation) - Method in class com.groupdocs.assembly.system.data.DataRelationCollection
Verifies whether a DataRelation with the specific name (case insensitive) exists in the collection.
contains(String) - Method in class com.groupdocs.assembly.system.data.DataTableCollection
Gets a value that indicates whether a DataTable object with the specified name exists in the collection.
containsColumn(String) - Method in class com.groupdocs.assembly.system.data.DataTable
Deprecated.
Please use getColumns().contains(String) method.
CsvDataLoadOptions - Class in com.groupdocs.assembly
Represents options for parsing CSV data.
CsvDataLoadOptions() - Constructor for class com.groupdocs.assembly.CsvDataLoadOptions
Initializes a new instance of this class with default options.
CsvDataLoadOptions(boolean) - Constructor for class com.groupdocs.assembly.CsvDataLoadOptions
Initializes a new instance of this class with specifying whether CSV data contains column names at the first line.
CsvDataSource - Class in com.groupdocs.assembly
Provides access to data of a CSV file or stream to be used while assembling a document.
CsvDataSource(String) - Constructor for class com.groupdocs.assembly.CsvDataSource
Creates a new data source with data from a CSV file using default options for parsing CSV data.
CsvDataSource(String, CsvDataLoadOptions) - Constructor for class com.groupdocs.assembly.CsvDataSource
Creates a new data source with data from a CSV file using the specified options for parsing CSV data.
CsvDataSource(InputStream) - Constructor for class com.groupdocs.assembly.CsvDataSource
Creates a new data source with data from a CSV stream using default options for parsing CSV data.
CsvDataSource(InputStream, CsvDataLoadOptions) - Constructor for class com.groupdocs.assembly.CsvDataSource
Creates a new data source with data from a CSV stream using the specified options for parsing CSV data.

D

DataColumn - Class in com.groupdocs.assembly.system.data
Represents the schema of a column in a DataTable.
DataColumn() - Constructor for class com.groupdocs.assembly.system.data.DataColumn
Initializes a new instance of a DataColumn class as type string.
DataColumn(String) - Constructor for class com.groupdocs.assembly.system.data.DataColumn
Inititalizes a new instance of the DataColumn class, as type string, using the specified column name.
DataColumn(String, DataTable) - Constructor for class com.groupdocs.assembly.system.data.DataColumn
Initializes a new instance of the @{link DataColumn} class using the specified column name and table it belongs to.
DataColumn(String, Class) - Constructor for class com.groupdocs.assembly.system.data.DataColumn
Inititalizes a new instance of the DataColumn class using the specified column name and data type.
DataColumn(String, Class, DataTable) - Constructor for class com.groupdocs.assembly.system.data.DataColumn
Initializes a new instance of the DataColumn class using the specified column name, data type and data table it belongs to.
DataColumnCollection - Class in com.groupdocs.assembly.system.data
Represents a collection of DataColumn objects for a DataTable.
DataException - Exception in com.groupdocs.assembly.system.data
Represents the exception that is thrown when errors are generated using ADO.NET components.
DataException(String) - Constructor for exception com.groupdocs.assembly.system.data.DataException
Initializes a new instance of the DataException class with the specified string.
DataException(Exception) - Constructor for exception com.groupdocs.assembly.system.data.DataException
Initializes a new instance of this class.
DataKey - Class in com.groupdocs.assembly.system.data
 
DataRelation - Class in com.groupdocs.assembly.system.data
Represents a parent/child relationship between two DataTable objects.
DataRelation(String, DataTable, DataTable, String[], String[]) - Constructor for class com.groupdocs.assembly.system.data.DataRelation
Initializes a new instance of the DataRelation class using the specified name, parent and child tables, matched arrays of parent and child columns.
DataRelation(String, DataColumn[], DataColumn[], boolean) - Constructor for class com.groupdocs.assembly.system.data.DataRelation
Initializes a new instance of the DataRelation class using the specified name, matched arrays of parent and child DataColumn objects, and value that indicates whether to create constraints.
DataRelation(String, DataColumn, DataColumn, boolean) - Constructor for class com.groupdocs.assembly.system.data.DataRelation
Initializes a new instance of the DataRelation class using the specified name, parent and child DataColumn objects, and a value that indicates whether to create constraints.
DataRelation(String, DataColumn, DataColumn) - Constructor for class com.groupdocs.assembly.system.data.DataRelation
Initializes a new instance of the DataRelation class using the specified DataRelation name, and parent and child DataColumn objects.
DataRelationCollection - Class in com.groupdocs.assembly.system.data
Represents the collection of DataRelation objects for this DataSet.
DataRow - Class in com.groupdocs.assembly.system.data
Represents a row of data in a DataTable.
DataRow(DataTable) - Constructor for class com.groupdocs.assembly.system.data.DataRow
Initializes a new instance of this class.
DataRowCollection - Class in com.groupdocs.assembly.system.data
Represents a collection of rows for a DataTable.
DataRowState - Class in com.groupdocs.assembly.system.data
Specifies the state of a DataRow object.
DataRowView - Class in com.groupdocs.assembly.system.data
Represents a customized view of a DataRow.
DataRowView(DataView, DataRow) - Constructor for class com.groupdocs.assembly.system.data.DataRowView
Initializes a new instance of this class.
DataSet - Class in com.groupdocs.assembly.system.data
Represents an in-memory cache of data.
DataSet() - Constructor for class com.groupdocs.assembly.system.data.DataSet
Initializes a new instance of the DataSet class.
DataSet(Connection) - Constructor for class com.groupdocs.assembly.system.data.DataSet
Initializes a new instance of the DataSet class with data taken from Connection.
DataSet(Connection, String) - Constructor for class com.groupdocs.assembly.system.data.DataSet
Initializes a new instance of the DataSet class with data taken from Connection.
DataSet(String) - Constructor for class com.groupdocs.assembly.system.data.DataSet
Initializes a new instance of a DataSet class with the given name.
DataSourceInfo - Class in com.groupdocs.assembly
Provides information on a single data source object to be used to assemble a document from a template.
DataSourceInfo() - Constructor for class com.groupdocs.assembly.DataSourceInfo
Creates a new instance of this class without any properties specified.
DataSourceInfo(Object) - Constructor for class com.groupdocs.assembly.DataSourceInfo
Creates a new instance of this class with the data source object specified.
DataSourceInfo(Object, String) - Constructor for class com.groupdocs.assembly.DataSourceInfo
Creates a new instance of this class with the data source object and its name specified.
DataTable - Class in com.groupdocs.assembly.system.data
Represents one table of in-memory data.
DataTable() - Constructor for class com.groupdocs.assembly.system.data.DataTable
Initializes a new instance of the DataTable class with no arguments.
DataTable(String) - Constructor for class com.groupdocs.assembly.system.data.DataTable
Initializes a new instance of the DataTable class with the specified table name.
DataTable(ResultSet) - Constructor for class com.groupdocs.assembly.system.data.DataTable
Creates an object by wrapping the specified ResultSet.
DataTable(ResultSet, String) - Constructor for class com.groupdocs.assembly.system.data.DataTable
Creates an object by wrapping the specified ResultSet.
DataTableCollection - Class in com.groupdocs.assembly.system.data
Represents the collection of tables for the DataSet.
DataTableEventListener - Interface in com.groupdocs.assembly.system.data
 
DataTableReader - Class in com.groupdocs.assembly.system.data
The DataTableReader obtains the contents of one or more DataTable objects in the form of one or more read-only, forward-only result sets.
DataTableReader(DataTable) - Constructor for class com.groupdocs.assembly.system.data.DataTableReader
Initializes a new instance of the DataTableReader class by using data from the supplied DataTable.
DataTableReader(DataTable[]) - Constructor for class com.groupdocs.assembly.system.data.DataTableReader
Initializes a new instance of the DataTableReader class using the supplied array of DataTable objects.
DataView - Class in com.groupdocs.assembly.system.data
Represents a databindable, customized view of a DataTable for sorting, filtering, searching, editing, and navigation.
DataView(DataTable) - Constructor for class com.groupdocs.assembly.system.data.DataView
Initializes a new instance of the DataView class with the specified DataTable.
DbDataReader - Class in com.groupdocs.assembly.system.data.common
 
DbDataReader() - Constructor for class com.groupdocs.assembly.system.data.common.DbDataReader
 
DBNull - Class in com.groupdocs.assembly.system.data
 
delete() - Method in class com.groupdocs.assembly.system.data.DataRow
Deletes the DataRow.
DELETED - Static variable in class com.groupdocs.assembly.system.data.DataRowState
Specifies that the row was deleted using the DataRow.delete() method of the DataRow.
DETACHED - Static variable in class com.groupdocs.assembly.system.data.DataRowState
Specifies that the row has been created but is not part of any DataRowCollection.
DISPLAY - Static variable in class com.groupdocs.assembly.system.drawing.GraphicsUnit
Specifies the unit of measure of the display device.
DOC - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the Microsoft Word 97 - 2007 Binary Document format.
DOCM - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the Office Open XML WordprocessingML Macro-Enabled Document format.
DOCUMENT - Static variable in class com.groupdocs.assembly.system.drawing.GraphicsUnit
Specifies the document unit (1/300 inch) as the unit of measure.
DocumentAssembler - Class in com.groupdocs.assembly
Provides routines to populate template documents with data and a set of settings to control these routines.
DocumentAssembler() - Constructor for class com.groupdocs.assembly.DocumentAssembler
Initializes a new instance of this class.
DocumentAssemblyOptions - Class in com.groupdocs.assembly
A utility class providing constants.
DocumentTable - Class in com.groupdocs.assembly
Provides access to data of a single table (or spreadsheet) located in an external document to be used while assembling a document.
DocumentTable(String, int) - Constructor for class com.groupdocs.assembly.DocumentTable
Creates a new instance of this class using default DocumentTableOptions.
DocumentTable(String, int, DocumentTableOptions) - Constructor for class com.groupdocs.assembly.DocumentTable
Creates a new instance of this class.
DocumentTable(InputStream, int) - Constructor for class com.groupdocs.assembly.DocumentTable
Creates a new instance of this class using default DocumentTableOptions.
DocumentTable(InputStream, int, DocumentTableOptions) - Constructor for class com.groupdocs.assembly.DocumentTable
Creates a new instance of this class.
DocumentTableCollection - Class in com.groupdocs.assembly
Represents a read-only collection of DocumentTable objects of a particular DocumentTableSet instance.
DocumentTableColumn - Class in com.groupdocs.assembly
Represents a single column of a particular DocumentTable object.
DocumentTableColumnCollection - Class in com.groupdocs.assembly
Represents a read-only collection of DocumentTableColumn objects of a particular DocumentTable instance.
DocumentTableLoadArgs - Class in com.groupdocs.assembly
DocumentTableOptions - Class in com.groupdocs.assembly
Provides a set of options to control extraction of data from a document table.
DocumentTableOptions() - Constructor for class com.groupdocs.assembly.DocumentTableOptions
Creates a new instance of this class.
DocumentTableRelation - Class in com.groupdocs.assembly
Represents a parent-child relationship between two DocumentTable objects.
DocumentTableRelationCollection - Class in com.groupdocs.assembly
Represents the collection of DocumentTableRelation objects of a single DocumentTableSet instance.
DocumentTableSet - Class in com.groupdocs.assembly
Provides access to data of multiple tables (or spreadsheets) located in an external document to be used while assembling a document.
DocumentTableSet(String) - Constructor for class com.groupdocs.assembly.DocumentTableSet
Creates a new instance of this class loading all tables from a document using default DocumentTableOptions.
DocumentTableSet(String, IDocumentTableLoadHandler) - Constructor for class com.groupdocs.assembly.DocumentTableSet
Creates a new instance of this class.
DocumentTableSet(InputStream) - Constructor for class com.groupdocs.assembly.DocumentTableSet
Creates a new instance of this class loading all tables from a document using default DocumentTableOptions.
DocumentTableSet(InputStream, IDocumentTableLoadHandler) - Constructor for class com.groupdocs.assembly.DocumentTableSet
Creates a new instance of this class.
DOCX - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the Office Open XML WordprocessingML Document (macro-free) format.
DOT - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the Microsoft Word 97 - 2007 Binary Template format.
DOTM - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the Office Open XML WordprocessingML Macro-Enabled Template format.
DOTX - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the Office Open XML WordprocessingML Template (macro-free) format.

E

ELEMENT - Static variable in class com.groupdocs.assembly.system.data.MappingType
The column is mapped to an XML element.
EML - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the MIME standard format.
EMLX - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the Apple Mail.app program file format.
EPUB - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the IDPF EPUB format.
equals(Object) - Method in class com.groupdocs.assembly.system.data.DataRelation
 
equals(Object) - Method in class com.groupdocs.assembly.system.data.ForeignKeyConstraint
Gets a value indicating whether the current ForeignKeyConstraint is identical to the specified object.
equals(Object) - Method in class com.groupdocs.assembly.system.data.UniqueConstraint
Compares this constraint to a second to determine if both are identical.

F

FileFormat - Class in com.groupdocs.assembly
A utility class providing constants.
find(String) - Method in class com.groupdocs.assembly.system.data.DataRowCollection
Gets the row specified by the primary key value.
find(Object[]) - Method in class com.groupdocs.assembly.system.data.DataRowCollection
Gets the row that contains the specified primary key values.
FLAT_OPC - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the Office Open XML WordprocessingML format stored in a flat XML file instead of a ZIP package.
FLAT_OPC_MACRO_ENABLED - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the Office Open XML WordprocessingML Macro-Enabled Document format stored in a flat XML file instead of a ZIP package.
FLAT_OPC_TEMPLATE - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the Office Open XML WordprocessingML Template (macro-free) format stored in a flat XML file instead of a ZIP package.
FLAT_OPC_TEMPLATE_MACRO_ENABLED - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the Office Open XML WordprocessingML Macro-Enabled Template format stored in a flat XML file instead of a ZIP package.
ForeignKeyConstraint - Class in com.groupdocs.assembly.system.data
Represents an action restriction enforced on a set of columns in a primary key/foreign key relationship when a value or row is either deleted or updated.
ForeignKeyConstraint(String, DataColumn[], DataColumn[]) - Constructor for class com.groupdocs.assembly.system.data.ForeignKeyConstraint
Initializes a new instance of the ForeignKeyConstraint class with the specified name, and arrays of parent and child DataColumn objects.
ForeignKeyConstraint(DataColumn, DataColumn) - Constructor for class com.groupdocs.assembly.system.data.ForeignKeyConstraint
Initializes a new instance of the ForeignKeyConstraint class with the specified parent and child DataColumn objects.
ForeignKeyConstraint(String, DataColumn, DataColumn) - Constructor for class com.groupdocs.assembly.system.data.ForeignKeyConstraint
Initializes a new instance of the ForeignKeyConstraint class with the specified name, parent and child DataColumn objects.
fromName(String) - Static method in class com.groupdocs.assembly.DocumentAssemblyOptions
 
fromName(String) - Static method in class com.groupdocs.assembly.FileFormat
 
fromName(String) - Static method in class com.groupdocs.assembly.JsonSimpleValueParseMode
 
fromNames(Set) - Static method in class com.groupdocs.assembly.DocumentAssemblyOptions
 

G

get(int) - Method in class com.groupdocs.assembly.DocumentTableCollection
Gets a DocumentTable instance from the collection at the specified index.
get(String) - Method in class com.groupdocs.assembly.DocumentTableCollection
Gets a DocumentTable instance with the specified name from the collection.
get(int) - Method in class com.groupdocs.assembly.DocumentTableColumnCollection
Gets a DocumentTableColumn instance from the collection at the specified index.
get(String) - Method in class com.groupdocs.assembly.DocumentTableColumnCollection
Gets a DocumentTableColumn instance with the specified name from the collection.
get(int) - Method in class com.groupdocs.assembly.DocumentTableRelationCollection
Gets a DocumentTableRelation instance from the collection at the specified index.
get(String) - Method in class com.groupdocs.assembly.system.data.common.DbDataReader
 
get(String) - Method in class com.groupdocs.assembly.system.data.ConstraintCollection
Gets the Constraint from the collection with the specified name.
get(int) - Method in class com.groupdocs.assembly.system.data.ConstraintCollection
Gets the Constraint from the collection at the specified index.
get(int) - Method in class com.groupdocs.assembly.system.data.DataColumnCollection
Gets the DataColumn from the collection at the specified index.
get(String) - Method in class com.groupdocs.assembly.system.data.DataColumnCollection
Gets the DataColumn from the collection with the specified name.
get(String) - Method in class com.groupdocs.assembly.system.data.DataRelationCollection
Gets the DataRelation object specified by name.
get(int) - Method in class com.groupdocs.assembly.system.data.DataRelationCollection
Gets the DataRelation object at the specified index.
get(int) - Method in class com.groupdocs.assembly.system.data.DataRow
Gets the data stored in the column specified by index.
get(String) - Method in class com.groupdocs.assembly.system.data.DataRow
Gets the data stored in the column specified by name.
get(DataColumn) - Method in class com.groupdocs.assembly.system.data.DataRow
Gets the data stored in the specified DataColumn.
get(int) - Method in class com.groupdocs.assembly.system.data.DataRowCollection
Gets the row at the specified index.
get(Object[]) - Method in class com.groupdocs.assembly.system.data.DataRowCollection
Gets the row that contains the specified values.
get(String) - Method in class com.groupdocs.assembly.system.data.DataTableCollection
Gets the DataTable object with the specified name.
get(String, String) - Method in class com.groupdocs.assembly.system.data.DataTableCollection
Gets the DataTable object with the specified name in the specified namespace.
get(int) - Method in class com.groupdocs.assembly.system.data.DataTableCollection
Gets the DataTable object at the specified index.
get(int) - Method in class com.groupdocs.assembly.system.data.DataTableReader
Gets the value of the specified column in its native format given the column ordinal.
get(String) - Method in class com.groupdocs.assembly.system.data.DataTableReader
Gets the value of the specified column in its native format given the column name.
get(int) - Method in class com.groupdocs.assembly.system.data.DataView
Gets a row of data from a specified table.
get(int) - Method in interface com.groupdocs.assembly.system.data.IDataRecord
Gets the column located at the specified index.
getAllowDBNull() - Method in class com.groupdocs.assembly.system.data.DataColumn
Gets a value that indicates whether null values are allowed in this column for rows that belong to the table.
getAllowsNull() - Method in class com.groupdocs.assembly.DocumentTableColumn
Gets a value indicating whether cells in this column contain null values or not.
getAlwaysGenerateRootObject() - Method in class com.groupdocs.assembly.JsonDataLoadOptions
Gets a flag indicating whether a generated data source will always contain an object for a JSON root element.
getAlwaysGenerateRootObject() - Method in class com.groupdocs.assembly.XmlDataLoadOptions
Gets a flag indicating whether a generated data source will always contain an object for an XML root element.
getAutoIncrement() - Method in class com.groupdocs.assembly.system.data.DataColumn
Gets a value that indicates whether the column automatically increments the value of the column for new rows added to the table.
getAutoIncrementSeed() - Method in class com.groupdocs.assembly.system.data.DataColumn
Gets the starting value for a column that has its DataColumn.getAutoIncrement() / DataColumn.setAutoIncrement(boolean) property set to true.
getAutoIncrementStep() - Method in class com.groupdocs.assembly.system.data.DataColumn
Gets the increment used by a column with its DataColumn.getAutoIncrement() / DataColumn.setAutoIncrement(boolean) property set to true.
getBarcodeSettings() - Method in class com.groupdocs.assembly.DocumentAssembler
Gets a set of settings controlling barcode generation while assembling a document.
getBaseXDimension() - Method in class com.groupdocs.assembly.BarcodeSettings
Gets a base x-dimension, that is, the smallest width of the unit of barcode bars and spaces.
getBaseYDimension() - Method in class com.groupdocs.assembly.BarcodeSettings
Gets a base y-dimension, that is, the smallest height of the unit of 2D barcode modules.
getCaption() - Method in class com.groupdocs.assembly.system.data.DataColumn
Gets the caption for the column.
getChildColumn() - Method in class com.groupdocs.assembly.DocumentTableRelation
Gets the child column of this relation.
getChildColumnNames() - Method in class com.groupdocs.assembly.system.data.DataRelation
 
getChildColumns() - Method in class com.groupdocs.assembly.system.data.DataRelation
Gets the child DataColumn objects of this relation.
getChildKey() - Method in class com.groupdocs.assembly.system.data.DataRelation
 
getChildKeyConstraint() - Method in class com.groupdocs.assembly.system.data.DataRelation
Gets the ForeignKeyConstraint for the relation.
getChildRelations() - Method in class com.groupdocs.assembly.system.data.DataTable
Gets the collection of child relations for this DataTable.
getChildRows(DataRelation) - Method in class com.groupdocs.assembly.system.data.DataRow
Gets the child rows of this DataRow using the specified DataRelation.
getChildTable() - Method in class com.groupdocs.assembly.system.data.DataRelation
Gets the child table of this relation.
getChildTableName() - Method in class com.groupdocs.assembly.system.data.DataRelation
 
getColumnMapping() - Method in class com.groupdocs.assembly.system.data.DataColumn
Gets the MappingType of the column.
getColumnName() - Method in class com.groupdocs.assembly.system.data.DataColumn
Gets the name of the column in the DataColumnCollection.
getColumnName(int) - Method in class com.groupdocs.assembly.system.data.DataTable
Analog for .Net DataTable.Columns[i].ColumnName
getColumns() - Method in class com.groupdocs.assembly.DocumentTable
Gets the collection of DocumentTableColumn objects representing columns of the corresponding table.
getColumns() - Method in class com.groupdocs.assembly.system.data.DataTable
Gets the collection of columns that belong to this table.
getColumns() - Method in class com.groupdocs.assembly.system.data.ForeignKeyConstraint
Gets the child columns of this constraint.
getColumns() - Method in class com.groupdocs.assembly.system.data.UniqueConstraint
Gets the array of columns that this constraint affects.
getColumnsCount() - Method in class com.groupdocs.assembly.system.data.DataTable
 
getCommentChar() - Method in class com.groupdocs.assembly.CsvDataLoadOptions
Gets the character that is used to comment lines of CSV data.
getConstraintName() - Method in class com.groupdocs.assembly.system.data.Constraint
The name of a constraint in the ConstraintCollection.
getConstraints() - Method in class com.groupdocs.assembly.system.data.DataTable
Gets the collection of constraints maintained by this table.
getConsumptionCredit() - Static method in class com.groupdocs.assembly.Metered
Returns the currently consumed number of credits.
getConsumptionQuantity() - Static method in class com.groupdocs.assembly.Metered
Returns the currently consumed number of megabytes.
getCount() - Method in class com.groupdocs.assembly.DocumentTableCollection
Gets the total number of DocumentTable objects in the collection.
getCount() - Method in class com.groupdocs.assembly.DocumentTableColumnCollection
Gets the total number of DocumentTableColumn objects in the collection.
getCount() - Method in class com.groupdocs.assembly.DocumentTableRelationCollection
Gets the total number of DocumentTableRelation objects in the collection.
getCount() - Method in class com.groupdocs.assembly.KnownTypeSet
Gets the count of items in the set.
getCount() - Method in class com.groupdocs.assembly.system.data.ConstraintCollection
Gets the total number of elements in a collection.
getCount() - Method in class com.groupdocs.assembly.system.data.DataColumnCollection
 
getCount() - Method in class com.groupdocs.assembly.system.data.DataRelationCollection
 
getCount() - Method in class com.groupdocs.assembly.system.data.DataRowCollection
Gets the total number of DataRow objects in this collection.
getCount() - Method in class com.groupdocs.assembly.system.data.DataTableCollection
 
getCount() - Method in class com.groupdocs.assembly.system.data.DataView
Gets the number of records in the DataView.
getDataSet() - Method in class com.groupdocs.assembly.system.data.DataRelation
Gets the DataSet to which the DataRelation belongs.
getDataSet() - Method in class com.groupdocs.assembly.system.data.DataTable
Gets the DataSet to which this table belongs.
getDataSetName() - Method in class com.groupdocs.assembly.system.data.DataSet
Gets the name of the current DataSet.
getDataSource() - Method in class com.groupdocs.assembly.DataSourceInfo
Gets the data source object.
getDataType() - Method in class com.groupdocs.assembly.system.data.DataColumn
Gets the type of data stored in the column.
getDefaultValue() - Method in class com.groupdocs.assembly.system.data.DataColumn
Gets the default value for the column when you are creating new rows.
getDeleteRule() - Method in class com.groupdocs.assembly.system.data.ForeignKeyConstraint
Gets the action that occurs across this constraint when a row is deleted.
getDelimiter() - Method in class com.groupdocs.assembly.CsvDataLoadOptions
Gets the character to be used as a column delimiter.
getDepth() - Method in class com.groupdocs.assembly.system.data.DataTableReader
The depth of nesting for the current row of the DataTableReader.
getDepth() - Method in interface com.groupdocs.assembly.system.data.IDataReader
Gets a value indicating the depth of nesting for the current row.
getEnforceConstraints() - Method in class com.groupdocs.assembly.system.data.DataSet
Gets a value indicating whether constraint rules are followed when attempting any update operation.
getEnforceConstraints() - Method in class com.groupdocs.assembly.system.data.DataTable
 
getExactDateTimeParseFormat() - Method in class com.groupdocs.assembly.JsonDataLoadOptions
Gets an exact format for parsing JSON date-time values while loading JSON.
getExactDateTimeParseFormats() - Method in class com.groupdocs.assembly.JsonDataLoadOptions
Gets exact formats for parsing JSON date-time values while loading JSON.
getExpression() - Method in class com.groupdocs.assembly.system.data.DataColumn
Gets the expression used to filter rows, calculate the values in a column, or create an aggregate column.
getFieldCount() - Method in class com.groupdocs.assembly.system.data.DataTableReader
Returns the number of columns in the current row.
getFieldCount() - Method in interface com.groupdocs.assembly.system.data.IDataRecord
Gets the number of columns in the current row.
getFieldType(int) - Method in class com.groupdocs.assembly.system.data.DataTableReader
Gets the Class that is the data type of the object.
getFieldType(int) - Method in interface com.groupdocs.assembly.system.data.IDataRecord
Gets the Class information corresponding to the type of Object that would be returned from IDataRecord.getValue(int).
getFirstRowContainsColumnNames() - Method in class com.groupdocs.assembly.DocumentTableOptions
Gets a value indicating whether column names are to be obtained from the first extracted row of a document table.
getGraphicsUnit() - Method in class com.groupdocs.assembly.BarcodeSettings
getIndexInDocument() - Method in class com.groupdocs.assembly.DocumentTable
Gets the original zero-based index of the corresponding table as per the source document.
getIndexInDocument() - Method in class com.groupdocs.assembly.DocumentTableColumn
Gets the original zero-based index of the corresponding table column as per the source document.
getItemArray() - Method in class com.groupdocs.assembly.system.data.DataRow
Gets all the values for this row through an array.
getKeyValues(DataRow) - Method in class com.groupdocs.assembly.system.data.DataKey
 
getKeyValues(DataKey) - Method in class com.groupdocs.assembly.system.data.DataRow
 
getKnownTypes() - Method in class com.groupdocs.assembly.DocumentAssembler
Gets an unordered set (that is, a collection of unique items) containing Class objects which fully or partially qualified names can be used within document templates processed by this assembler instance to invoke the corresponding types' static members, perform type casts, etc.
getMaxColumnIndex() - Method in class com.groupdocs.assembly.DocumentTableOptions
Gets the largest zero-based index of a column to be extracted from a document table.
getMaxLength() - Method in class com.groupdocs.assembly.system.data.DataColumn
Gets the maximum length of a text column.
getMaxRowIndex() - Method in class com.groupdocs.assembly.DocumentTableOptions
Gets the largest zero-based index of a row to be extracted from a document table.
getMinColumnIndex() - Method in class com.groupdocs.assembly.DocumentTableOptions
Gets the smallest zero-based index of a column to be extracted from a document table.
getMinRowIndex() - Method in class com.groupdocs.assembly.DocumentTableOptions
Gets the smallest zero-based index of a row to be extracted from a document table.
getName() - Method in class com.groupdocs.assembly.DataSourceInfo
Gets the name of the data source object to be used to access the data source object in a template document.
getName(int) - Static method in class com.groupdocs.assembly.DocumentAssemblyOptions
 
getName() - Method in class com.groupdocs.assembly.DocumentTable
Gets the name of this table used to access the table's data in a template document passed to DocumentAssembler.
getName() - Method in class com.groupdocs.assembly.DocumentTableColumn
Gets the name of this column used to access the column's data in a template document passed to DocumentAssembler.
getName(int) - Static method in class com.groupdocs.assembly.FileFormat
 
getName(int) - Static method in class com.groupdocs.assembly.JsonSimpleValueParseMode
 
getName(int) - Method in class com.groupdocs.assembly.system.data.DataTableReader
Gets the value of the specified column as a String.
getName(int) - Method in interface com.groupdocs.assembly.system.data.IDataRecord
Gets the name for the field to find.
getNames(int) - Static method in class com.groupdocs.assembly.DocumentAssemblyOptions
 
getNamespace() - Method in class com.groupdocs.assembly.system.data.DataColumn
Gets the namespace of the DataColumn.
getNamespace() - Method in class com.groupdocs.assembly.system.data.DataSet
Gets the namespace of the DataSet.
getNamespace() - Method in class com.groupdocs.assembly.system.data.DataTable
Gets the namespace for the XML representation of the data stored in the DataTable.
getOptions() - Method in class com.groupdocs.assembly.DocumentAssembler
Gets a set of flags controlling behavior of this DocumentAssembler instance while assembling a document.
getOptions() - Method in class com.groupdocs.assembly.DocumentTableLoadArgs
Gets DocumentTableOptions to be used while loading the corresponding document table.
getOrdinal() - Method in class com.groupdocs.assembly.system.data.DataColumn
Gets the position of the column in the DataColumnCollection collection.
getOriginalValue(String) - Method in class com.groupdocs.assembly.system.data.DataRow
 
getParentColumn() - Method in class com.groupdocs.assembly.DocumentTableRelation
Gets the parent column of this relation.
getParentColumnNames() - Method in class com.groupdocs.assembly.system.data.DataRelation
 
getParentColumns() - Method in class com.groupdocs.assembly.system.data.DataRelation
Gets an array of DataColumn objects that are the parent columns of this DataRelation.
getParentKey() - Method in class com.groupdocs.assembly.system.data.DataRelation
 
getParentKeyConstraint() - Method in class com.groupdocs.assembly.system.data.DataRelation
Gets the UniqueConstraint that guarantees that values in the parent column of a DataRelation are unique.
getParentRelations() - Method in class com.groupdocs.assembly.system.data.DataTable
Gets the collection of parent relations for this DataTable.
getParentRow(DataRelation) - Method in class com.groupdocs.assembly.system.data.DataRow
Gets the parent row of a DataRow using the specified DataRelation.
getParentRows(DataRelation) - Method in class com.groupdocs.assembly.system.data.DataRow
Gets the parent rows of a DataRow using the specified DataRelation.
getParentTable() - Method in class com.groupdocs.assembly.system.data.DataRelation
Gets the parent DataTable of this DataRelation.
getParentTableName() - Method in class com.groupdocs.assembly.system.data.DataRelation
 
getPrefix() - Method in class com.groupdocs.assembly.system.data.DataColumn
Gets an XML prefix that aliases the namespace of the DataTable.
getPrimaryKey() - Method in class com.groupdocs.assembly.system.data.DataTable
Gets an array of columns that function as primary keys for the data table.
getQuoteChar() - Method in class com.groupdocs.assembly.CsvDataLoadOptions
Gets the character that is used to quote field values.
getReadOnly() - Method in class com.groupdocs.assembly.system.data.DataColumn
Gets a value that indicates whether the column allows for changes as soon as a row has been added to the table.
getRecordsAffected() - Method in class com.groupdocs.assembly.system.data.DataTableReader
Gets the number of rows inserted, changed, or deleted by execution of the SQL statement.
getRecordsAffected() - Method in interface com.groupdocs.assembly.system.data.IDataReader
Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.
getRelatedColumns() - Method in class com.groupdocs.assembly.system.data.ForeignKeyConstraint
The parent columns of this constraint.
getRelatedTable() - Method in class com.groupdocs.assembly.system.data.ForeignKeyConstraint
Gets the parent table of this constraint.
getRelationName() - Method in class com.groupdocs.assembly.system.data.DataRelation
Gets the name used to retrieve a DataRelation from the DataRelationCollection.
getRelations() - Method in class com.groupdocs.assembly.DocumentTableSet
Gets the collection of parent-child relations defined for document tables of this set.
getRelations() - Method in class com.groupdocs.assembly.system.data.DataSet
Get the collection of relations that link tables and allow navigation from parent tables to child tables.
getResolution() - Method in class com.groupdocs.assembly.BarcodeSettings
Gets the horizontal and vertical resolution of a barcode image being generated.
getResourceLoadBaseUri() - Method in class com.groupdocs.assembly.LoadSaveOptions
Gets a base URI to resolve external resource files' relative URIs to absolute ones while loading an HTML template document to be assembled and saved to a non-HTML format.
getResourceSaveFolder() - Method in class com.groupdocs.assembly.LoadSaveOptions
Gets a path to a folder to store external resource files while an assembled document loaded from a non-HTML format is being saved to HTML.
getResultSet() - Method in class com.groupdocs.assembly.system.data.DataTable
Returns the underlying Java ResultSet object.
getRow() - Method in class com.groupdocs.assembly.system.data.DataRowView
Gets the DataRow being viewed.
getRows() - Method in class com.groupdocs.assembly.system.data.DataTable
Gets the collection of rows that belong to this table.
getRowState() - Method in class com.groupdocs.assembly.system.data.DataRow
Gets the current state of the row with regard to its relationship to the DataRowCollection.
getSaveFormat() - Method in class com.groupdocs.assembly.LoadSaveOptions
Gets a file format to save an assembled document to.
getSchemaTable() - Method in class com.groupdocs.assembly.system.data.DataTableReader
Returns a DataTable that describes the column metadata of the DataTableReader.
getSchemaTable() - Method in interface com.groupdocs.assembly.system.data.IDataReader
Returns a DataTable that describes the column metadata of the IDataReader.
getSimpleValueParseMode() - Method in class com.groupdocs.assembly.JsonDataLoadOptions
Gets a mode for parsing JSON simple values (null, boolean, number, integer, and string) while loading JSON.
getTable() - Method in class com.groupdocs.assembly.system.data.DataColumn
Gets the DataTable to which the column belongs to.
getTable() - Method in class com.groupdocs.assembly.system.data.DataKey
 
getTable() - Method in class com.groupdocs.assembly.system.data.DataRow
Gets the DataTable for which this row has a schema.
getTable() - Method in class com.groupdocs.assembly.system.data.DataView
Gets the source DataTable.
getTable() - Method in class com.groupdocs.assembly.system.data.ForeignKeyConstraint
Gets the child table of this constraint.
getTable() - Method in class com.groupdocs.assembly.system.data.UniqueConstraint
Gets the table to which this constraint belongs.
getTableIndex() - Method in class com.groupdocs.assembly.DocumentTableLoadArgs
Gets the zero-based index of the corresponding document table to be loaded.
getTableName() - Method in class com.groupdocs.assembly.system.data.DataTable
Gets the name of the DataTable.
getTables() - Method in class com.groupdocs.assembly.DocumentTableSet
Gets the collection of DocumentTable objects representing tables of this set.
getTables() - Method in class com.groupdocs.assembly.system.data.DataSet
Gets the collection of tables contained in the DataSet.
getType() - Method in class com.groupdocs.assembly.DocumentTableColumn
Gets the type of cell values in this column.
getUnique() - Method in class com.groupdocs.assembly.system.data.DataColumn
Gets a value that indicates whether the values in each row of the column must be unique.
getUpdateRule() - Method in class com.groupdocs.assembly.system.data.ForeignKeyConstraint
Gets the action that occurs across this constraint on when a row is updated.
getUseAutoCorrection() - Method in class com.groupdocs.assembly.BarcodeSettings
Gets a value indicating whether an invalid barcode value should be corrected automatically (if possible) to fit the barcode's specification or an exception should be thrown to indicate the error.
getUseReflectionOptimization() - Static method in class com.groupdocs.assembly.DocumentAssembler
Gets a value indicating whether invocations of custom type members performed via reflection API are optimized using dynamic class generation or not.
getValue(int) - Method in class com.groupdocs.assembly.system.data.DataTableReader
Gets the value of the specified column in its native format.
getValue(int) - Method in interface com.groupdocs.assembly.system.data.IDataRecord
Return the value of the specified field.
getValues() - Static method in class com.groupdocs.assembly.DocumentAssemblyOptions
 
getValues() - Static method in class com.groupdocs.assembly.FileFormat
 
getValues() - Static method in class com.groupdocs.assembly.JsonSimpleValueParseMode
 
getXResolution() - Method in class com.groupdocs.assembly.BarcodeSettings
Gets the horizontal resolution of a barcode image being generated.
getYResolution() - Method in class com.groupdocs.assembly.BarcodeSettings
Gets the vertical resolution of a barcode image being generated.
GraphicsUnit - Class in com.groupdocs.assembly.system.drawing
Specifies the unit of measure for the given data.

H

handle(DocumentTableLoadArgs) - Method in interface com.groupdocs.assembly.IDocumentTableLoadHandler
Overrides default loading of a particular DocumentTable object while creating a DocumentTableSet instance.
hashCode() - Method in class com.groupdocs.assembly.system.data.DataRelation
 
hashCode() - Method in class com.groupdocs.assembly.system.data.ForeignKeyConstraint
 
hashCode() - Method in class com.groupdocs.assembly.system.data.UniqueConstraint
 
hasHeaders() - Method in class com.groupdocs.assembly.CsvDataLoadOptions
Gets a value indicating whether the first line of CSV data contains column names.
hasHeaders(boolean) - Method in class com.groupdocs.assembly.CsvDataLoadOptions
Sets a value indicating whether the first line of CSV data contains column names.
hasRows() - Method in class com.groupdocs.assembly.system.data.DataTableReader
Gets a value that indicates whether the DataTableReader contains one or more rows.
HIDDEN - Static variable in class com.groupdocs.assembly.system.data.MappingType
The column is mapped to an internal structure.
HTML - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the HTML format.

I

IDataReader - Interface in com.groupdocs.assembly.system.data
Provides a means of reading one or more forward-only streams of result sets obtained by executing a command at a data source, and is implemented by .NET Framework data providers that access relational databases.
IDataRecord - Interface in com.groupdocs.assembly.system.data
Provides access to the column values within each row for a DataReader, and is implemented by .NET Framework data providers that access relational databases.
IDocumentTableLoadHandler - Interface in com.groupdocs.assembly
Overrides default loading of DocumentTable objects while creating a DocumentTableSet instance.
INCH - Static variable in class com.groupdocs.assembly.system.drawing.GraphicsUnit
Specifies the inch as the unit of measure.
indexOf(String) - Method in class com.groupdocs.assembly.DocumentTableCollection
Returns the index of a table with the specified name within this collection.
indexOf(DocumentTable) - Method in class com.groupdocs.assembly.DocumentTableCollection
Returns the index of the specified table within this collection.
indexOf(String) - Method in class com.groupdocs.assembly.DocumentTableColumnCollection
Returns the index of a column with the specified name within this collection.
indexOf(DocumentTableColumn) - Method in class com.groupdocs.assembly.DocumentTableColumnCollection
Returns the index of the specified column within this collection.
indexOf(DocumentTableRelation) - Method in class com.groupdocs.assembly.DocumentTableRelationCollection
Returns the index of the specified relation within this collection.
indexOf(String) - Method in class com.groupdocs.assembly.system.data.DataColumnCollection
Gets the index of the column with the specific name (the name is not case sensitive).
indexOf(DataColumn) - Method in class com.groupdocs.assembly.system.data.DataColumnCollection
Gets the index of a column specified by name.
indexOf(DataRelation) - Method in class com.groupdocs.assembly.system.data.DataRelationCollection
Gets the index of the specified DataRelation object.
INLINE_ERROR_MESSAGES - Static variable in class com.groupdocs.assembly.DocumentAssemblyOptions
Specifies that the assembler should inline template syntax error messages into output documents.
insertAt(DataRow, int) - Method in class com.groupdocs.assembly.system.data.DataRowCollection
Inserts a new row into the collection at the specified location.
InvalidConstraintException - Exception in com.groupdocs.assembly.system.data
Represents the exception that is thrown when incorrectly trying to create or access a relation.
InvalidConstraintException(String) - Constructor for exception com.groupdocs.assembly.system.data.InvalidConstraintException
Initializes a new instance of the InvalidConstraintException class with the specified string.
isClosed() - Method in class com.groupdocs.assembly.system.data.DataTableReader
Gets a value that indicates whether the DataTableReader is closed.
isClosed() - Method in interface com.groupdocs.assembly.system.data.IDataReader
Gets a value indicating whether the data reader is closed.
isLicensed() - Method in class com.groupdocs.assembly.License
Returns true if a valid license has been applied; false if the component is running in evaluation mode.
isLoaded() - Method in class com.groupdocs.assembly.DocumentTableLoadArgs
Gets a value indicating whether the corresponding document table is to be loaded or not.
isLoaded(boolean) - Method in class com.groupdocs.assembly.DocumentTableLoadArgs
Sets a value indicating whether the corresponding document table is to be loaded or not.
isLocaleSpecified() - Method in class com.groupdocs.assembly.system.data.DataSet
 
isPrimaryKey() - Method in class com.groupdocs.assembly.system.data.UniqueConstraint
Gets a value indicating whether or not the constraint is on a primary key.
isReadOnly() - Method in class com.groupdocs.assembly.system.data.DataColumn
 
isUnique() - Method in class com.groupdocs.assembly.system.data.DataColumn
 
iterator() - Method in class com.groupdocs.assembly.DocumentTableCollection
Returns an enumerator to iterate DocumentTable objects of this collection.
iterator() - Method in class com.groupdocs.assembly.DocumentTableColumnCollection
Returns an enumerator to iterate DocumentTableColumn objects of this collection.
iterator() - Method in class com.groupdocs.assembly.DocumentTableRelationCollection
Returns an enumerator to iterate DocumentTableRelation objects of this collection.
iterator() - Method in class com.groupdocs.assembly.KnownTypeSet
Returns An Iterator object to iterate over items of the set.
iterator() - Method in class com.groupdocs.assembly.system.data.ConstraintCollection
 
iterator() - Method in class com.groupdocs.assembly.system.data.DataColumnCollection
 
iterator() - Method in class com.groupdocs.assembly.system.data.DataRelationCollection
 
iterator() - Method in class com.groupdocs.assembly.system.data.DataRowCollection
Gets an Iterator for this collection.
iterator() - Method in class com.groupdocs.assembly.system.data.DataTableCollection
 
iterator() - Method in class com.groupdocs.assembly.system.data.DataTableReader
Returns an enumerator that can be used to iterate through the item collection.

J

JsonDataLoadOptions - Class in com.groupdocs.assembly
Represents options for parsing JSON data.
JsonDataLoadOptions() - Constructor for class com.groupdocs.assembly.JsonDataLoadOptions
Initializes a new instance of this class with default options.
JsonDataSource - Class in com.groupdocs.assembly
Provides access to data of a JSON file or stream to be used while assembling a document.
JsonDataSource(String) - Constructor for class com.groupdocs.assembly.JsonDataSource
Creates a new data source with data from a JSON file using default options for parsing JSON data.
JsonDataSource(String, JsonDataLoadOptions) - Constructor for class com.groupdocs.assembly.JsonDataSource
Creates a new data source with data from a JSON file using the specified options for parsing JSON data.
JsonDataSource(InputStream) - Constructor for class com.groupdocs.assembly.JsonDataSource
Creates a new data source with data from a JSON stream using default options for parsing JSON data.
JsonDataSource(InputStream, JsonDataLoadOptions) - Constructor for class com.groupdocs.assembly.JsonDataSource
Initializes a new instance of this class.
JsonSimpleValueParseMode - Class in com.groupdocs.assembly
A utility class providing constants.

K

KnownTypeSet - Class in com.groupdocs.assembly
Represents an unordered set (that is, a collection of unique items) containing Class objects which fully or partially qualified names can be used within document templates to invoke the corresponding types' static members, perform type casts, etc.

L

length - Static variable in class com.groupdocs.assembly.DocumentAssemblyOptions
 
length - Static variable in class com.groupdocs.assembly.FileFormat
 
length - Static variable in class com.groupdocs.assembly.JsonSimpleValueParseMode
 
License - Class in com.groupdocs.assembly
Provides methods to license the component.
License() - Constructor for class com.groupdocs.assembly.License
Initializes a new instance of this class.
LoadSaveOptions - Class in com.groupdocs.assembly
Specifies additional options for loading and saving of a document to be assembled.
LoadSaveOptions() - Constructor for class com.groupdocs.assembly.LoadSaveOptions
Creates a new instance of this class without any properties specified.
LoadSaveOptions(int) - Constructor for class com.groupdocs.assembly.LoadSaveOptions
Creates a new instance of this class with the specified file format to save an assembled document to.
LOOSE - Static variable in class com.groupdocs.assembly.JsonSimpleValueParseMode
Specifies the mode where types of JSON simple values are determined upon parsing of their string representations.

M

MappingType - Class in com.groupdocs.assembly.system.data
A utility class providing constants.
MARKDOWN - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the Markdown format.
Metered - Class in com.groupdocs.assembly
Provides methods to work with metered licensing.
Metered() - Constructor for class com.groupdocs.assembly.Metered
Creates a new instance of this class.
MHTML - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the MHTML (Web archive) format.
MILLIMETER - Static variable in class com.groupdocs.assembly.system.drawing.GraphicsUnit
Specifies the millimeter as the unit of measure.
MODIFIED - Static variable in class com.groupdocs.assembly.system.data.DataRowState
Specifies that the row has been modified.
MSG_ASCII - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the Microsoft Outlook Message (MSG) format using ASCII character encoding.
MSG_UNICODE - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the Microsoft Outlook Message (MSG) format using Unicode character encoding.

N

newRow() - Method in class com.groupdocs.assembly.system.data.DataTable
Creates a new DataRow with the same schema as the table.
nextResult() - Method in class com.groupdocs.assembly.system.data.DataTableReader
Advances the DataTableReader to the next result set, if any.
nextResult() - Method in interface com.groupdocs.assembly.system.data.IDataReader
Advances the data reader to the next result, when reading the results of batch SQL statements.
NONE - Static variable in class com.groupdocs.assembly.DocumentAssemblyOptions
Specifies default options.

O

ODP - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the ODF Presentation format.
ODS - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the ODF Spreadsheet format.
ODT - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the ODF Text Document format.
onDataColumnDeleted(DataColumn) - Method in class com.groupdocs.assembly.system.data.DataTable
 
onDataColumnDeleted(DataColumn) - Method in interface com.groupdocs.assembly.system.data.DataTableEventListener
 
onDataColumnInserted(DataColumn) - Method in class com.groupdocs.assembly.system.data.DataTable
 
onDataColumnInserted(DataColumn) - Method in interface com.groupdocs.assembly.system.data.DataTableEventListener
 
onDataRowChanged(DataRow) - Method in class com.groupdocs.assembly.system.data.DataTable
 
onDataRowChanged(DataRow) - Method in interface com.groupdocs.assembly.system.data.DataTableEventListener
 
onDataRowDeleted(DataRow) - Method in class com.groupdocs.assembly.system.data.DataTable
 
onDataRowDeleted(DataRow) - Method in interface com.groupdocs.assembly.system.data.DataTableEventListener
 
onDataRowInserted(DataRow) - Method in class com.groupdocs.assembly.system.data.DataTable
 
onDataRowInserted(DataRow) - Method in interface com.groupdocs.assembly.system.data.DataTableEventListener
 
OPEN_XPS - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the OpenXPS (Ecma-388) format.
OTP - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the ODF Presentation Template format.
OTT - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the ODF Text Document Template format.
OverflowException - Exception in com.groupdocs.assembly.system
The exception that is thrown when an arithmetic, casting, or conversion operation in a checked context results in an overflow.
OverflowException() - Constructor for exception com.groupdocs.assembly.system.OverflowException
Initializes a new instance of the OverflowException class.
OverflowException(String) - Constructor for exception com.groupdocs.assembly.system.OverflowException
Initializes a new instance of the OverflowException class with a specified error message.
OverflowException(String, Throwable) - Constructor for exception com.groupdocs.assembly.system.OverflowException
Initializes a new instance of this class.

P

PCL - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the PCL (Printer Control Language) format.
PDF - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the PDF (Adobe Portable Document) format.
PIXEL - Static variable in class com.groupdocs.assembly.system.drawing.GraphicsUnit
Specifies a device pixel as the unit of measure.
POINT - Static variable in class com.groupdocs.assembly.system.drawing.GraphicsUnit
Specifies a printer's point (1/72 inch) as the unit of measure.
POT - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the Microsoft PowerPoint 97 - 2007 Binary Template format.
POTM - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the Office Open XML PresentationML Macro-Enabled Template format.
POTX - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the Office Open XML PresentationML Template (macro-free) format.
PPS - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the Microsoft PowerPoint 97 - 2007 Binary Slide Show format.
PPSM - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the Office Open XML PresentationML Macro-Enabled Slide Show format.
PPSX - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the Office Open XML PresentationML Slide Show (macro-free) format.
PPT - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the Microsoft PowerPoint 97 - 2007 Binary Presentation format.
PPTM - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the Office Open XML PresentationML Macro-Enabled Presentation format.
PPTX - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the Office Open XML PresentationML Presentation (macro-free) format.
PS - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the PS (PostScript) format.

R

read() - Method in class com.groupdocs.assembly.system.data.DataTableReader
Advances the DataTableReader to the next record.
read() - Method in interface com.groupdocs.assembly.system.data.IDataReader
Advances the IDataReader to the next record.
readFrom(ResultSet) - Method in class com.groupdocs.assembly.system.data.DataRow
Reads values from the ResultSet
readXml(InputStream, XmlReadMode) - Method in class com.groupdocs.assembly.system.data.DataSet
Reads XML schema and data into the DataSet using the specified InputStream and XmlReadMode.
readXml(InputStream) - Method in class com.groupdocs.assembly.system.data.DataSet
Reads XML schema and data into the DataSet using the specified InputStream.
readXml(String) - Method in class com.groupdocs.assembly.system.data.DataSet
Reads XML schema and data into the DataSet using the specified file.
readXml(String, XmlReadMode) - Method in class com.groupdocs.assembly.system.data.DataSet
Reads XML schema and data into the DataSet using the specified file and XmlReadMode.
readXmlSchema(InputStream) - Method in class com.groupdocs.assembly.system.data.DataSet
Reads the XML schema from the specified Stream into the DataSet.
readXmlSchema(String) - Method in class com.groupdocs.assembly.system.data.DataSet
Reads the XML schema from the specified file into the DataSet.
refresh() - Method in class com.groupdocs.assembly.system.data.DataTable
Reloads all the data from ResultSet if it is present.
remove(DocumentTableRelation) - Method in class com.groupdocs.assembly.DocumentTableRelationCollection
Removes the specified relation from the collection.
remove(Class) - Method in class com.groupdocs.assembly.KnownTypeSet
Removes the specified Class object from the set.
remove(Constraint) - Method in class com.groupdocs.assembly.system.data.ConstraintCollection
Removes the specified Constraint from the collection.
remove(String) - Method in class com.groupdocs.assembly.system.data.DataColumnCollection
Removes the DataColumn object that has the specified name from the collection.
remove(DataColumn) - Method in class com.groupdocs.assembly.system.data.DataColumnCollection
Removes the specified DataColumn object from the collection.
remove(int) - Method in class com.groupdocs.assembly.system.data.DataRow
 
REMOVE_EMPTY_PARAGRAPHS - Static variable in class com.groupdocs.assembly.DocumentAssemblyOptions
Specifies that the assembler should remove paragraphs becoming empty after template syntax tags are removed or replaced with empty values.
removeAt(int) - Method in class com.groupdocs.assembly.DocumentTableRelationCollection
Removes the relation at the specified index from the collection.
removeAt(int) - Method in class com.groupdocs.assembly.system.data.DataRelationCollection
Removes the relation at the specified index from the collection.
removeAt(int) - Method in class com.groupdocs.assembly.system.data.DataRowCollection
Removes the row at the specified index from the collection.
reset() - Method in class com.groupdocs.assembly.system.data.DataSet
Resets the DataSet to its original state.
RTF - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the RTF format.
Rule - Enum in com.groupdocs.assembly.system.data
A utility class providing constants.

S

set(int, Object) - Method in class com.groupdocs.assembly.system.data.DataRow
Sets the data stored in the column specified by index.
set(String, Object) - Method in class com.groupdocs.assembly.system.data.DataRow
Sets the data stored in the column specified by name.
set(DataColumn, Object) - Method in class com.groupdocs.assembly.system.data.DataRow
Sets the data stored in the specified DataColumn.
setAllowDBNull(boolean) - Method in class com.groupdocs.assembly.system.data.DataColumn
Sets a value that indicates whether null values are allowed in this column for rows that belong to the table.
setAlwaysGenerateRootObject(boolean) - Method in class com.groupdocs.assembly.JsonDataLoadOptions
Sets a flag indicating whether a generated data source will always contain an object for a JSON root element.
setAlwaysGenerateRootObject(boolean) - Method in class com.groupdocs.assembly.XmlDataLoadOptions
Sets a flag indicating whether a generated data source will always contain an object for an XML root element.
setAutoIncrement(boolean) - Method in class com.groupdocs.assembly.system.data.DataColumn
Sets a value that indicates whether the column automatically increments the value of the column for new rows added to the table.
setAutoIncrementSeed(long) - Method in class com.groupdocs.assembly.system.data.DataColumn
Sets the starting value for a column that has its DataColumn.getAutoIncrement() / DataColumn.setAutoIncrement(boolean) property set to true.
setAutoIncrementStep(long) - Method in class com.groupdocs.assembly.system.data.DataColumn
Sets the increment used by a column with its DataColumn.getAutoIncrement() / DataColumn.setAutoIncrement(boolean) property set to true.
setBaseXDimension(float) - Method in class com.groupdocs.assembly.BarcodeSettings
Sets a base x-dimension, that is, the smallest width of the unit of barcode bars and spaces.
setBaseYDimension(float) - Method in class com.groupdocs.assembly.BarcodeSettings
Sets a base y-dimension, that is, the smallest height of the unit of 2D barcode modules.
setCaption(String) - Method in class com.groupdocs.assembly.system.data.DataColumn
Sets the caption for the column.
setChildKeyConstraint(ForeignKeyConstraint) - Method in class com.groupdocs.assembly.system.data.DataRelation
 
setColumnMapping(int) - Method in class com.groupdocs.assembly.system.data.DataColumn
Sets the MappingType of the column.
setColumnName(String) - Method in class com.groupdocs.assembly.system.data.DataColumn
Sets the name of the column in the DataColumnCollection.
setCommentChar(char) - Method in class com.groupdocs.assembly.CsvDataLoadOptions
Sets the character that is used to comment lines of CSV data.
setConstraintName(String) - Method in class com.groupdocs.assembly.system.data.Constraint
The name of a constraint in the ConstraintCollection.
setDataSetName(String) - Method in class com.groupdocs.assembly.system.data.DataSet
Sets the name of the current DataSet.
setDataSource(Object) - Method in class com.groupdocs.assembly.DataSourceInfo
Sets the data source object.
setDataType(Class) - Method in class com.groupdocs.assembly.system.data.DataColumn
Sets the type of data stored in the column.
setDefaultValue(Object) - Method in class com.groupdocs.assembly.system.data.DataColumn
Sets the default value for the column when you are creating new rows.
setDelimiter(char) - Method in class com.groupdocs.assembly.CsvDataLoadOptions
Sets the character to be used as a column delimiter.
setEnforceConstraints(boolean) - Method in class com.groupdocs.assembly.system.data.DataSet
Sets a value indicating whether constraint rules are followed when attempting any update operation.
setEnforceConstraints(boolean) - Method in class com.groupdocs.assembly.system.data.DataTable
 
setExactDateTimeParseFormat(String) - Method in class com.groupdocs.assembly.JsonDataLoadOptions
Sets an exact format for parsing JSON date-time values while loading JSON.
setExactDateTimeParseFormats(Iterable) - Method in class com.groupdocs.assembly.JsonDataLoadOptions
Sets exact formats for parsing JSON date-time values while loading JSON.
setFirstRowContainsColumnNames(boolean) - Method in class com.groupdocs.assembly.DocumentTableOptions
Sets a value indicating whether column names are to be obtained from the first extracted row of a document table.
setGraphicsUnit(int) - Method in class com.groupdocs.assembly.BarcodeSettings
setItemArray(Object[]) - Method in class com.groupdocs.assembly.system.data.DataRow
Sets all the values for this row through an array.
setLicense(String) - Method in class com.groupdocs.assembly.License
Licenses the component.
setLicense(InputStream) - Method in class com.groupdocs.assembly.License
Licenses the component.
setLocale(Locale) - Method in class com.groupdocs.assembly.system.data.DataSet
Sets the locale information used to compare strings within the table.
setMaxColumnIndex(int) - Method in class com.groupdocs.assembly.DocumentTableOptions
Sets the largest zero-based index of a column to be extracted from a document table.
setMaxLength(int) - Method in class com.groupdocs.assembly.system.data.DataColumn
Sets the maximum length of a text column.
setMaxRowIndex(int) - Method in class com.groupdocs.assembly.DocumentTableOptions
Sets the largest zero-based index of a row to be extracted from a document table.
setMeteredKey(String, String) - Method in class com.groupdocs.assembly.Metered
Enables metered licensing for the component by specifying appropriate public and private metered keys.
setMinColumnIndex(int) - Method in class com.groupdocs.assembly.DocumentTableOptions
Sets the smallest zero-based index of a column to be extracted from a document table.
setMinRowIndex(int) - Method in class com.groupdocs.assembly.DocumentTableOptions
Sets the smallest zero-based index of a row to be extracted from a document table.
setName(String) - Method in class com.groupdocs.assembly.DataSourceInfo
Sets the name of the data source object to be used to access the data source object in a template document.
setName(String) - Method in class com.groupdocs.assembly.DocumentTable
Sets the name of this table used to access the table's data in a template document passed to DocumentAssembler.
setName(String) - Method in class com.groupdocs.assembly.DocumentTableColumn
Sets the name of this column used to access the column's data in a template document passed to DocumentAssembler.
setNamespace(String) - Method in class com.groupdocs.assembly.system.data.DataColumn
Sets the namespace of the DataColumn.
setNamespace(String) - Method in class com.groupdocs.assembly.system.data.DataTable
Sets the namespace for the XML representation of the data stored in the DataTable.
setNested(boolean) - Method in class com.groupdocs.assembly.system.data.DataRelation
Sets a value that indicates whether DataRelation objects are nested.
setOptions(int) - Method in class com.groupdocs.assembly.DocumentAssembler
Sets a set of flags controlling behavior of this DocumentAssembler instance while assembling a document.
setOptions(DocumentTableOptions) - Method in class com.groupdocs.assembly.DocumentTableLoadArgs
Sets DocumentTableOptions to be used while loading the corresponding document table.
setOrdinal(int) - Method in class com.groupdocs.assembly.system.data.DataColumn
Changes the ordinal or position of the DataColumn to the specified ordinal or position.
setOriginalValue(String, Object) - Method in class com.groupdocs.assembly.system.data.DataRow
 
setParentKeyConstraint(UniqueConstraint) - Method in class com.groupdocs.assembly.system.data.DataRelation
 
setPrefix(String) - Method in class com.groupdocs.assembly.system.data.DataColumn
Sets an XML prefix that aliases the namespace of the DataTable.
setPrimaryKey(DataColumn[]) - Method in class com.groupdocs.assembly.system.data.DataTable
Sets an array of columns that function as primary keys for the data table.
setQuoteChar(char) - Method in class com.groupdocs.assembly.CsvDataLoadOptions
Sets the character that is used to quote field values.
setReadOnly(boolean) - Method in class com.groupdocs.assembly.system.data.DataColumn
Sets a value that indicates whether the column allows for changes as soon as a row has been added to the table.
setResourceLoadBaseUri(String) - Method in class com.groupdocs.assembly.LoadSaveOptions
Sets a base URI to resolve external resource files' relative URIs to absolute ones while loading an HTML template document to be assembled and saved to a non-HTML format.
setResourceSaveFolder(String) - Method in class com.groupdocs.assembly.LoadSaveOptions
Sets a path to a folder to store external resource files while an assembled document loaded from a non-HTML format is being saved to HTML.
setRowState(int) - Method in class com.groupdocs.assembly.system.data.DataRow
 
setSaveFormat(int) - Method in class com.groupdocs.assembly.LoadSaveOptions
Sets a file format to save an assembled document to.
setSimpleValueParseMode(int) - Method in class com.groupdocs.assembly.JsonDataLoadOptions
Sets a mode for parsing JSON simple values (null, boolean, number, integer, and string) while loading JSON.
setTableName(String) - Method in class com.groupdocs.assembly.system.data.DataTable
Sets the name of the DataTable.
setType(Class) - Method in class com.groupdocs.assembly.DocumentTableColumn
Sets the type of cell values in this column.
setUnique(boolean) - Method in class com.groupdocs.assembly.system.data.DataColumn
Sets a value that indicates whether the values in each row of the column must be unique.
setUseAutoCorrection(boolean) - Method in class com.groupdocs.assembly.BarcodeSettings
Sets a value indicating whether an invalid barcode value should be corrected automatically (if possible) to fit the barcode's specification or an exception should be thrown to indicate the error.
setUseReflectionOptimization(boolean) - Static method in class com.groupdocs.assembly.DocumentAssembler
Sets a value indicating whether invocations of custom type members performed via reflection API are optimized using dynamic class generation or not.
SIMPLE_CONTENT - Static variable in class com.groupdocs.assembly.system.data.MappingType
The column is mapped to a text node.
SPREADSHEET_ML - Static variable in class com.groupdocs.assembly.FileFormat
 
STRICT - Static variable in class com.groupdocs.assembly.JsonSimpleValueParseMode
Specifies the mode where types of JSON simple values are determined from JSON notation itself.
SVG - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the SVG (Scalable Vector Graphics) format.

T

TEXT - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the plain text format.
TIFF - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the TIFF format.
toString(int) - Static method in class com.groupdocs.assembly.DocumentAssemblyOptions
 
toString(int) - Static method in class com.groupdocs.assembly.FileFormat
 
toString(int) - Static method in class com.groupdocs.assembly.JsonSimpleValueParseMode
 
toString() - Method in class com.groupdocs.assembly.system.data.DataColumn
Gets the DataColumn.getExpression() of the column, if one exists.
toString() - Method in class com.groupdocs.assembly.system.data.DataRow
 
toString() - Method in class com.groupdocs.assembly.system.data.DBNull
 

U

UNCHANGED - Static variable in class com.groupdocs.assembly.system.data.DataRowState
Specifies that the row has not changed.
UniqueConstraint - Class in com.groupdocs.assembly.system.data
Represents a restriction on a set of columns in which all values must be unique.
UniqueConstraint(String, DataColumn[], boolean) - Constructor for class com.groupdocs.assembly.system.data.UniqueConstraint
Initializes a new instance of the UniqueConstraint class with the specified name, an array of DataColumn objects to constrain, and a value specifying whether the constraint is a primary key.
UniqueConstraint(DataColumn[], boolean) - Constructor for class com.groupdocs.assembly.system.data.UniqueConstraint
Initializes a new instance of the UniqueConstraint class with an array of DataColumn objects to constrain, and a value specifying whether the constraint is a primary key.
UniqueConstraint(DataColumn[]) - Constructor for class com.groupdocs.assembly.system.data.UniqueConstraint
Initializes a new instance of the UniqueConstraint class with the given array of DataColumn objects.
UniqueConstraint(DataColumn) - Constructor for class com.groupdocs.assembly.system.data.UniqueConstraint
Initializes a new instance of the UniqueConstraint class with the specified DataColumn.
UNSPECIFIED - Static variable in class com.groupdocs.assembly.FileFormat
Specifies an unset value.
UPDATE_FIELDS_AND_FORMULAS - Static variable in class com.groupdocs.assembly.DocumentAssemblyOptions
Specifies that fields of result Word Processing documents and formulas of result Spreadsheet documents should be updated by the assembler.
USE_SPREADSHEET_DATA_TYPES - Static variable in class com.groupdocs.assembly.DocumentAssemblyOptions
Relates to Spreadsheet documents only.

V

Value - Static variable in class com.groupdocs.assembly.system.data.DBNull
 
valueOf(String) - Static method in enum com.groupdocs.assembly.system.data.Rule
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.groupdocs.assembly.system.data.XmlReadMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.groupdocs.assembly.system.data.Rule
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.groupdocs.assembly.system.data.XmlReadMode
Returns an array containing the constants of this enum type, in the order they are declared.

W

WORD_ML - Static variable in class com.groupdocs.assembly.FileFormat
 
WORLD - Static variable in class com.groupdocs.assembly.system.drawing.GraphicsUnit
Specifies the world coordinate system unit as the unit of measure.

X

XAML - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the Extensible Application Markup Language (XAML) format.
XAML_PACKAGE - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the Extensible Application Markup Language (XAML) package format.
XLAM - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the Office Open XML SpreadsheetML Macro-Enabled Add-in format.
XLS - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the Microsoft Excel 97 - 2007 Binary Workbook format.
XLSB - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the Microsoft Excel 2007 Macro-Enabled Binary File format.
XLSM - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the Office Open XML SpreadsheetML Macro-Enabled Workbook format.
XLSX - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the Office Open XML SpreadsheetML Workbook (macro-free) format.
XLT - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the Microsoft Excel 97 - 2007 Binary Template format.
XLTM - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the Office Open XML SpreadsheetML Macro-Enabled Template format.
XLTX - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the Office Open XML SpreadsheetML Template (macro-free) format.
XML - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the XML format of a general form.
XmlDataLoadOptions - Class in com.groupdocs.assembly
Represents options for XML data loading.
XmlDataLoadOptions() - Constructor for class com.groupdocs.assembly.XmlDataLoadOptions
Initializes a new instance of this class with default options.
XmlDataSource - Class in com.groupdocs.assembly
Provides access to data of an XML file or stream to be used while assembling a document.
XmlDataSource(String) - Constructor for class com.groupdocs.assembly.XmlDataSource
Creates a new data source with data from an XML file using default options for XML data loading.
XmlDataSource(InputStream) - Constructor for class com.groupdocs.assembly.XmlDataSource
Creates a new data source with data from an XML stream using default options for XML data loading.
XmlDataSource(String, String) - Constructor for class com.groupdocs.assembly.XmlDataSource
Creates a new data source with data from an XML file using an XML Schema Definition file.
XmlDataSource(InputStream, InputStream) - Constructor for class com.groupdocs.assembly.XmlDataSource
Creates a new data source with data from an XML stream using an XML Schema Definition stream.
XmlDataSource(String, XmlDataLoadOptions) - Constructor for class com.groupdocs.assembly.XmlDataSource
Creates a new data source with data from an XML file using the specified options for XML data loading.
XmlDataSource(InputStream, XmlDataLoadOptions) - Constructor for class com.groupdocs.assembly.XmlDataSource
Initializes a new instance of this class.
XmlDataSource(String, String, XmlDataLoadOptions) - Constructor for class com.groupdocs.assembly.XmlDataSource
Creates a new data source with data from an XML file using an XML Schema Definition file.
XmlDataSource(InputStream, InputStream, XmlDataLoadOptions) - Constructor for class com.groupdocs.assembly.XmlDataSource
Initializes a new instance of this class.
XmlReadMode - Enum in com.groupdocs.assembly.system.data
A utility class providing constants.
XPS - Static variable in class com.groupdocs.assembly.FileFormat
Specifies the XPS (XML Paper Specification) format.
A B C D E F G H I J K L M N O P R S T U V W X 
Skip navigation links

See Also:
           GroupDocs.Assembly for Java Documentation - the home page for the GroupDocs.Assembly for Java Product Documentation.
           GroupDocs.Assembly for Java Support Forum - our preferred method of support.


© 2001-2023 Aspose Pty Ltd. All rights reserved.