OXMLWorkBook_RU Class [AX 2012]
The OXMLWorkBook_RU class is a wrapper for the Open XML SDK workbook class.
| Method | Description | |
|---|---|---|
| addDefinedName | Adds a new defined name to the workbook. |
| addSharedStringItem | Adds a shared string item to the shared string table. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| definedNames | Returns a map that holds data about the defined names in this workbook |
| deletePageBreak | Deletes a page break after the specified row of the specified worksheet. |
| deleteRow | Deletes a row from the worksheet. |
| deleteWorkSheet | Deletes a worksheet from the workbook. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getCellXfById | Finds a cellXf (format) element of the style sheet, based on its index. |
| getFontByIdx | Returns a font object, based on its index. |
| getMaximumDigitWidth | Calculates the maximum digit width for the "normal" font of this workbook. |
| getNamedRangeFont | Returns the font that is used for the specified named range. |
| getNamedRangeHeightFixed | Measures the fixed height of a range (row). |
| getNamedRangeHeightWrapped | Measures the height of a rectangle that has a fixed width, which should be specified for the value to fit into it. |
| getNamedRangeWidth | Returns the width of the defined name range. |
| getPageHeight | Gets the height of a page for the worksheet, based on the specified paper size. |
| getSharedStringIdx | Gets an index string in the shared string table, and adds the index string to the shared string table if it is not found. |
| getSharedStringValue | Returns the value of the shared string table by a given index. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getValue | Gets the value of the specified cell. |
| getWorksheet | Returns a worksheet, based on its ID or name. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initDefinedNamesMap | Initializes a map that holds data about the defined names. |
| initGraphics | Initializes a graphics object. |
| initSharedStringTablePart | Initializes a map that holds strings that appear in the workbook. |
| initWorksheets | Initializes a map that holds the indexes of the worksheets and the OXMLWorksheet_RU object. |
| insertPageBreak | Adds a page break. |
| insertRow | Copies a row. |
| insertRows | Copies rows from one worksheet to another. |
| insertRowsByBookmark | Copies rows from the template to the resulting document when you are working in template mode. |
| insertSheet | Inserts a worksheet into the workbook. |
| insertValue | Inserts a value into the specified cell. |
| isCellHeightOverflow | Determines whether the string value that is pasted into the given range will overflow the range height, if the range width is fixed and text wrapping is enabled. |
| maximumDigitWidth | Returns the value of the maximum width for digits from 0 to 9 for the "normal" font, and initializes this if it is not already initialized. |
| new | Creates new instance of the OXMLWorkbook_RU class. |
| normalFont | Gets the font object that corresponds to the "normal" font for this document. |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmSaveColumnWidth | Gets or sets the value that indicates whether column width values should be saved back to the Excel document. |
| parmTemplateMode | Gets or sets the TemplateMode parameter. |
| parseBookmark | Parses a bookmark. |
| save | Writes the data of the current workbook back into the document. |
| saveDefinedNames | Saves the defined names map back into the document (workbook). |
| setNamedRangeFontSize | Sets the font size for the specified named range. |
| setPrintArea | Sets the print area for the worksheet. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| setWorkSheetName | Changes the worksheet name. |
| setWorksheetSpans | Sets the value of the spans attribute for the specified worksheet. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| workbookPart | Is an accessor method to the workbook part object of the current worksheet. |
| worksheets | Returns a map that holds references to the worksheets in this workbook. |
| worksheetWithNameExists | Checks whether a worksheet that has the specified name exists in the current workbook. |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the OXMLWorkBook_RU class. |
Community Additions
ADD
Show: