- 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
-
- close() - Method in class com.groupdocs.assembly.system.data.DataView
-
- close() - Method in interface com.groupdocs.assembly.system.data.IDataReader
-
- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- DataRelationCollection - Class in com.groupdocs.assembly.system.data
-
- DataRow - Class in com.groupdocs.assembly.system.data
-
- 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
-
- DataTableReader(DataTable[]) - Constructor for class com.groupdocs.assembly.system.data.DataTableReader
-
- 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
-
- 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
-
- DELETED - Static variable in class com.groupdocs.assembly.system.data.DataRowState
-
- DETACHED - Static variable in class com.groupdocs.assembly.system.data.DataRowState
-
- 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
-
- 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
-
- DocumentTable(InputStream, int, DocumentTableOptions) - Constructor for class com.groupdocs.assembly.DocumentTable
-
Creates a new instance of this class.
- DocumentTableCollection - Class in com.groupdocs.assembly
-
- DocumentTableColumn - Class in com.groupdocs.assembly
-
- DocumentTableColumnCollection - Class in com.groupdocs.assembly
-
- 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
-
- 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.
- 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
-
- get(String) - Method in class com.groupdocs.assembly.DocumentTableColumnCollection
-
- get(int) - Method in class com.groupdocs.assembly.DocumentTableRelationCollection
-
- 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
-
- get(int) - Method in class com.groupdocs.assembly.system.data.DataRelationCollection
-
- 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
-
- 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
-
- getAutoIncrementStep() - Method in class com.groupdocs.assembly.system.data.DataColumn
-
- 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
-
- 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
-
- 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
-
- getColumnName() - Method in class com.groupdocs.assembly.system.data.DataColumn
-
- 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
-
- 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
-
- getCount() - Method in class com.groupdocs.assembly.DocumentTableRelationCollection
-
- 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
-
- 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
-
- 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
-
- 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
-
- getNamespace() - Method in class com.groupdocs.assembly.system.data.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
-
- getOrdinal() - Method in class com.groupdocs.assembly.system.data.DataColumn
-
- 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
-
- getParentKey() - Method in class com.groupdocs.assembly.system.data.DataRelation
-
- getParentKeyConstraint() - Method in class com.groupdocs.assembly.system.data.DataRelation
-
- 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
-
- getParentRows(DataRelation) - Method in class com.groupdocs.assembly.system.data.DataRow
-
- getParentTable() - Method in class com.groupdocs.assembly.system.data.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
-
- 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
-
- 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
-
- getSchemaTable() - Method in interface com.groupdocs.assembly.system.data.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
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- isClosed() - Method in class com.groupdocs.assembly.system.data.DataTableReader
-
- 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
-
- iterator() - Method in class com.groupdocs.assembly.DocumentTableRelationCollection
-
- 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.
- 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
-
- 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
-
- setAutoIncrementStep(long) - Method in class com.groupdocs.assembly.system.data.DataColumn
-
- 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
-
- setColumnName(String) - Method in class com.groupdocs.assembly.system.data.DataColumn
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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.