Changelog
The list of changes for Office JavaScript API.
Version 8.2
Range methods
- Added the ApiRange/GetEndPage method to Text document API.
- Added the ApiRange/GetStartPage method to Text document API.
- Added the ApiRange/GetEndPos method to Text document API.
- Added the ApiRange/GetStartPos method to Text document API.
- Added the ApiRange/GetTextPr method to Text document API.
- Added the ApiRange/SetEndPos method to Text document API.
- Added the ApiRange/SetStartPos method to Text document API.
Document methods
- Added the ApiDocument/AddComment method to Text document API.
- Added the ApiDocument/AddMathEquation method to Text document API.
- Added the ApiDocument/GetCurrentSentence method to Text document API.
- Added the ApiDocument/GetCurrentWord method to Text document API.
- Added the ApiDocument/ReplaceCurrentSentence method to Text document API.
- Added the ApiDocument/ReplaceCurrentWord method to Text document API.
- Added the ApiDocument/SelectCurrentWord method to Text document API.
- Added the ApiDocument/UpdateAllFields method to Text document API.
Pivot tables methods
- Added the Api/GetAllPivotTables method to Spreadsheet API.
- Added the Api/GetPivotByName method to Spreadsheet API.
- Added the Api/InsertPivotExistingWorksheet method to Spreadsheet API.
- Added the Api/InsertPivotNewWorksheet method to Spreadsheet API.
- Added the Api/RefreshAllPivots method to Spreadsheet API.
- Added the ApiPivotDataField class to Spreadsheet API.
- Added the ApiPivotDataField/GetCaption method to Spreadsheet API.
- Added the ApiPivotDataField/GetFunction method to Spreadsheet API.
- Added the ApiPivotDataField/GetIndex method to Spreadsheet API.
- Added the ApiPivotDataField/GetName method to Spreadsheet API.
- Added the ApiPivotDataField/GetNumberFormat method to Spreadsheet API.
- Added the ApiPivotDataField/GetOrientation method to Spreadsheet API.
- Added the ApiPivotDataField/GetPivotField method to Spreadsheet API.
- Added the ApiPivotDataField/GetPosition method to Spreadsheet API.
- Added the ApiPivotDataField/GetValue method to Spreadsheet API.
- Added the ApiPivotDataField/Move method to Spreadsheet API.
- Added the ApiPivotDataField/Remove method to Spreadsheet API.
- Added the ApiPivotDataField/SetCaption method to Spreadsheet API.
- Added the ApiPivotDataField/SetFunction method to Spreadsheet API.
- Added the ApiPivotDataField/SetName method to Spreadsheet API.
- Added the ApiPivotDataField/SetNumberFormat method to Spreadsheet API.
- Added the ApiPivotDataField/SetPosition method to Spreadsheet API.
- Added the ApiPivotDataField/SetValue method to Spreadsheet API.
- Added the ApiPivotField class to Spreadsheet API.
- Added the ApiPivotField/ClearAllFilters method to Spreadsheet API.
- Added the ApiPivotField/ClearLabelFilters method to Spreadsheet API.
- Added the ApiPivotField/ClearManualFilters method to Spreadsheet API.
- Added the ApiPivotField/ClearValueFilters method to Spreadsheet API.
- Added the ApiPivotField/GetCaption method to Spreadsheet API.
- Added the ApiPivotField/GetCurrentPage method to Spreadsheet API.
- Added the ApiPivotField/GetDragToColumn method to Spreadsheet API.
- Added the ApiPivotField/GetDragToData method to Spreadsheet API.
- Added the ApiPivotField/GetDragToPage method to Spreadsheet API.
- Added the ApiPivotField/GetDragToRow method to Spreadsheet API.
- Added the ApiPivotField/GetFunction method to Spreadsheet API.
- Added the ApiPivotField/GetIndex method to Spreadsheet API.
- Added the ApiPivotField/GetLayoutBlankLine method to Spreadsheet API.
- Added the ApiPivotField/GetLayoutCompactRow method to Spreadsheet API.
- Added the ApiPivotField/GetLayoutForm method to Spreadsheet API.
- Added the ApiPivotField/GetLayoutPageBreak method to Spreadsheet API.
- Added the ApiPivotField/GetLayoutSubtotals method to Spreadsheet API.
- Added the ApiPivotField/GetLayoutSubtotalLocation method to Spreadsheet API.
- Added the ApiPivotField/GetName method to Spreadsheet API.
- Added the ApiPivotField/GetNumberFormat method to Spreadsheet API.
- Added the ApiPivotField/GetOrientation method to Spreadsheet API.
- Added the ApiPivotField/GetParent method to Spreadsheet API.
- Added the ApiPivotField/GetPivotItems method to Spreadsheet API.
- Added the ApiPivotField/GetPosition method to Spreadsheet API.
- Added the ApiPivotField/GetRepeatLabels method to Spreadsheet API.
- Added the ApiPivotField/GetShowAllItems method to Spreadsheet API.
- Added the ApiPivotField/GetShowingInAxis method to Spreadsheet API.
- Added the ApiPivotField/GetSourceName method to Spreadsheet API.
- Added the ApiPivotField/GetSubtotalName method to Spreadsheet API.
- Added the ApiPivotField/GetSubtotals method to Spreadsheet API.
- Added the ApiPivotField/GetTable method to Spreadsheet API.
- Added the ApiPivotField/GetValue method to Spreadsheet API.
- Added the ApiPivotField/Move method to Spreadsheet API.
- Added the ApiPivotField/Remove method to Spreadsheet API.
- Added the ApiPivotField/SetCaption method to Spreadsheet API.
- Added the ApiPivotField/SetDragToColumn method to Spreadsheet API.
- Added the ApiPivotField/SetDragToData method to Spreadsheet API.
- Added the ApiPivotField/SetDragToPage method to Spreadsheet API.
- Added the ApiPivotField/SetDragToRow method to Spreadsheet API.
- Added the ApiPivotField/SetFunction method to Spreadsheet API.
- Added the ApiPivotField/SetLayoutBlankLine method to Spreadsheet API.
- Added the ApiPivotField/SetLayoutCompactRow method to Spreadsheet API.
- Added the ApiPivotField/SetLayoutForm method to Spreadsheet API.
- Added the ApiPivotField/SetLayoutPageBreak method to Spreadsheet API.
- Added the ApiPivotField/SetLayoutSubtotals method to Spreadsheet API.
- Added the ApiPivotField/SetLayoutSubtotalLocation method to Spreadsheet API.
- Added the ApiPivotField/SetName method to Spreadsheet API.
- Added the ApiPivotField/SetNumberFormat method to Spreadsheet API.
- Added the ApiPivotField/SetOrientation method to Spreadsheet API.
- Added the ApiPivotField/SetPosition method to Spreadsheet API.
- Added the ApiPivotField/SetRepeatLabels method to Spreadsheet API.
- Added the ApiPivotField/SetShowAllItems method to Spreadsheet API.
- Added the ApiPivotField/SetSubtotalName method to Spreadsheet API.
- Added the ApiPivotField/SetSubtotals method to Spreadsheet API.
- Added the ApiPivotField/SetValue method to Spreadsheet API.
- Added the ApiPivotItem class to Spreadsheet API.
- Added the ApiPivotItem/GetCaption method to Spreadsheet API.
- Added the ApiPivotItem/GetName method to Spreadsheet API.
- Added the ApiPivotItem/GetParent method to Spreadsheet API.
- Added the ApiPivotItem/GetValue method to Spreadsheet API.
- Added the ApiPivotTable class to Spreadsheet API.
- Added the ApiPivotTable/AddDataField method to Spreadsheet API.
- Added the ApiPivotTable/AddFields method to Spreadsheet API.
- Added the ApiPivotTable/ClearAllFilters method to Spreadsheet API.
- Added the ApiPivotTable/ClearTable method to Spreadsheet API.
- Added the ApiPivotTable/GetColumnFields method to Spreadsheet API.
- Added the ApiPivotTable/GetColumnGrand method to Spreadsheet API.
- Added the ApiPivotTable/GetColumnRange method to Spreadsheet API.
- Added the ApiPivotTable/GetData method to Spreadsheet API.
- Added the ApiPivotTable/GetDataBodyRange method to Spreadsheet API.
- Added the ApiPivotTable/GetDataFields method to Spreadsheet API.
- Added the ApiPivotTable/GetDescription method to Spreadsheet API.
- Added the ApiPivotTable/GetDisplayFieldCaptions method to Spreadsheet API.
- Added the ApiPivotTable/GetDisplayFieldsInReportFilterArea method to Spreadsheet API.
- Added the ApiPivotTable/GetGrandTotalName method to Spreadsheet API.
- Added the ApiPivotTable/GetHiddenFields method to Spreadsheet API.
- Added the ApiPivotTable/GetName method to Spreadsheet API.
- Added the ApiPivotTable/GetPageFields method to Spreadsheet API.
- Added the ApiPivotTable/GetParent method to Spreadsheet API.
- Added the ApiPivotTable/GetPivotData method to Spreadsheet API.
- Added the ApiPivotTable/GetPivotFields method to Spreadsheet API.
- Added the ApiPivotTable/GetRowFields method to Spreadsheet API.
- Added the ApiPivotTable/GetRowGrand method to Spreadsheet API.
- Added the ApiPivotTable/GetRowRange method to Spreadsheet API.
- Added the ApiPivotTable/GetSource method to Spreadsheet API.
- Added the ApiPivotTable/GetStyleName method to Spreadsheet API.
- Added the ApiPivotTable/GetTableRange1 method to Spreadsheet API.
- Added the ApiPivotTable/GetTableRange2 method to Spreadsheet API.
- Added the ApiPivotTable/GetTableStyleColumnHeaders method to Spreadsheet API.
- Added the ApiPivotTable/GetTableStyleColumnStripes method to Spreadsheet API.
- Added the ApiPivotTable/GetTableStyleRowHeaders method to Spreadsheet API.
- Added the ApiPivotTable/GetTableStyleRowStripes method to Spreadsheet API.
- Added the ApiPivotTable/GetTitle method to Spreadsheet API.
- Added the ApiPivotTable/GetVisibleFields method to Spreadsheet API.
- Added the ApiPivotTable/MoveField method to Spreadsheet API.
- Added the ApiPivotTable/PivotValueCell method to Spreadsheet API.
- Added the ApiPivotTable/RefreshTable method to Spreadsheet API.
- Added the ApiPivotTable/RemoveField method to Spreadsheet API.
- Added the ApiPivotTable/Select method to Spreadsheet API.
- Added the ApiPivotTable/SetColumnGrand method to Spreadsheet API.
- Added the ApiPivotTable/SetDescription method to Spreadsheet API.
- Added the ApiPivotTable/SetDisplayFieldCaptions method to Spreadsheet API.
- Added the ApiPivotTable/SetDisplayFieldsInReportFilterArea method to Spreadsheet API.
- Added the ApiPivotTable/SetGrandTotalName method to Spreadsheet API.
- Added the ApiPivotTable/SetLayoutBlankLine method to Spreadsheet API.
- Added the ApiPivotTable/SetLayoutSubtotals method to Spreadsheet API.
- Added the ApiPivotTable/SetName method to Spreadsheet API.
- Added the ApiPivotTable/SetRepeatAllLabels method to Spreadsheet API.
- Added the ApiPivotTable/SetRowAxisLayout method to Spreadsheet API.
- Added the ApiPivotTable/SetRowGrand method to Spreadsheet API.
- Added the ApiPivotTable/SetSource method to Spreadsheet API.
- Added the ApiPivotTable/SetStyleName method to Spreadsheet API.
- Added the ApiPivotTable/SetSubtotalLocation method to Spreadsheet API.
- Added the ApiPivotTable/SetTableStyleColumnHeaders method to Spreadsheet API.
- Added the ApiPivotTable/SetTableStyleColumnStripes method to Spreadsheet API.
- Added the ApiPivotTable/SetTableStyleRowHeaders method to Spreadsheet API.
- Added the ApiPivotTable/SetTableStyleRowStripes method to Spreadsheet API.
- Added the ApiPivotTable/SetTitle method to Spreadsheet API.
- Added the ApiPivotTable/ShowDetails method to Spreadsheet API.
- Added the ApiPivotTable/Update method to Spreadsheet API.
- Added the ApiRange/GetPivotTable method to Spreadsheet API.
- Added the ApiWorksheet/GetAllPivotTables method to Spreadsheet API.
- Added the ApiWorksheet/GetPivotByName method to Spreadsheet API.
- Added the ApiWorksheet/RefreshAllPivots method to Spreadsheet API.
- Added the PivotTable property to the ApiRange object of Spreadsheet API.
- Added the PivotTables property to the Api object of Spreadsheet API.
- Added the PivotTables property to the ApiWorksheet object of Spreadsheet API.
- Added the DataConsolidateFunctionType type to the simple type definitions.
- Added the FieldsInReportFilterType type to the simple type definitions.
- Added the LayoutSubtotalLocationType type to the simple type definitions.
- Added the PivotFieldOrientationType type to the simple type definitions.
- Added the PivotFieldSubtotals type to the simple type definitions.
- Added the PivotLayoutType type to the simple type definitions.
- Added the PivotMoveFieldType type to the simple type definitions.
Placeholder methods
- Added the ApiLayout/GetDrawingsByPlaceholderType method to Presentation API.
- Added the ApiMaster/GetDrawingsByPlaceholderType method to Presentation API.
- Added the ApiPlaceholder/GetIndex method to Presentation API.
- Added the ApiPlaceholder/GetType method to Presentation API.
- Added the ApiPlaceholder/SetIndex method to Presentation API.
- Added the ApiSlide/GetDrawingsByPlaceholderType method to Presentation API.
- Added the PlaceholderType type to the simple type definitions.
Other methods
- Added the ApiParaPr/GetOutlineLvl method to Text document API.
- Added the ApiParaPr/SetOutlineLvl method to Text document API.
- Added the ApiRun/MoveCursorToPos method to Text document API.
- Added the ApiSection/GetType method to Text document API.
- Added the Api/AddCustomFunctionLibrary method to Spreadsheet API.
- Added the ApiParaPr/GetOutlineLvl method to Spreadsheet API.
- Added the ApiParaPr/SetOutlineLvl method to Spreadsheet API.
- Added the ApiDrawing/Select method to Presentation API.
- Added the ApiParaPr/GetOutlineLvl method to Presentation API.
- Added the ApiParaPr/SetOutlineLvl method to Presentation API.
- Added the tag property to the FormPrBase object.
- Added the ReviewedElement property to the ReviewReportRecord object.
- Added the DeleteShiftDirection type to the simple type definitions.
- Added the Drawing type to the simple type definitions.
Version 8.1
Date form methods
- Added the ApiDateForm class to Text document API.
- Added the Api/CreateDateForm method to Form API.
- Added the ApiDateForm/Clear method to Text document API.
- Added the ApiDateForm/Copy method to Text document API.
- Added the ApiDateForm/GetClassType method to Text document API.
- Added the ApiDateForm/GetFormat method to Text document API.
- Added the ApiDateForm/GetFormKey method to Text document API.
- Added the ApiDateForm/GetFormType method to Text document API.
- Added the ApiDateForm/GetLanguage method to Text document API.
- Added the ApiDateForm/GetText method to Text document API.
- Added the ApiDateForm/GetTextPr method to Text document API.
- Added the ApiDateForm/GetTime method to Text document API.
- Added the ApiDateForm/GetTipText method to Text document API.
- Added the ApiDateForm/GetWrapperShape method to Text document API.
- Added the ApiDateForm/IsFixed method to Text document API.
- Added the ApiDateForm/IsRequired method to Text document API.
- Added the ApiDateForm/SetBackgroundColor method to Text document API.
- Added the ApiDateForm/SetBorderColor method to Text document API.
- Added the ApiDateForm/SetFormat method to Text document API.
- Added the ApiDateForm/SetFormKey method to Text document API.
- Added the ApiDateForm/SetLanguage method to Text document API.
- Added the ApiDateForm/SetPlaceholderText method to Text document API.
- Added the ApiDateForm/SetRequired method to Text document API.
- Added the ApiDateForm/SetTextPr method to Text document API.
- Added the ApiDateForm/SetTime method to Text document API.
- Added the ApiDateForm/SetTipText method to Text document API.
- Added the ApiDateForm/ToFixed method to Text document API.
- Added the DateFormPr type to the simple type definitions.
- Added the DateFormPrBase type to the simple type definitions.
Methods for setting text properties
- Added the ApiTextPr/GetBold method to Text document API.
- Added the ApiTextPr/GetCaps method to Text document API.
- Added the ApiTextPr/GetColor method to Text document API.
- Added the ApiTextPr/GetDoubleStrikeout method to Text document API.
- Added the ApiTextPr/GetFontFamily method to Text document API.
- Added the ApiTextPr/GetFontSize method to Text document API.
- Added the ApiTextPr/GetHighlight method to Text document API.
- Added the ApiTextPr/GetItalic method to Text document API.
- Added the ApiTextPr/GetLanguage method to Text document API.
- Added the ApiTextPr/GetPosition method to Text document API.
- Added the ApiTextPr/GetShd method to Text document API.
- Added the ApiTextPr/GetSmallCaps method to Text document API.
- Added the ApiTextPr/GetSpacing method to Text document API.
- Added the ApiTextPr/GetStrikeout method to Text document API.
- Added the ApiTextPr/GetStyle method to Text document API.
- Added the ApiTextPr/GetUnderline method to Text document API.
- Added the ApiTextPr/GetVertAlign method to Text document API.
- Added the ApiTextPr/GetBold method to Spreadsheet API.
- Added the ApiTextPr/GetCaps method to Spreadsheet API.
- Added the ApiTextPr/GetDoubleStrikeout method to Spreadsheet API.
- Added the ApiTextPr/GetFill method to Spreadsheet API.
- Added the ApiTextPr/GetFontFamily method to Spreadsheet API.
- Added the ApiTextPr/GetFontSize method to Spreadsheet API.
- Added the ApiTextPr/GetItalic method to Spreadsheet API.
- Added the ApiTextPr/GetOutLine method to Spreadsheet API.
- Added the ApiTextPr/GetSmallCaps method to Spreadsheet API.
- Added the ApiTextPr/GetSpacing method to Spreadsheet API.
- Added the ApiTextPr/GetStrikeout method to Spreadsheet API.
- Added the ApiTextPr/GetTextFill method to Spreadsheet API.
- Added the ApiTextPr/GetUnderline method to Spreadsheet API.
- Added the ApiTextPr/GetBold method to Presentation API.
- Added the ApiTextPr/GetCaps method to Presentation API.
- Added the ApiTextPr/GetDoubleStrikeout method to Presentation API.
- Added the ApiTextPr/GetFill method to Presentation API.
- Added the ApiTextPr/GetFontFamily method to Presentation API.
- Added the ApiTextPr/GetFontSize method to Presentation API.
- Added the ApiTextPr/GetHighlight method to Presentation API.
- Added the ApiTextPr/GetItalic method to Presentation API.
- Added the ApiTextPr/GetOutLine method to Presentation API.
- Added the ApiTextPr/GetSmallCaps method to Presentation API.
- Added the ApiTextPr/GetSpacing method to Presentation API.
- Added the ApiTextPr/GetStrikeout method to Presentation API.
- Added the ApiTextPr/GetTextFill method to Presentation API.
- Added the ApiTextPr/GetUnderline method to Presentation API.
Worksheet function methods
- Added the ApiWorksheetFunction class to Spreadsheet API.
- Added the Api/GetWorksheetFunction method to Spreadsheet API.
- Added the ApiWorksheetFunction/ABS method to Spreadsheet API.
- Added the ApiWorksheetFunction/ACCRINT method to Spreadsheet API.
- Added the ApiWorksheetFunction/ACCRINTM method to Spreadsheet API.
- Added the ApiWorksheetFunction/ACOS method to Spreadsheet API.
- Added the ApiWorksheetFunction/ACOSH method to Spreadsheet API.
- Added the ApiWorksheetFunction/ACOT method to Spreadsheet API.
- Added the ApiWorksheetFunction/ACOTH method to Spreadsheet API.
- Added the ApiWorksheetFunction/AGGREGATE method to Spreadsheet API.
- Added the ApiWorksheetFunction/AMORDEGRC method to Spreadsheet API.
- Added the ApiWorksheetFunction/AMORLINC method to Spreadsheet API.
- Added the ApiWorksheetFunction/AND method to Spreadsheet API.
- Added the ApiWorksheetFunction/ARABIC method to Spreadsheet API.
- Added the ApiWorksheetFunction/ASC method to Spreadsheet API.
- Added the ApiWorksheetFunction/ASIN method to Spreadsheet API.
- Added the ApiWorksheetFunction/ASINH method to Spreadsheet API.
- Added the ApiWorksheetFunction/ATAN method to Spreadsheet API.
- Added the ApiWorksheetFunction/ATAN2 method to Spreadsheet API.
- Added the ApiWorksheetFunction/ATANH method to Spreadsheet API.
- Added the ApiWorksheetFunction/AVEDEV method to Spreadsheet API.
- Added the ApiWorksheetFunction/AVERAGE method to Spreadsheet API.
- Added the ApiWorksheetFunction/AVERAGEA method to Spreadsheet API.
- Added the ApiWorksheetFunction/AVERAGEIF method to Spreadsheet API.
- Added the ApiWorksheetFunction/AVERAGEIFS method to Spreadsheet API.
- Added the ApiWorksheetFunction/BASE method to Spreadsheet API.
- Added the ApiWorksheetFunction/BESSELI method to Spreadsheet API.
- Added the ApiWorksheetFunction/BESSELJ method to Spreadsheet API.
- Added the ApiWorksheetFunction/BESSELK method to Spreadsheet API.
- Added the ApiWorksheetFunction/BESSELY method to Spreadsheet API.
- Added the ApiWorksheetFunction/BETA_DIST method to Spreadsheet API.
- Added the ApiWorksheetFunction/BETA_INV method to Spreadsheet API.
- Added the ApiWorksheetFunction/BETADIST method to Spreadsheet API.
- Added the ApiWorksheetFunction/BETAINV method to Spreadsheet API.
- Added the ApiWorksheetFunction/BIN2DEC method to Spreadsheet API.
- Added the ApiWorksheetFunction/BIN2HEX method to Spreadsheet API.
- Added the ApiWorksheetFunction/BIN2OCT method to Spreadsheet API.
- Added the ApiWorksheetFunction/BINOM_DIST method to Spreadsheet API.
- Added the ApiWorksheetFunction/BINOM_DIST_RANGE method to Spreadsheet API.
- Added the ApiWorksheetFunction/BINOM_INV method to Spreadsheet API.
- Added the ApiWorksheetFunction/BINOMDIST method to Spreadsheet API.
- Added the ApiWorksheetFunction/BITAND method to Spreadsheet API.
- Added the ApiWorksheetFunction/BITLSHIFT method to Spreadsheet API.
- Added the ApiWorksheetFunction/BITOR method to Spreadsheet API.
- Added the ApiWorksheetFunction/BITRSHIFT method to Spreadsheet API.
- Added the ApiWorksheetFunction/BITXOR method to Spreadsheet API.
- Added the ApiWorksheetFunction/CEILING method to Spreadsheet API.
- Added the ApiWorksheetFunction/CEILING_MATH method to Spreadsheet API.
- Added the ApiWorksheetFunction/CEILING_PRECISE method to Spreadsheet API.
- Added the ApiWorksheetFunction/CHAR method to Spreadsheet API.
- Added the ApiWorksheetFunction/CHISQ_DIST method to Spreadsheet API.
- Added the ApiWorksheetFunction/CHISQ_DIST_RT method to Spreadsheet API.
- Added the ApiWorksheetFunction/CHISQ_INV method to Spreadsheet API.
- Added the ApiWorksheetFunction/CHISQ_INV_RT method to Spreadsheet API.
- Added the ApiWorksheetFunction/CHIDIST method to Spreadsheet API.
- Added the ApiWorksheetFunction/CHIINV method to Spreadsheet API.
- Added the ApiWorksheetFunction/CHOOSE method to Spreadsheet API.
- Added the ApiWorksheetFunction/CLEAN method to Spreadsheet API.
- Added the ApiWorksheetFunction/CODE method to Spreadsheet API.
- Added the ApiWorksheetFunction/COLUMNS method to Spreadsheet API.
- Added the ApiWorksheetFunction/COMBIN method to Spreadsheet API.
- Added the ApiWorksheetFunction/COMBINA method to Spreadsheet API.
- Added the ApiWorksheetFunction/COMPLEX method to Spreadsheet API.
- Added the ApiWorksheetFunction/CONCATENATE method to Spreadsheet API.
- Added the ApiWorksheetFunction/CONFIDENCE method to Spreadsheet API.
- Added the ApiWorksheetFunction/CONFIDENCE_NORM method to Spreadsheet API.
- Added the ApiWorksheetFunction/CONFIDENCE_T method to Spreadsheet API.
- Added the ApiWorksheetFunction/CONVERT method to Spreadsheet API.
- Added the ApiWorksheetFunction/COS method to Spreadsheet API.
- Added the ApiWorksheetFunction/COSH method to Spreadsheet API.
- Added the ApiWorksheetFunction/COT method to Spreadsheet API.
- Added the ApiWorksheetFunction/COTH method to Spreadsheet API.
- Added the ApiWorksheetFunction/COUNT method to Spreadsheet API.
- Added the ApiWorksheetFunction/COUNTA method to Spreadsheet API.
- Added the ApiWorksheetFunction/COUNTBLANK method to Spreadsheet API.
- Added the ApiWorksheetFunction/COUNTIF method to Spreadsheet API.
- Added the ApiWorksheetFunction/COUNTIFS method to Spreadsheet API.
- Added the ApiWorksheetFunction/COUPDAYBS method to Spreadsheet API.
- Added the ApiWorksheetFunction/COUPDAYS method to Spreadsheet API.
- Added the ApiWorksheetFunction/COUPDAYSNC method to Spreadsheet API.
- Added the ApiWorksheetFunction/COUPNCD method to Spreadsheet API.
- Added the ApiWorksheetFunction/COUPNUM method to Spreadsheet API.
- Added the ApiWorksheetFunction/COUPPCD method to Spreadsheet API.
- Added the ApiWorksheetFunction/CRITBINOM method to Spreadsheet API.
- Added the ApiWorksheetFunction/CSC method to Spreadsheet API.
- Added the ApiWorksheetFunction/CSCH method to Spreadsheet API.
- Added the ApiWorksheetFunction/CUMIPMT method to Spreadsheet API.
- Added the ApiWorksheetFunction/CUMPRINC method to Spreadsheet API.
- Added the ApiWorksheetFunction/DATE method to Spreadsheet API.
- Added the ApiWorksheetFunction/DATEVALUE method to Spreadsheet API.
- Added the ApiWorksheetFunction/DAVERAGE method to Spreadsheet API.
- Added the ApiWorksheetFunction/DAY method to Spreadsheet API.
- Added the ApiWorksheetFunction/DAYS method to Spreadsheet API.
- Added the ApiWorksheetFunction/DAYS360 method to Spreadsheet API.
- Added the ApiWorksheetFunction/DB method to Spreadsheet API.
- Added the ApiWorksheetFunction/DCOUNT method to Spreadsheet API.
- Added the ApiWorksheetFunction/DCOUNTA method to Spreadsheet API.
- Added the ApiWorksheetFunction/DDB method to Spreadsheet API.
- Added the ApiWorksheetFunction/DEC2BIN method to Spreadsheet API.
- Added the ApiWorksheetFunction/DEC2HEX method to Spreadsheet API.
- Added the ApiWorksheetFunction/DEC2OCT method to Spreadsheet API.
- Added the ApiWorksheetFunction/DECIMAL method to Spreadsheet API.
- Added the ApiWorksheetFunction/DEGREES method to Spreadsheet API.
- Added the ApiWorksheetFunction/DELTA method to Spreadsheet API.
- Added the ApiWorksheetFunction/DEVSQ method to Spreadsheet API.
- Added the ApiWorksheetFunction/DGET method to Spreadsheet API.
- Added the ApiWorksheetFunction/DISC method to Spreadsheet API.
- Added the ApiWorksheetFunction/DMAX method to Spreadsheet API.
- Added the ApiWorksheetFunction/DMIN method to Spreadsheet API.
- Added the ApiWorksheetFunction/DOLLAR method to Spreadsheet API.
- Added the ApiWorksheetFunction/DOLLARDE method to Spreadsheet API.
- Added the ApiWorksheetFunction/DOLLARFR method to Spreadsheet API.
- Added the ApiWorksheetFunction/DPRODUCT method to Spreadsheet API.
- Added the ApiWorksheetFunction/DSTDEV method to Spreadsheet API.
- Added the ApiWorksheetFunction/DSTDEVP method to Spreadsheet API.
- Added the ApiWorksheetFunction/DSUM method to Spreadsheet API.
- Added the ApiWorksheetFunction/DURATION method to Spreadsheet API.
- Added the ApiWorksheetFunction/DVAR method to Spreadsheet API.
- Added the ApiWorksheetFunction/DVARP method to Spreadsheet API.
- Added the ApiWorksheetFunction/ECMA_CEILING method to Spreadsheet API.
- Added the ApiWorksheetFunction/EDATE method to Spreadsheet API.
- Added the ApiWorksheetFunction/EFFECT method to Spreadsheet API.
- Added the ApiWorksheetFunction/EOMONTH method to Spreadsheet API.
- Added the ApiWorksheetFunction/ERF method to Spreadsheet API.
- Added the ApiWorksheetFunction/ERF_PRECISE method to Spreadsheet API.
- Added the ApiWorksheetFunction/ERFC method to Spreadsheet API.
- Added the ApiWorksheetFunction/ERFC_PRECISE method to Spreadsheet API.
- Added the ApiWorksheetFunction/ERROR_TYPE method to Spreadsheet API.
- Added the ApiWorksheetFunction/EVEN method to Spreadsheet API.
- Added the ApiWorksheetFunction/EXACT method to Spreadsheet API.
- Added the ApiWorksheetFunction/EXP method to Spreadsheet API.
- Added the ApiWorksheetFunction/EXPON_DIST method to Spreadsheet API.
- Added the ApiWorksheetFunction/EXPONDIST method to Spreadsheet API.
- Added the ApiWorksheetFunction/F_DIST method to Spreadsheet API.
- Added the ApiWorksheetFunction/F_DIST_RT method to Spreadsheet API.
- Added the ApiWorksheetFunction/F_INV method to Spreadsheet API.
- Added the ApiWorksheetFunction/F_INV_RT method to Spreadsheet API.
- Added the ApiWorksheetFunction/FACT method to Spreadsheet API.
- Added the ApiWorksheetFunction/FACTDOUBLE method to Spreadsheet API.
- Added the ApiWorksheetFunction/FALSE method to Spreadsheet API.
- Added the ApiWorksheetFunction/FDIST method to Spreadsheet API.
- Added the ApiWorksheetFunction/FIND method to Spreadsheet API.
- Added the ApiWorksheetFunction/FINDB method to Spreadsheet API.
- Added the ApiWorksheetFunction/FINV method to Spreadsheet API.
- Added the ApiWorksheetFunction/FISHER method to Spreadsheet API.
- Added the ApiWorksheetFunction/FISHERINV method to Spreadsheet API.
- Added the ApiWorksheetFunction/FIXED method to Spreadsheet API.
- Added the ApiWorksheetFunction/FLOOR method to Spreadsheet API.
- Added the ApiWorksheetFunction/FLOOR_MATH method to Spreadsheet API.
- Added the ApiWorksheetFunction/FLOOR_PRECISE method to Spreadsheet API.
- Added the ApiWorksheetFunction/FORECAST_ETS method to Spreadsheet API.
- Added the ApiWorksheetFunction/FORECAST_ETS_CONFINT method to Spreadsheet API.
- Added the ApiWorksheetFunction/FORECAST_ETS_SEASONALITY method to Spreadsheet API.
- Added the ApiWorksheetFunction/FORECAST_ETS_STAT method to Spreadsheet API.
- Added the ApiWorksheetFunction/FREQUENCY method to Spreadsheet API.
- Added the ApiWorksheetFunction/FV method to Spreadsheet API.
- Added the ApiWorksheetFunction/FVSCHEDULE method to Spreadsheet API.
- Added the ApiWorksheetFunction/GAMMA method to Spreadsheet API.
- Added the ApiWorksheetFunction/GAMMA_DIST method to Spreadsheet API.
- Added the ApiWorksheetFunction/GAMMA_INV method to Spreadsheet API.
- Added the ApiWorksheetFunction/GAMMADIST method to Spreadsheet API.
- Added the ApiWorksheetFunction/GAMMAINV method to Spreadsheet API.
- Added the ApiWorksheetFunction/GAMMALN method to Spreadsheet API.
- Added the ApiWorksheetFunction/GAMMALN_PRECISE method to Spreadsheet API.
- Added the ApiWorksheetFunction/GAUSS method to Spreadsheet API.
- Added the ApiWorksheetFunction/GCD method to Spreadsheet API.
- Added the ApiWorksheetFunction/GEOMEAN method to Spreadsheet API.
- Added the ApiWorksheetFunction/GESTEP method to Spreadsheet API.
- Added the ApiWorksheetFunction/GROWTH method to Spreadsheet API.
- Added the ApiWorksheetFunction/HARMEAN method to Spreadsheet API.
- Added the ApiWorksheetFunction/HEX2BIN method to Spreadsheet API.
- Added the ApiWorksheetFunction/HEX2DEC method to Spreadsheet API.
- Added the ApiWorksheetFunction/HEX2OCT method to Spreadsheet API.
- Added the ApiWorksheetFunction/HLOOKUP method to Spreadsheet API.
- Added the ApiWorksheetFunction/HOUR method to Spreadsheet API.
- Added the ApiWorksheetFunction/HYPERLINK method to Spreadsheet API.
- Added the ApiWorksheetFunction/HYPGEOM_DIST method to Spreadsheet API.
- Added the ApiWorksheetFunction/HYPGEOMDIST method to Spreadsheet API.
- Added the ApiWorksheetFunction/IF method to Spreadsheet API.
- Added the ApiWorksheetFunction/IFERROR method to Spreadsheet API.
- Added the ApiWorksheetFunction/IFNA method to Spreadsheet API.
- Added the ApiWorksheetFunction/IMABS method to Spreadsheet API.
- Added the ApiWorksheetFunction/IMAGINARY method to Spreadsheet API.
- Added the ApiWorksheetFunction/IMARGUMENT method to Spreadsheet API.
- Added the ApiWorksheetFunction/IMCONJUGATE method to Spreadsheet API.
- Added the ApiWorksheetFunction/IMCOS method to Spreadsheet API.
- Added the ApiWorksheetFunction/IMCOSH method to Spreadsheet API.
- Added the ApiWorksheetFunction/IMCOT method to Spreadsheet API.
- Added the ApiWorksheetFunction/IMCSC method to Spreadsheet API.
- Added the ApiWorksheetFunction/IMCSCH method to Spreadsheet API.
- Added the ApiWorksheetFunction/IMDIV method to Spreadsheet API.
- Added the ApiWorksheetFunction/IMEXP method to Spreadsheet API.
- Added the ApiWorksheetFunction/IMLN method to Spreadsheet API.
- Added the ApiWorksheetFunction/IMLOG10 method to Spreadsheet API.
- Added the ApiWorksheetFunction/IMLOG2 method to Spreadsheet API.
- Added the ApiWorksheetFunction/IMPOWER method to Spreadsheet API.
- Added the ApiWorksheetFunction/IMPRODUCT method to Spreadsheet API.
- Added the ApiWorksheetFunction/IMREAL method to Spreadsheet API.
- Added the ApiWorksheetFunction/IMSEC method to Spreadsheet API.
- Added the ApiWorksheetFunction/IMSECH method to Spreadsheet API.
- Added the ApiWorksheetFunction/IMSIN method to Spreadsheet API.
- Added the ApiWorksheetFunction/IMSINH method to Spreadsheet API.
- Added the ApiWorksheetFunction/IMSQRT method to Spreadsheet API.
- Added the ApiWorksheetFunction/IMSUB method to Spreadsheet API.
- Added the ApiWorksheetFunction/IMSUM method to Spreadsheet API.
- Added the ApiWorksheetFunction/IMTAN method to Spreadsheet API.
- Added the ApiWorksheetFunction/INDEX method to Spreadsheet API.
- Added the ApiWorksheetFunction/INT method to Spreadsheet API.
- Added the ApiWorksheetFunction/INTRATE method to Spreadsheet API.
- Added the ApiWorksheetFunction/IPMT method to Spreadsheet API.
- Added the ApiWorksheetFunction/IRR method to Spreadsheet API.
- Added the ApiWorksheetFunction/ISERR method to Spreadsheet API.
- Added the ApiWorksheetFunction/ISERROR method to Spreadsheet API.
- Added the ApiWorksheetFunction/ISEVEN method to Spreadsheet API.
- Added the ApiWorksheetFunction/ISFORMULA method to Spreadsheet API.
- Added the ApiWorksheetFunction/ISLOGICAL method to Spreadsheet API.
- Added the ApiWorksheetFunction/ISNA method to Spreadsheet API.
- Added the ApiWorksheetFunction/ISNONTEXT method to Spreadsheet API.
- Added the ApiWorksheetFunction/ISNUMBER method to Spreadsheet API.
- Added the ApiWorksheetFunction/ISO_CEILING method to Spreadsheet API.
- Added the ApiWorksheetFunction/ISODD method to Spreadsheet API.
- Added the ApiWorksheetFunction/ISOWEEKNUM method to Spreadsheet API.
- Added the ApiWorksheetFunction/ISPMT method to Spreadsheet API.
- Added the ApiWorksheetFunction/ISREF method to Spreadsheet API.
- Added the ApiWorksheetFunction/ISTEXT method to Spreadsheet API.
- Added the ApiWorksheetFunction/KURT method to Spreadsheet API.
- Added the ApiWorksheetFunction/LARGE method to Spreadsheet API.
- Added the ApiWorksheetFunction/LCM method to Spreadsheet API.
- Added the ApiWorksheetFunction/LEFT method to Spreadsheet API.
- Added the ApiWorksheetFunction/LEFTB method to Spreadsheet API.
- Added the ApiWorksheetFunction/LEN method to Spreadsheet API.
- Added the ApiWorksheetFunction/LENB method to Spreadsheet API.
- Added the ApiWorksheetFunction/LINEST method to Spreadsheet API.
- Added the ApiWorksheetFunction/LN method to Spreadsheet API.
- Added the ApiWorksheetFunction/LOG method to Spreadsheet API.
- Added the ApiWorksheetFunction/LOG10 method to Spreadsheet API.
- Added the ApiWorksheetFunction/LOGEST method to Spreadsheet API.
- Added the ApiWorksheetFunction/LOGINV method to Spreadsheet API.
- Added the ApiWorksheetFunction/LOGNORM_DIST method to Spreadsheet API.
- Added the ApiWorksheetFunction/LOGNORM_INV method to Spreadsheet API.
- Added the ApiWorksheetFunction/LOGNORMDIST method to Spreadsheet API.
- Added the ApiWorksheetFunction/LOOKUP method to Spreadsheet API.
- Added the ApiWorksheetFunction/LOWER method to Spreadsheet API.
- Added the ApiWorksheetFunction/MATCH method to Spreadsheet API.
- Added the ApiWorksheetFunction/MAX method to Spreadsheet API.
- Added the ApiWorksheetFunction/MAXA method to Spreadsheet API.
- Added the ApiWorksheetFunction/MDURATION method to Spreadsheet API.
- Added the ApiWorksheetFunction/MEDIAN method to Spreadsheet API.
- Added the ApiWorksheetFunction/MID method to Spreadsheet API.
- Added the ApiWorksheetFunction/MIDB method to Spreadsheet API.
- Added the ApiWorksheetFunction/MIN method to Spreadsheet API.
- Added the ApiWorksheetFunction/MINA method to Spreadsheet API.
- Added the ApiWorksheetFunction/MINUTE method to Spreadsheet API.
- Added the ApiWorksheetFunction/MIRR method to Spreadsheet API.
- Added the ApiWorksheetFunction/MOD method to Spreadsheet API.
- Added the ApiWorksheetFunction/MONTH method to Spreadsheet API.
- Added the ApiWorksheetFunction/MROUND method to Spreadsheet API.
- Added the ApiWorksheetFunction/MULTINOMIAL method to Spreadsheet API.
- Added the ApiWorksheetFunction/MUNIT method to Spreadsheet API.
- Added the ApiWorksheetFunction/N method to Spreadsheet API.
- Added the ApiWorksheetFunction/NA method to Spreadsheet API.
- Added the ApiWorksheetFunction/NEGBINOM_DIST method to Spreadsheet API.
- Added the ApiWorksheetFunction/NEGBINOMDIST method to Spreadsheet API.
- Added the ApiWorksheetFunction/NETWORKDAYS method to Spreadsheet API.
- Added the ApiWorksheetFunction/NETWORKDAYS_INTL method to Spreadsheet API.
- Added the ApiWorksheetFunction/NOMINAL method to Spreadsheet API.
- Added the ApiWorksheetFunction/NORM_DIST method to Spreadsheet API.
- Added the ApiWorksheetFunction/NORM_INV method to Spreadsheet API.
- Added the ApiWorksheetFunction/NORM_S_DIST method to Spreadsheet API.
- Added the ApiWorksheetFunction/NORM_S_INV method to Spreadsheet API.
- Added the ApiWorksheetFunction/NORMDIST method to Spreadsheet API.
- Added the ApiWorksheetFunction/NORMINV method to Spreadsheet API.
- Added the ApiWorksheetFunction/NORMSDIST method to Spreadsheet API.
- Added the ApiWorksheetFunction/NORMSINV method to Spreadsheet API.
- Added the ApiWorksheetFunction/NOT method to Spreadsheet API.
- Added the ApiWorksheetFunction/NOW method to Spreadsheet API.
- Added the ApiWorksheetFunction/NPER method to Spreadsheet API.
- Added the ApiWorksheetFunction/NPV method to Spreadsheet API.
- Added the ApiWorksheetFunction/NUMBERVALUE method to Spreadsheet API.
- Added the ApiWorksheetFunction/OCT2BIN method to Spreadsheet API.
- Added the ApiWorksheetFunction/OCT2DEC method to Spreadsheet API.
- Added the ApiWorksheetFunction/OCT2HEX method to Spreadsheet API.
- Added the ApiWorksheetFunction/ODD method to Spreadsheet API.
- Added the ApiWorksheetFunction/ODDFPRICE method to Spreadsheet API.
- Added the ApiWorksheetFunction/ODDFYIELD method to Spreadsheet API.
- Added the ApiWorksheetFunction/ODDLPRICE method to Spreadsheet API.
- Added the ApiWorksheetFunction/ODDLYIELD method to Spreadsheet API.
- Added the ApiWorksheetFunction/OR method to Spreadsheet API.
- Added the ApiWorksheetFunction/PDURATION method to Spreadsheet API.
- Added the ApiWorksheetFunction/PERCENTILE method to Spreadsheet API.
- Added the ApiWorksheetFunction/PERCENTILE_EXC method to Spreadsheet API.
- Added the ApiWorksheetFunction/PERCENTILE_INC method to Spreadsheet API.
- Added the ApiWorksheetFunction/PERCENTRANK method to Spreadsheet API.
- Added the ApiWorksheetFunction/PERCENTRANK_EXC method to Spreadsheet API.
- Added the ApiWorksheetFunction/PERCENTRANK_INC method to Spreadsheet API.
- Added the ApiWorksheetFunction/PERMUT method to Spreadsheet API.
- Added the ApiWorksheetFunction/PERMUTATIONA method to Spreadsheet API.
- Added the ApiWorksheetFunction/PHI method to Spreadsheet API.
- Added the ApiWorksheetFunction/PI method to Spreadsheet API.
- Added the ApiWorksheetFunction/PMT method to Spreadsheet API.
- Added the ApiWorksheetFunction/POISSON method to Spreadsheet API.
- Added the ApiWorksheetFunction/POISSON_DIST method to Spreadsheet API.
- Added the ApiWorksheetFunction/POWER method to Spreadsheet API.
- Added the ApiWorksheetFunction/PPMT method to Spreadsheet API.
- Added the ApiWorksheetFunction/PRICE method to Spreadsheet API.
- Added the ApiWorksheetFunction/PRICEDISC method to Spreadsheet API.
- Added the ApiWorksheetFunction/PRICEMAT method to Spreadsheet API.
- Added the ApiWorksheetFunction/PRODUCT method to Spreadsheet API.
- Added the ApiWorksheetFunction/PROPER method to Spreadsheet API.
- Added the ApiWorksheetFunction/PV method to Spreadsheet API.
- Added the ApiWorksheetFunction/QUARTILE method to Spreadsheet API.
- Added the ApiWorksheetFunction/QUARTILE_EXC method to Spreadsheet API.
- Added the ApiWorksheetFunction/QUARTILE_INC method to Spreadsheet API.
- Added the ApiWorksheetFunction/QUOTIENT method to Spreadsheet API.
- Added the ApiWorksheetFunction/RADIANS method to Spreadsheet API.
- Added the ApiWorksheetFunction/RAND method to Spreadsheet API.
- Added the ApiWorksheetFunction/RANDBETWEEN method to Spreadsheet API.
- Added the ApiWorksheetFunction/RANK method to Spreadsheet API.
- Added the ApiWorksheetFunction/RANK_AVG method to Spreadsheet API.
- Added the ApiWorksheetFunction/RANK_EQ method to Spreadsheet API.
- Added the ApiWorksheetFunction/RATE method to Spreadsheet API.
- Added the ApiWorksheetFunction/RECEIVED method to Spreadsheet API.
- Added the ApiWorksheetFunction/REPLACE method to Spreadsheet API.
- Added the ApiWorksheetFunction/REPLACEB method to Spreadsheet API.
- Added the ApiWorksheetFunction/REPT method to Spreadsheet API.
- Added the ApiWorksheetFunction/RIGHT method to Spreadsheet API.
- Added the ApiWorksheetFunction/RIGHTB method to Spreadsheet API.
- Added the ApiWorksheetFunction/ROMAN method to Spreadsheet API.
- Added the ApiWorksheetFunction/ROUND method to Spreadsheet API.
- Added the ApiWorksheetFunction/ROUNDDOWN method to Spreadsheet API.
- Added the ApiWorksheetFunction/ROUNDUP method to Spreadsheet API.
- Added the ApiWorksheetFunction/ROWS method to Spreadsheet API.
- Added the ApiWorksheetFunction/RRI method to Spreadsheet API.
- Added the ApiWorksheetFunction/SEARCH method to Spreadsheet API.
- Added the ApiWorksheetFunction/SEARCHB method to Spreadsheet API.
- Added the ApiWorksheetFunction/SEC method to Spreadsheet API.
- Added the ApiWorksheetFunction/SECH method to Spreadsheet API.
- Added the ApiWorksheetFunction/SECOND method to Spreadsheet API.
- Added the ApiWorksheetFunction/SERIESSUM method to Spreadsheet API.
- Added the ApiWorksheetFunction/SHEET method to Spreadsheet API.
- Added the ApiWorksheetFunction/SHEETS method to Spreadsheet API.
- Added the ApiWorksheetFunction/SIGN method to Spreadsheet API.
- Added the ApiWorksheetFunction/SIN method to Spreadsheet API.
- Added the ApiWorksheetFunction/SINH method to Spreadsheet API.
- Added the ApiWorksheetFunction/SKEW method to Spreadsheet API.
- Added the ApiWorksheetFunction/SKEW_P method to Spreadsheet API.
- Added the ApiWorksheetFunction/SLN method to Spreadsheet API.
- Added the ApiWorksheetFunction/SMALL method to Spreadsheet API.
- Added the ApiWorksheetFunction/SQRT method to Spreadsheet API.
- Added the ApiWorksheetFunction/SQRTPI method to Spreadsheet API.
- Added the ApiWorksheetFunction/STANDARDIZE method to Spreadsheet API.
- Added the ApiWorksheetFunction/STDEV method to Spreadsheet API.
- Added the ApiWorksheetFunction/STDEV_P method to Spreadsheet API.
- Added the ApiWorksheetFunction/STDEV_S method to Spreadsheet API.
- Added the ApiWorksheetFunction/STDEVA method to Spreadsheet API.
- Added the ApiWorksheetFunction/STDEVP method to Spreadsheet API.
- Added the ApiWorksheetFunction/STDEVPA method to Spreadsheet API.
- Added the ApiWorksheetFunction/SUBSTITUTE method to Spreadsheet API.
- Added the ApiWorksheetFunction/SUBTOTAL method to Spreadsheet API.
- Added the ApiWorksheetFunction/SUM method to Spreadsheet API.
- Added the ApiWorksheetFunction/SUMIF method to Spreadsheet API.
- Added the ApiWorksheetFunction/SUMIFS method to Spreadsheet API.
- Added the ApiWorksheetFunction/SUMSQ method to Spreadsheet API.
- Added the ApiWorksheetFunction/SYD method to Spreadsheet API.
- Added the ApiWorksheetFunction/T method to Spreadsheet API.
- Added the ApiWorksheetFunction/T_DIST method to Spreadsheet API.
- Added the ApiWorksheetFunction/T_DIST_2T method to Spreadsheet API.
- Added the ApiWorksheetFunction/T_DIST_RT method to Spreadsheet API.
- Added the ApiWorksheetFunction/T_INV method to Spreadsheet API.
- Added the ApiWorksheetFunction/T_INV_2T method to Spreadsheet API.
- Added the ApiWorksheetFunction/TAN method to Spreadsheet API.
- Added the ApiWorksheetFunction/TANH method to Spreadsheet API.
- Added the ApiWorksheetFunction/TBILLEQ method to Spreadsheet API.
- Added the ApiWorksheetFunction/TBILLPRICE method to Spreadsheet API.
- Added the ApiWorksheetFunction/TBILLYIELD method to Spreadsheet API.
- Added the ApiWorksheetFunction/TDIST method to Spreadsheet API.
- Added the ApiWorksheetFunction/TEXT method to Spreadsheet API.
- Added the ApiWorksheetFunction/TIME method to Spreadsheet API.
- Added the ApiWorksheetFunction/TIMEVALUE method to Spreadsheet API.
- Added the ApiWorksheetFunction/TINV method to Spreadsheet API.
- Added the ApiWorksheetFunction/TODAY method to Spreadsheet API.
- Added the ApiWorksheetFunction/TRANSPOSE method to Spreadsheet API.
- Added the ApiWorksheetFunction/TREND method to Spreadsheet API.
- Added the ApiWorksheetFunction/TRIM method to Spreadsheet API.
- Added the ApiWorksheetFunction/TRIMMEAN method to Spreadsheet API.
- Added the ApiWorksheetFunction/TRUE method to Spreadsheet API.
- Added the ApiWorksheetFunction/TRUNC method to Spreadsheet API.
- Added the ApiWorksheetFunction/TYPE method to Spreadsheet API.
- Added the ApiWorksheetFunction/UNICHAR method to Spreadsheet API.
- Added the ApiWorksheetFunction/UNICODE method to Spreadsheet API.
- Added the ApiWorksheetFunction/UPPER method to Spreadsheet API.
- Added the ApiWorksheetFunction/VALUE method to Spreadsheet API.
- Added the ApiWorksheetFunction/VAR method to Spreadsheet API.
- Added the ApiWorksheetFunction/VAR_P method to Spreadsheet API.
- Added the ApiWorksheetFunction/VAR_S method to Spreadsheet API.
- Added the ApiWorksheetFunction/VARA method to Spreadsheet API.
- Added the ApiWorksheetFunction/VARP method to Spreadsheet API.
- Added the ApiWorksheetFunction/VARPA method to Spreadsheet API.
- Added the ApiWorksheetFunction/VDB method to Spreadsheet API.
- Added the ApiWorksheetFunction/VLOOKUP method to Spreadsheet API.
- Added the ApiWorksheetFunction/WEEKDAY method to Spreadsheet API.
- Added the ApiWorksheetFunction/WEEKNUM method to Spreadsheet API.
- Added the ApiWorksheetFunction/WEIBULL method to Spreadsheet API.
- Added the ApiWorksheetFunction/WEIBULL_DIST method to Spreadsheet API.
- Added the ApiWorksheetFunction/WORKDAY method to Spreadsheet API.
- Added the ApiWorksheetFunction/WORKDAY_INTL method to Spreadsheet API.
- Added the ApiWorksheetFunction/XIRR method to Spreadsheet API.
- Added the ApiWorksheetFunction/XNPV method to Spreadsheet API.
- Added the ApiWorksheetFunction/XOR method to Spreadsheet API.
- Added the ApiWorksheetFunction/YEAR method to Spreadsheet API.
- Added the ApiWorksheetFunction/YEARFRAC method to Spreadsheet API.
- Added the ApiWorksheetFunction/YIELD method to Spreadsheet API.
- Added the ApiWorksheetFunction/YIELDDISC method to Spreadsheet API.
- Added the ApiWorksheetFunction/YIELDMAT method to Spreadsheet API.
- Added the ApiWorksheetFunction/Z_TEST method to Spreadsheet API.
- Added the ApiWorksheetFunction/ZTEST method to Spreadsheet API.
- Added the WorksheetFunction property to the Api object of Spreadsheet API.
Protected range methods
- Added the ApiProtectedRange class to Spreadsheet API.
- Added the ApiProtectedRange/AddUser method to Spreadsheet API.
- Added the ApiProtectedRange/DeleteUser method to Spreadsheet API.
- Added the ApiProtectedRange/GetAllUsers method to Spreadsheet API.
- Added the ApiProtectedRange/GetUser method to Spreadsheet API.
- Added the ApiProtectedRange/SetAnyoneType method to Spreadsheet API.
- Added the ApiProtectedRange/SetRange method to Spreadsheet API.
- Added the ApiProtectedRange/SetTitle method to Spreadsheet API.
- Added the ApiProtectedRangeUserInfo class to Spreadsheet API.
- Added the ApiProtectedRangeUserInfo/GetId method to Spreadsheet API.
- Added the ApiProtectedRangeUserInfo/GetName method to Spreadsheet API.
- Added the ApiProtectedRangeUserInfo/GetType method to Spreadsheet API.
- Added the ApiWorksheet/AddProtectedRange method to Spreadsheet API.
- Added the ApiWorksheet/GetAllProtectedRanges method to Spreadsheet API.
- Added the ApiWorksheet/GetProtectedRange method to Spreadsheet API.
- Added the AllProtectedRanges property to the ApiWorksheet object of Spreadsheet API.
- Added the ProtectedRangeUserType type to the simple type definitions.
Reference style methods
- Added the Api/GetReferenceStyle method to Spreadsheet API.
- Added the Api/SetReferenceStyle method to Spreadsheet API.
- Added the ReferenceStyle property to the Api object of Spreadsheet API.
- Added the ReferenceStyle type to the simple type definitions.
Methods for pasting / cutting ranges
- Added the ApiRange/Cut method to Spreadsheet API.
- Added the ApiRange/PasteSpecial method to Spreadsheet API.
- Added the ApiWorksheet/Paste method to Spreadsheet API.
- Added the PasteSpecialOperation type to the simple type definitions.
- Added the PasteType type to the simple type definitions.
Methods for moving a cursor
- Added the ApiBlockLvlSdt/MoveCursorOutside method to Text document API.
- Added the ApiFormBase/MoveCursorOutside method to Text document API.
- Added the ApiInlineLvlSdt/MoveCursorOutside method to Text document API.
Custom function methods
- Added the Api/AddCustomFunction method to Spreadsheet API.
- Added the Api/ClearCustomFunctions method to Spreadsheet API.
- Added the Api/RemoveCustomFunction method to Spreadsheet API.
RGB color methods
- Added the ApiUniColor/GetRGB method to Text document API.
- Added the ApiColor/GetRGB method to Spreadsheet API.
Chart series methods
- Added the ApiChart/GetAllSeries method to Text document API.
- Added the ApiChart/GetChartType method to Text document API.
- Added the ApiChart/GetSeries method to Text document API.
- Added the ApiChartSeries class to Text document API.
- Added the ApiChartSeries/ChangeChartType method to Text document API.
- Added the ApiChartSeries/GetChartType method to Text document API.
- Added the ApiChartSeries/GetClassType method to Text document API.
- Added the ApiChart/GetAllSeries method to Spreadsheet API.
- Added the ApiChart/GetChartType method to Spreadsheet API.
- Added the ApiChart/GetSeries method to Spreadsheet API.
- Added the ApiChartSeries class to Spreadsheet API.
- Added the ApiChartSeries/ChangeChartType method to Spreadsheet API.
- Added the ApiChartSeries/GetChartType method to Spreadsheet API.
- Added the ApiChartSeries/GetClassType method to Spreadsheet API.
- Added the ApiChart/GetAllSeries method to Presentation API.
- Added the ApiChart/GetChartType method to Presentation API.
- Added the ApiChart/GetSeries method to Presentation API.
- Added the ApiChartSeries class to Presentation API.
- Added the ApiChartSeries/ChangeChartType method to Presentation API.
- Added the ApiChartSeries/GetChartType method to Presentation API.
- Added the ApiChartSeries/GetClassType method to Presentation API.
- Added the "comboBarLine", "comboBarLineSecondary", "comboCustom", and "unknown" available values for the ChartType definition.
Other methods
- Added the ApiDocument/GetDocumentInfo method to Text document API.
- Added the Api/GetDocumentInfo method to Spreadsheet API.
- Added the ApiPresentation/GetDocumentInfo method to Presentation API.
- Added the DrawingLockType type to the simple type definitions.
- Added the nWidth and nHeight parameters to the ApiPictureForm/SetImage method of Text document API.
- Removed the ApiTable/GetNext method from Text document API.
- Removed the ApiTable/GetPrevious method from Text document API.
- Removed the ApiTable/Select method from Presentation API.
Version 8.0
Form methods
- Added the ApiDocument/GetFormsData method to Text document API.
- Added the ApiDocument/SetFormsData method to Text document API.
Freeze panes methods
- Added the Api/GetFreezePanesType method to Spreadsheet API.
- Added the Api/SetFreezePanesType method to Spreadsheet API.
- Added the ApiFreezePanes class to Spreadsheet API.
- Added the ApiFreezePanes/FreezeAt method to Spreadsheet API.
- Added the ApiFreezePanes/FreezeColumns method to Spreadsheet API.
- Added the ApiFreezePanes/FreezeRows method to Spreadsheet API.
- Added the ApiFreezePanes/GetLocation method to Spreadsheet API.
- Added the ApiFreezePanes/Unfreeze method to Spreadsheet API.
- Added the ApiWorksheet/GetFreezePanes method to Spreadsheet API.
- Added the FreezePanes property to the Api object of Spreadsheet API.
- Added the FreezePanes property to the ApiWorksheet object of Spreadsheet API.
Comment methods
- Added the sUserId parameter to the Api/AddComment method of Text document API.
- Added the sUserId parameter to the ApiBlockLvlSdt/AddComment method of Text document API.
- Added the sUserId parameter to the ApiDocument/AddComment method of Text document API.
- Added the sUserId parameter to the ApiInlineLvlSdt/AddComment method of Text document API.
- Added the sUserId parameter to the ApiParagraph/AddComment method of Text document API.
- Added the sUserId parameter to the ApiRange/AddComment method of Text document API.
- Added the sUserId parameter to the ApiRun/AddComment method of Text document API.
- Added the sUserId parameter to the ApiTable/AddComment method of Text document API.
- Added the Api/GetAllComments method to Spreadsheet API.
- Added the ApiComment/AddReply method to Presentation API.
- Added the ApiComment/Delete method to Presentation API.
- Added the ApiComment/GetAuthorName method to Presentation API.
- Added the ApiComment/GetClassType method to Presentation API.
- Added the ApiComment/GetQuoteText method to Presentation API.
- Added the ApiComment/GetRepliesCount method to Presentation API.
- Added the ApiComment/GetText method to Presentation API.
- Added the ApiComment/GetTime method to Presentation API.
- Added the ApiComment/GetTimeUTC method to Presentation API.
- Added the ApiComment/IsSolved method to Presentation API.
- Added the ApiComment/RemoveReplies method to Presentation API.
- Added the ApiComment/SetAuthorName method to Presentation API.
- Added the ApiComment/SetSolved method to Presentation API.
- Added the ApiComment/SetText method to Presentation API.
- Added the ApiComment/SetTime method to Presentation API.
- Added the ApiComment/SetTimeUTC method to Presentation API.
- Added the ApiComment/SetUserId method to Presentation API.
- Added the ApiCommentReply/GetAuthorName method to Presentation API.
- Added the ApiCommentReply/GetClassType method to Presentation API.
- Added the ApiCommentReply/GetText method to Presentation API.
- Added the ApiCommentReply/SetAuthorName method to Presentation API.
- Added the ApiCommentReply/SetText method to Presentation API.
- Added the ApiCommentReply/SetUserId method to Presentation API.
- Added the ApiPresentation/GetAllComments method to Presentation API.
Section methods
- Added the ApiSection/GetPageHeight method to Text document API.
- Added the ApiSection/GetPageWidth method to Text document API.
Simple types
- Added the FormData object to the simple type definitions.
- Added the FormSpecificType type to the simple type definitions.
- Added the FreezePaneType type to the simple type definitions.
Other methods
- Removed the ApiBlockLvlSdt/SetBackgroundColor method from Text document API.
- Added the ApiDocument/AddDrawingToPage method to Text document API.
- Added the bWithotPaddings parameter to the ApiWorksheet/SetColumnWidth method of Spreadsheet API.
Version 7.5
Methods of combo box / dropdown list content control
- Added the ApiBlockLvlSdt/GetDropdownList method to Text document API.
- Added the ApiContentControlList class to Text document API.
- Added the ApiContentControlList/Add method to Text document API.
- Added the ApiContentControlList/Clear method to Text document API.
- Added the ApiContentControlList/GetAllItems method to Text document API.
- Added the ApiContentControlList/GetClassType method to Text document API.
- Added the ApiContentControlList/GetElementsCount method to Text document API.
- Added the ApiContentControlList/GetItem method to Text document API.
- Added the ApiContentControlList/GetParent method to Text document API.
- Added the ApiContentControlListEntry class to Text document API.
- Added the ApiContentControlListEntry/Delete method to Text document API.
- Added the ApiContentControlListEntry/GetClassType method to Text document API.
- Added the ApiContentControlListEntry/GetIndex method to Text document API.
- Added the ApiContentControlListEntry/GetParent method to Text document API.
- Added the ApiContentControlListEntry/GetText method to Text document API.
- Added the ApiContentControlListEntry/GetValue method to Text document API.
- Added the ApiContentControlListEntry/MoveDown method to Text document API.
- Added the ApiContentControlListEntry/MoveUp method to Text document API.
- Added the ApiContentControlListEntry/Select method to Text document API.
- Added the ApiContentControlListEntry/SetIndex method to Text document API.
- Added the ApiContentControlListEntry/SetText method to Text document API.
- Added the ApiContentControlListEntry/SetValue method to Text document API.
- Added the ApiInlineLvlSdt/GetDropdownList method to Text document API.
Watermark methods
- Added the ApiDocument/GetWatermarkSettings method to Text document API.
- Added the ApiDocument/RemoveWatermark method to Text document API.
- Added the ApiDocument/SetWatermarkSettings method to Text document API.
- Added the ApiWatermarkSettings class to Text document API.
- Added the ApiWatermarkSettings/GetClassType method to Text document API.
- Added the ApiWatermarkSettings/GetDirection method to Text document API.
- Added the ApiWatermarkSettings/GetImageHeight method to Text document API.
- Added the ApiWatermarkSettings/GetImageURL method to Text document API.
- Added the ApiWatermarkSettings/GetImageWidth method to Text document API.
- Added the ApiWatermarkSettings/GetOpacity method to Text document API.
- Added the ApiWatermarkSettings/GetText method to Text document API.
- Added the ApiWatermarkSettings/GetTextPr method to Text document API.
- Added the ApiWatermarkSettings/GetType method to Text document API.
- Added the ApiWatermarkSettings/SetDirection method to Text document API.
- Added the ApiWatermarkSettings/SetImageSize method to Text document API.
- Added the ApiWatermarkSettings/SetImageURL method to Text document API.
- Added the ApiWatermarkSettings/SetOpacity method to Text document API.
- Added the ApiWatermarkSettings/SetText method to Text document API.
- Added the ApiWatermarkSettings/SetTextPr method to Text document API.
- Added the ApiWatermarkSettings/SetType method to Text document API.
Simple types
- Added the SearchData object to the simple type definitions.
- Added the ReplaceData object to the simple type definitions.
Slide methods
- Added the ApiSlide/GetVisible method to Presentation API.
- Added the ApiSlide/SetVisible method to Presentation API.
Version 7.4
Characters methods
- Added the ApiCharacters class to Spreadsheet API.
- Added the ApiCharacters/Delete method to Spreadsheet API.
- Added the ApiCharacters/GetCaption method to Spreadsheet API.
- Added the ApiCharacters/GetCount method to Spreadsheet API.
- Added the ApiCharacters/GetFont method to Spreadsheet API.
- Added the ApiCharacters/GetParent method to Spreadsheet API.
- Added the ApiCharacters/GetText method to Spreadsheet API.
- Added the ApiCharacters/Insert method to Spreadsheet API.
- Added the ApiCharacters/SetCaption method to Spreadsheet API.
- Added the ApiCharacters/SetText method to Spreadsheet API.
Font methods
- Added the ApiFont class to Spreadsheet API.
- Added the ApiFont/GetBold method to Spreadsheet API.
- Added the ApiFont/GetColor method to Spreadsheet API.
- Added the ApiFont/GetItalic method to Spreadsheet API.
- Added the ApiFont/GetName method to Spreadsheet API.
- Added the ApiFont/GetParent method to Spreadsheet API.
- Added the ApiFont/GetSize method to Spreadsheet API.
- Added the ApiFont/GetStrikethrough method to Spreadsheet API.
- Added the ApiFont/GetSubscript method to Spreadsheet API.
- Added the ApiFont/GetSuperscript method to Spreadsheet API.
- Added the ApiFont/GetUnderline method to Spreadsheet API.
- Added the ApiFont/SetBold method to Spreadsheet API.
- Added the ApiFont/SetColor method to Spreadsheet API.
- Added the ApiFont/SetItalic method to Spreadsheet API.
- Added the ApiFont/SetName method to Spreadsheet API.
- Added the ApiFont/SetSize method to Spreadsheet API.
- Added the ApiFont/SetStrikethrough method to Spreadsheet API.
- Added the ApiFont/SetSubscript method to Spreadsheet API.
- Added the ApiFont/SetSuperscript method to Spreadsheet API.
- Added the ApiFont/SetUnderline method to Spreadsheet API.
Range methods
- Added the ApiRange/Find class to Spreadsheet API.
- Added the ApiRange/FindNext class to Spreadsheet API.
- Added the ApiRange/FindPrevious class to Spreadsheet API.
- Added the ApiRange/GetCharacters class to Spreadsheet API.
- Added the ApiRange/Replace class to Spreadsheet API.
Other methods
- Added the ApiComment/GetId method to Text document API.
- Added the ApiDocument/GetAllStyles method to Text document API.
- Added the ApiParagraph/GetSection method to Text document API.
- Added the resulting string display properties to the ApiParagraph/GetText method to Text document API.
- Added the ApiParagraph/SetSection method to Text document API.
- Added the resulting string display properties to the ApiRange/GetText method to Text document API.
- Added the ApiRun/GetText method to Text document API.
- Added the ApiTable/AddCaption method to Text document API.
- Added the ApiBlockLvlSdt/AddCaption method to Text document API.
- Added the Api/GetFullName method to Text document API.
- Added the Api/GetFullName method to Spreadsheet API.
- Added the ApiRange/GetNumberFormat method to Spreadsheet API.
- Added the ApiWorksheet/Move method to Spreadsheet API.
- Added the Api/GetFullName method to Presentation API.
- Added the ApiDocument/InsertTextForm method to Form API.
Version 7.3
Comment methods
- Added the ApiBlockLvlSdt/AddComment method to Text document API.
- Added the ApiComment class to Text document API.
- Added the ApiComment/AddReply method to Text document API.
- Added the ApiComment/Delete method to Text document API.
- Added the ApiComment/GetAuthorName method to Text document API.
- Added the ApiComment/GetClassType method to Text document API.
- Added the ApiComment/GetQuoteText method to Text document API.
- Added the ApiComment/GetRepliesCount method to Text document API.
- Added the ApiComment/GetReply method to Text document API.
- Added the ApiComment/GetText method to Text document API.
- Added the ApiComment/GetTime method to Text document API.
- Added the ApiComment/GetTimeUTC method to Text document API.
- Added the ApiComment/GetUserId method to Text document API.
- Added the ApiComment/IsSolved method to Text document API.
- Added the ApiComment/RemoveReplies method to Text document API.
- Added the ApiComment/SetAuthorName method to Text document API.
- Added the ApiComment/SetSolved method to Text document API.
- Added the ApiComment/SetText method to Text document API.
- Added the ApiComment/SetTime method to Text document API.
- Added the ApiComment/SetTimeUTC method to Text document API.
- Added the ApiComment/SetUserId method to Text document API.
- Added the ApiCommentReply class to Text document API.
- Added the ApiCommentReply/GetAuthorName method to Text document API.
- Added the ApiCommentReply/GetClassType method to Text document API.
- Added the ApiCommentReply/GetText method to Text document API.
- Added the ApiCommentReply/GetUserId method to Text document API.
- Added the ApiCommentReply/SetAuthorName method to Text document API.
- Added the ApiCommentReply/SetText method to Text document API.
- Added the ApiCommentReply/SetUserId method to Text document API.
- Added the ApiDocument/GetAllComments method to Text document API.
- Added the ApiDocument/GetCommentById method to Text document API.
- Added the ApiInlineLvlSdt/AddComment method to Text document API.
- Added the ApiRange/AddComment method to Text document API.
- Added the ApiRun/AddComment method to Text document API.
- Added the ApiTable/AddComment method to Text document API.
- Added the Api/GetComments method to Spreadsheet API.
Table of contents/figures methods
- Added the ApiDocument/AddTableOfContents method to Text document API.
- Added the ApiDocument/AddTableOfFigures method to Text document API.
- Added the ApiParagraph/AddCaption method to Text document API.
Other methods
- Added the ApiBlockLvlSdt/SetBackgroundColor method to Text document API.
- Added the ApiDocument/GetPageCount method to Text document API.
- Added the ApiDocument/GetStatistics method to Text document API.
- Added the ApiDocument/SetControlsHighlight method to Text document API.
- Added the ApiRange/GetRange method to Text document API.
Version 7.2
Events
- Added the Api/attachEvent method to Text document API.
- Added the Api/detachEvent method to Text document API.
- Added the Api/attachEvent method to Spreadsheet API.
- Added the Api/detachEvent method to Spreadsheet API.
- Added the Api/onWorksheetChange event to Spreadsheet API.
- Added the Api/attachEvent method to Presentation API.
- Added the Api/detachEvent method to Presentation API.
Form methods
- Added the ApiComplexForm class to Text document API.
- Added the ApiDocument/GetTagsOfAllContentControls method to Text document API.
- Added the ApiDocument/GetTagsOfAllForms method to Text document API.
- Added the ApiDocument/GetContentControlsByTag method to Text document API.
- Added the ApiDocument/GetFormsByTag method to Text document API.
Methods for converting to/from JSON
- Added the Api/FromJSON method to Text document API.
- Added the ApiBlockLvlSdt/ToJSON method to Text document API.
- Added the ApiDocument/ToJSON method to Text document API.
- Added the ApiDocumentContent/ToJSON method to Text document API.
- Added the ApiDrawing/ToJSON method to Text document API.
- Added the ApiFill/ToJSON method to Text document API.
- Added the ApiGradientStop/ToJSON method to Text document API.
- Added the ApiHyperlink/ToJSON method to Text document API.
- Added the ApiInlineLvlSdt/ToJSON method to Text document API.
- Added the ApiNumbering/ToJSON method to Text document API.
- Added the ApiParagraph/ToJSON method to Text document API.
- Added the ApiParaPr/ToJSON method to Text document API.
- Added the ApiPresetColor/ToJSON method to Text document API.
- Added the ApiRange/ToJSON method to Text document API.
- Added the ApiRGBColor/ToJSON method to Text document API.
- Added the ApiRun/ToJSON method to Text document API.
- Added the ApiSchemeColor/ToJSON method to Text document API.
- Added the ApiSection/ToJSON method to Text document API.
- Added the ApiStroke/ToJSON method to Text document API.
- Added the ApiStyle/ToJSON method to Text document API.
- Added the ApiTable/ToJSON method to Text document API.
- Added the ApiTableCell/ToJSON method to Text document API.
- Added the ApiTableCellPr/ToJSON method to Text document API.
- Added the ApiTablePr/ToJSON method to Text document API.
- Added the ApiTableRow/ToJSON method to Text document API.
- Added the ApiTableRowPr/ToJSON method to Text document API.
- Added the ApiTableStylePr/ToJSON method to Text document API.
- Added the ApiTextPr/ToJSON method to Text document API.
- Added the ApiUniColor/ToJSON method to Text document API.
- Added the Api/FromJSON method to Presentation API.
- Added the ApiDrawing/ToJSON method to Presentation API.
- Added the ApiLayout/ToJSON method to Presentation API.
- Added the ApiMaster/ToJSON method to Presentation API.
- Added the ApiPresentation/SlidesToJSON method to Presentation API.
- Added the ApiPresentation/ToJSON method to Presentation API.
- Added the ApiSlide/ToJSON method to Presentation API.
- Added the ApiTable/ToJSON method to Presentation API.
- Added the ApiThemeColorScheme/ToJSON method to Presentation API.
- Added the ApiThemeFontScheme/ToJSON method to Presentation API.
- Added the ApiThemeFormatScheme/ToJSON method to Presentation API.
Word Art methods
- Added the Api/CreateWordArt method to Text document API.
- Added the ApiWorksheet/AddWordArt method to Spreadsheet API.
- Added the Api/CreateWordArt method to Presentation API.
Table of contents/figures methods
- Added the ApiDocument/UpdateAllTOC method to Text document API.
- Added the ApiDocument/UpdateAllTOF method to Text document API.
Footnote/endnote methods
- Added the ApiDocument/AddEndnote method to Text document API.
- Added the ApiDocument/AddFootnote method to Text document API.
Chart methods
- Added the ApiChart/ApplyChartStyle method to Text document API.
- Added the ApiChart/RemoveSeria method to Text document API.
- Added the ApiChart/SetAxieNumFormat method to Text document API.
- Added the ApiChart/SetCategoryName method to Text document API.
- Added the ApiChart/SetDataPointFill method to Text document API.
- Added the ApiChart/SetDataPointNumFormat method to Text document API.
- Added the ApiChart/SetDataPointOutLine method to Text document API.
- Added the ApiChart/SetLegendFill method to Text document API.
- Added the ApiChart/SetLegendOutLine method to Text document API.
- Added the ApiChart/SetMarkerFill method to Text document API.
- Added the ApiChart/SetMarkerOutLine method to Text document API.
- Added the ApiChart/SetPlotAreaFill method to Text document API.
- Added the ApiChart/SetPlotAreaOutLine method to Text document API.
- Added the ApiChart/SetSeriaName method to Text document API.
- Added the ApiChart/SetSeriaNumFormat method to Text document API.
- Added the ApiChart/SetSeriaValues method to Text document API.
- Added the ApiChart/SetSeriesFill method to Text document API.
- Added the ApiChart/SetSeriesOutLine method to Text document API.
- Added the ApiChart/SetTitleFill method to Text document API.
- Added the ApiChart/SetTitleOutLine method to Text document API.
- Added the ApiChart/SetXValues method to Text document API.
- Added the ApiChart/AddSeria method to Spreadsheet API.
- Added the ApiChart/RemoveSeria method to Spreadsheet API.
- Added the ApiChart/SetAxieNumFormat method to Spreadsheet API.
- Added the ApiChart/SetCatFormula method to Spreadsheet API.
- Added the ApiChart/SetDataPointFill method to Spreadsheet API.
- Added the ApiChart/SetDataPointOutLine method to Spreadsheet API.
- Added the ApiChart/SetLegendFill method to Spreadsheet API.
- Added the ApiChart/SetLegendOutLine method to Spreadsheet API.
- Added the ApiChart/SetMarkerFill method to Spreadsheet API.
- Added the ApiChart/SetMarkerOutLine method to Spreadsheet API.
- Added the ApiChart/SetPlotAreaFill method to Spreadsheet API.
- Added the ApiChart/SetPlotAreaOutLine method to Spreadsheet API.
- Added the ApiChart/SetSeriaName method to Spreadsheet API.
- Added the ApiChart/SetSeriaValues method to Spreadsheet API.
- Added the ApiChart/SetSeriaXValues method to Spreadsheet API.
- Added the ApiChart/SetSeriesFill method to Spreadsheet API.
- Added the ApiChart/SetSeriesOutLine method to Spreadsheet API.
- Added the ApiChart/SetTitleFill method to Spreadsheet API.
- Added the ApiChart/SetTitleOutLine method to Spreadsheet API.
- Added the ApiChart/ApplyChartStyle method to Presentation API.
- Added the ApiChart/RemoveSeria method to Presentation API.
- Added the ApiChart/SetAxieNumFormat method to Presentation API.
- Added the ApiChart/SetCategoryName method to Presentation API.
- Added the ApiChart/SetDataPointFill method to Presentation API.
- Added the ApiChart/SetDataPointNumFormat method to Presentation API.
- Added the ApiChart/SetDataPointOutLine method to Presentation API.
- Added the ApiChart/SetLegendFill method to Presentation API.
- Added the ApiChart/SetLegendOutLine method to Presentation API.
- Added the ApiChart/SetMarkerFill method to Presentation API.
- Added the ApiChart/SetMarkerOutLine method to Presentation API.
- Added the ApiChart/SetPlotAreaFill method to Presentation API.
- Added the ApiChart/SetPlotAreaOutLine method to Presentation API.
- Added the ApiChart/SetSeriaName method to Presentation API.
- Added the ApiChart/SetSeriaNumFormat method to Presentation API.
- Added the ApiChart/SetSeriaValues method to Presentation API.
- Added the ApiChart/SetSeriesFill method to Presentation API.
- Added the ApiChart/SetSeriesOutLine method to Presentation API.
- Added the ApiChart/SetTitleFill method to Presentation API.
- Added the ApiChart/SetTitleOutLine method to Presentation API.
- Added the ApiChart/SetXValues method to Presentation API.
Drawing methods
- Added the ApiDocument/GetSelectedDrawings method to Text document API.
- Added the ApiDocument/ReplaceDrawing method to Text document API.
- Added the ApiDocumentContent/GetAllCharts method to Text document API.
- Added the ApiDocumentContent/GetAllDrawingObjects method to Text document API.
- Added the ApiDocumentContent/GetAllImages method to Text document API.
- Added the ApiDocumentContent/GetAllShapes method to Text document API.
- Added the ApiDrawing/GetHeight method to Text document API.
- Added the ApiDrawing/GetLockValue method to Text document API.
- Added the ApiDrawing/GetWidth method to Text document API.
- Added the ApiDrawing/SetDrawingPrFromDrawing method to Text document API.
- Added the ApiDrawing/SetLockValue method to Text document API.
- Added the ApiDrawing/GetHeight method to Spreadsheet API.
- Added the ApiDrawing/GetLockValue method to Spreadsheet API.
- Added the ApiDrawing/GetWidth method to Spreadsheet API.
- Added the ApiDrawing/SetLockValue method to Spreadsheet API.
- Added the ApiDrawing/GetHeight method to Presentation API.
- Added the ApiDrawing/GetLockValue method to Presentation API.
- Added the ApiDrawing/GetWidth method to Presentation API.
- Added the ApiDrawing/SetLockValue method to Presentation API.
OLE object methods
- Added the ApiOleObject class to Text document API.
- Added the Api/CreateOleObject method to Text document API.
- Added the ApiDocument/GetAllOleObjects method to Text document API.
- Added the ApiDocumentContent/GetAllOleObjects method to Text document API.
- Added the ApiOleObject/GetApplicationId method to Text document API.
- Added the ApiOleObject/GetClassType method to Text document API.
- Added the ApiOleObject/GetData method to Text document API.
- Added the ApiOleObject/SetApplicationId method to Text document API.
- Added the ApiOleObject/SetData method to Text document API.
- Added the ApiParagraph/GetAllOleObjects method to Text document API.
- Added the ApiOleObject class to Spreadsheet API.
- Added the ApiWorksheet/AddOleObject method to Spreadsheet API.
- Added the ApiWorksheet/GetAllOleObjects method to Spreadsheet API.
- Added the ApiOleObject/GetApplicationId method to Spreadsheet API.
- Added the ApiOleObject/GetClassType method to Spreadsheet API.
- Added the ApiOleObject/GetData method to Spreadsheet API.
- Added the ApiOleObject/SetApplicationId method to Spreadsheet API.
- Added the ApiOleObject/SetData method to Spreadsheet API.
- Added the ApiOleObject class to Presentation API.
- Added the Api/CreateOleObject method to Presentation API.
- Added the ApiMaster/GetAllOleObjects method to Presentation API.
- Added the ApiLayout/GetAllOleObjects method to Presentation API.
- Added the ApiSlide/GetAllOleObjects method to Presentation API.
- Added the ApiOleObject/GetApplicationId method to Presentation API.
- Added the ApiOleObject/GetClassType method to Presentation API.
- Added the ApiOleObject/GetData method to Presentation API.
- Added the ApiOleObject/SetApplicationId method to Presentation API.
- Added the ApiOleObject/SetData method to Presentation API.
Table methods
- Added the ApiTable/GetPosInParent method to Text document API.
- Added the ApiTable/GetTableDescription method to Text document API.
- Added the ApiTable/GetTableTitle method to Text document API.
- Added the ApiTable/ReplaceByElement method to Text document API.
- Added the ApiTable/SetTableDescription method to Text document API.
- Added the ApiTable/SetTableTitle method to Text document API.
- Added the ApiTablePr/GetTableDescription method to Text document API.
- Added the ApiTablePr/GetTableTitle method to Text document API.
- Added the ApiTablePr/SetTableDescription method to Text document API.
- Added the ApiTablePr/SetTableTitle method to Text document API.
Run methods
- Added the ApiRun/GetFontNames method to Text document API.
- Added the ApiRun/SetOutLine method to Text document API.
- Added the ApiRun/SetTextFill method to Text document API.
- Added the ApiRun/GetFontNames method to Spreadsheet API.
- Added the ApiRun/SetOutLine method to Spreadsheet API.
- Added the ApiRun/SetTextFill method to Spreadsheet API.
- Added the ApiRun/GetFontNames method to Presentation API.
- Added the ApiRun/SetOutLine method to Presentation API.
- Added the ApiRun/SetTextFill method to Presentation API.
Methods for setting text properties
- Added the ApiTextPr/SetOutLine method to Text document API.
- Added the ApiTextPr/SetTextFill method to Text document API.
- Added the ApiTextPr/SetOutLine method to Spreadsheet API.
- Added the ApiTextPr/SetTextFill method to Spreadsheet API.
- Added the ApiTextPr/SetHighlight method to Presentation API.
- Added the ApiTextPr/SetOutLine method to Presentation API.
- Added the ApiTextPr/SetTextFill method to Presentation API.
Other methods
- Added the Api/CreateTextPr method to Text document API.
- Added the ApiBlockLvlSdt/GetPosInParent method to Text document API.
- Added the ApiBlockLvlSdt/ReplaceByElement method to Text document API.
- Added the ApiDocument/GetContent method to Text document API.
- Added the ApiDocument/ReplaceCurrentImage method to Text document API.
- Added the ApiDocumentContent/GetContent method to Text document API.
- Added the ApiParagraph/GetFontNames method to Text document API.
- Added the ApiParagraph/GetPosInParent method to Text document API.
- Added the ApiParagraph/ReplaceByElement method to Text document API.
- Added the Api/CreateTextPr method to Spreadsheet API.
- Added the ApiWorksheet/GetAllCharts method to Spreadsheet API.
- Added the ApiWorksheet/GetAllDrawings method to Spreadsheet API.
- Added the ApiWorksheet/GetAllImages method to Spreadsheet API.
- Added the ApiWorksheet/GetAllShapes method to Spreadsheet API.
- Added the Api/CreateTextPr method to Presentation API.
- Added the ApiParagraph/SetHighlight method to Presentation API.
- Added the ApiPresentation/GetHeight method to Presentation API.
- Added the ApiPresentation/GetWidth method to Presentation API.
Version 7.1
Form methods
- Added the Form API.
- Added the Api/CreateCheckBoxForm method to Form API.
- Added the Api/CreateComboBoxForm method to Form API.
- Added the Api/CreatePictureForm method to Form API.
- Added the Api/CreateTextForm method to Form API.
- Added the ApiBlockLvlSdt/GetPlaceholderText method to Text document API.
- Added the ApiBlockLvlSdt/SetPlaceholderText method to Text document API.
- Added the ApiCheckBoxForm class to Text document API.
- Added the ApiCheckBoxForm/Clear method to Text document API.
- Added the ApiCheckBoxForm/Copy method to Text document API.
- Added the ApiCheckBoxForm/GetClassType method to Text document API.
- Added the ApiCheckBoxForm/GetFormKey method to Text document API.
- Added the ApiCheckBoxForm/GetFormType method to Text document API.
- Added the ApiCheckBoxForm/GetRadioGroup method to Text document API.
- Added the ApiCheckBoxForm/GetText method to Text document API.
- Added the ApiCheckBoxForm/GetTextPr method to Text document API.
- Added the ApiCheckBoxForm/GetTipText method to Text document API.
- Added the ApiCheckBoxForm/GetWrapperShape method to Text document API.
- Added the ApiCheckBoxForm/IsChecked method to Text document API.
- Added the ApiCheckBoxForm/IsFixed method to Text document API.
- Added the ApiCheckBoxForm/IsRadioButton method to Text document API.
- Added the ApiCheckBoxForm/IsRequired method to Text document API.
- Added the ApiCheckBoxForm/SetBackgroundColor method to Text document API.
- Added the ApiCheckBoxForm/SetBorderColor method to Text document API.
- Added the ApiCheckBoxForm/SetChecked method to Text document API.
- Added the ApiCheckBoxForm/SetFormKey method to Text document API.
- Added the ApiCheckBoxForm/SetPlaceholderText method to Text document API.
- Added the ApiCheckBoxForm/SetRadioGroup method to Text document API.
- Added the ApiCheckBoxForm/SetRequired method to Text document API.
- Added the ApiCheckBoxForm/SetTextPr method to Text document API.
- Added the ApiCheckBoxForm/SetTipText method to Text document API.
- Added the ApiCheckBoxForm/ToFixed method to Text document API.
- Added the ApiCheckBoxForm/ToInline method to Text document API.
- Added the ApiComboBoxForm class to Text document API.
- Added the ApiComboBoxForm/Clear method to Text document API.
- Added the ApiComboBoxForm/Copy method to Text document API.
- Added the ApiComboBoxForm/GetClassType method to Text document API.
- Added the ApiComboBoxForm/GetFormKey method to Text document API.
- Added the ApiComboBoxForm/GetFormType method to Text document API.
- Added the ApiComboBoxForm/GetListValues method to Text document API.
- Added the ApiComboBoxForm/GetText method to Text document API.
- Added the ApiComboBoxForm/GetTextPr method to Text document API.
- Added the ApiComboBoxForm/GetTipText method to Text document API.
- Added the ApiComboBoxForm/GetWrapperShape method to Text document API.
- Added the ApiComboBoxForm/IsEditable method to Text document API.
- Added the ApiComboBoxForm/IsFixed method to Text document API.
- Added the ApiComboBoxForm/IsRequired method to Text document API.
- Added the ApiComboBoxForm/SelectListValue method to Text document API.
- Added the ApiComboBoxForm/SetBackgroundColor method to Text document API.
- Added the ApiComboBoxForm/SetBorderColor method to Text document API.
- Added the ApiComboBoxForm/SetFormKey method to Text document API.
- Added the ApiComboBoxForm/SetListValues method to Text document API.
- Added the ApiComboBoxForm/SetPlaceholderText method to Text document API.
- Added the ApiComboBoxForm/SetRequired method to Text document API.
- Added the ApiComboBoxForm/SetText method to Text document API.
- Added the ApiComboBoxForm/SetTextPr method to Text document API.
- Added the ApiComboBoxForm/SetTipText method to Text document API.
- Added the ApiComboBoxForm/ToFixed method to Text document API.
- Added the ApiComboBoxForm/ToInline method to Text document API.
- Added the ApiDocument/ClearAllFields method to Text document API.
- Added the ApiDocument/ClearAllForms method to Text document API.
- Added the ApiDocument/GetAllForms method to Text document API.
- Added the ApiDocument/SetFormsHighlight method to Text document API.
- Added the ApiFormBase class to Text document API.
- Added the ApiFormBase/Clear method to Text document API.
- Added the ApiFormBase/Copy method to Text document API.
- Added the ApiFormBase/GetClassType method to Text document API.
- Added the ApiFormBase/GetFormKey method to Text document API.
- Added the ApiFormBase/GetFormType method to Text document API.
- Added the ApiFormBase/GetText method to Text document API.
- Added the ApiFormBase/GetTextPr method to Text document API.
- Added the ApiFormBase/GetTipText method to Text document API.
- Added the ApiFormBase/GetWrapperShape method to Text document API.
- Added the ApiFormBase/IsFixed method to Text document API.
- Added the ApiFormBase/IsRequired method to Text document API.
- Added the ApiFormBase/SetBackgroundColor method to Text document API.
- Added the ApiFormBase/SetBorderColor method to Text document API.
- Added the ApiFormBase/SetFormKey method to Text document API.
- Added the ApiFormBase/SetPlaceholderText method to Text document API.
- Added the ApiFormBase/SetRequired method to Text document API.
- Added the ApiFormBase/SetTextPr method to Text document API.
- Added the ApiFormBase/SetTipText method to Text document API.
- Added the ApiFormBase/ToFixed method to Text document API.
- Added the ApiFormBase/ToInline method to Text document API.
- Added the ApiInlineLvlSdt/GetPlaceholderText method to Text document API.
- Added the ApiInlineLvlSdt/IsForm method to Text document API.
- Added the ApiInlineLvlSdt/SetPlaceholderText method to Text document API.
- Added the ApiPictureForm class to Text document API.
- Added the ApiPictureForm/Clear method to Text document API.
- Added the ApiPictureForm/Copy method to Text document API.
- Added the ApiPictureForm/GetClassType method to Text document API.
- Added the ApiPictureForm/GetFormKey method to Text document API.
- Added the ApiPictureForm/GetFormType method to Text document API.
- Added the ApiPictureForm/GetImage method to Text document API.
- Added the ApiPictureForm/GetPicturePosition method to Text document API.
- Added the ApiPictureForm/GetScaleFlag method to Text document API.
- Added the ApiPictureForm/GetText method to Text document API.
- Added the ApiPictureForm/GetTextPr method to Text document API.
- Added the ApiPictureForm/GetTipText method to Text document API.
- Added the ApiPictureForm/GetWrapperShape method to Text document API.
- Added the ApiPictureForm/IsFixed method to Text document API.
- Added the ApiPictureForm/IsLockAspectRatio method to Text document API.
- Added the ApiPictureForm/IsRequired method to Text document API.
- Added the ApiPictureForm/IsRespectBorders method to Text document API.
- Added the ApiPictureForm/SetBackgroundColor method to Text document API.
- Added the ApiPictureForm/SetBorderColor method to Text document API.
- Added the ApiPictureForm/SetFormKey method to Text document API.
- Added the ApiPictureForm/SetImage method to Text document API.
- Added the ApiPictureForm/SetLockAspectRatio method to Text document API.
- Added the ApiPictureForm/SetPicturePosition method to Text document API.
- Added the ApiPictureForm/SetPlaceholderText method to Text document API.
- Added the ApiPictureForm/SetRequired method to Text document API.
- Added the ApiPictureForm/SetRespectBorders method to Text document API.
- Added the ApiPictureForm/SetScaleFlag method to Text document API.
- Added the ApiPictureForm/SetTextPr method to Text document API.
- Added the ApiPictureForm/SetTipText method to Text document API.
- Added the ApiPictureForm/ToFixed method to Text document API.
- Added the ApiPictureForm/ToInline method to Text document API.
- Added the ApiTextForm class to Text document API.
- Added the ApiTextForm/Clear method to Text document API.
- Added the ApiTextForm/Copy method to Text document API.
- Added the ApiTextForm/GetCharactersLimit method to Text document API.
- Added the ApiTextForm/GetClassType method to Text document API.
- Added the ApiTextForm/GetFormKey method to Text document API.
- Added the ApiTextForm/GetFormType method to Text document API.
- Added the ApiTextForm/GetText method to Text document API.
- Added the ApiTextForm/GetTextPr method to Text document API.
- Added the ApiTextForm/GetTipText method to Text document API.
- Added the ApiTextForm/GetWrapperShape method to Text document API.
- Added the ApiTextForm/IsAutoFit method to Text document API.
- Added the ApiTextForm/IsComb method to Text document API.
- Added the ApiTextForm/IsFixed method to Text document API.
- Added the ApiTextForm/IsMultiline method to Text document API.
- Added the ApiTextForm/IsRequired method to Text document API.
- Added the ApiTextForm/SetAutoFit method to Text document API.
- Added the ApiTextForm/SetBackgroundColor method to Text document API.
- Added the ApiTextForm/SetBorderColor method to Text document API.
- Added the ApiTextForm/SetCellWidth method to Text document API.
- Added the ApiTextForm/SetCharactersLimit method to Text document API.
- Added the ApiTextForm/SetComb method to Text document API.
- Added the ApiTextForm/SetFormKey method to Text document API.
- Added the ApiTextForm/SetMultiline method to Text document API.
- Added the ApiTextForm/SetPlaceholderText method to Text document API.
- Added the ApiTextForm/SetRequired method to Text document API.
- Added the ApiTextForm/SetText method to Text document API.
- Added the ApiTextForm/SetTextPr method to Text document API.
- Added the ApiTextForm/SetTipText method to Text document API.
- Added the ApiTextForm/ToFixed method to Text document API.
- Added the ApiTextForm/ToInline method to Text document API.
Cross-reference methods
- Added the ApiDocument/GetAllBookmarksNames method to Text document API.
- Added the ApiDocument/GetAllCaptionParagraphs method to Text document API.
- Added the ApiDocument/GetAllHeadingParagraphs method to Text document API.
- Added the ApiDocument/GetAllNumberedParagraphs method to Text document API.
- Added the ApiDocument/GetEndNotesFirstParagraphs method to Text document API.
- Added the ApiDocument/GetFootnotesFirstParagraphs method to Text document API.
- Added the ApiParagraph/AddBookmarkCrossRef method to Text document API.
- Added the ApiParagraph/AddCaptionCrossRef method to Text document API.
- Added the ApiParagraph/AddEndnoteCrossRef method to Text document API.
- Added the ApiParagraph/AddFootnoteCrossRef method to Text document API.
- Added the ApiParagraph/AddHeadingCrossRef method to Text document API.
- Added the ApiParagraph/AddNumberedCrossRef method to Text document API.
Review methods
- Added the ApiDocument/AcceptAllRevisionChanges method to Text document API.
- Added the ApiDocument/RejectAllRevisionChanges method to Text document API.
Table background methods
- Added the ApiTable/SetBackgroundColor method to Text document API.
- Added the ApiTableCell/SetBackgroundColor method to Text document API.
- Added the ApiTableCell/SetColumnBackgroundColor method to Text document API.
- Added the ApiTableRow/SetBackgroundColor method to Text document API.
Areas methods
- Added the ApiAreas class to Spreadsheet API.
- Added the Areas property to the ApiRange object of Spreadsheet API.
- Added the ApiAreas/GetCount method to Spreadsheet API.
- Added the ApiAreas/GetItem method to Spreadsheet API.
- Added the ApiAreas/GetParent method to Spreadsheet API.
Range methods
- Added the ApiRange/AutoFit method to Spreadsheet API.
- Added the ApiRange/Copy method to Spreadsheet API.
- Added the ApiRange/Delete method to Spreadsheet API.
- Added the ApiRange/GetAreas method to Spreadsheet API.
- Added the ApiRange/Insert method to Spreadsheet API.
- Added the ApiRange/Paste method to Spreadsheet API.
- Changed the data parameter type of the ApiRange/SetValue method of Spreadsheet API.
Layout methods
- Added the Api/CreateLayout method to Presentation API.
- Added the ApiLayout class to Presentation API.
- Added the ApiLayout/AddObject method to Presentation API.
- Added the ApiLayout/ClearBackground method to Presentation API.
- Added the ApiLayout/Copy method to Presentation API.
- Added the ApiLayout/Delete method to Presentation API.
- Added the ApiLayout/Duplicate method to Presentation API.
- Added the ApiLayout/FollowMasterBackground method to Presentation API.
- Added the ApiLayout/GetAllCharts method to Presentation API.
- Added the ApiLayout/GetAllDrawings method to Presentation API.
- Added the ApiLayout/GetAllImages method to Presentation API.
- Added the ApiLayout/GetAllShapes method to Presentation API.
- Added the ApiLayout/GetClassType method to Presentation API.
- Added the ApiLayout/GetMaster method to Presentation API.
- Added the ApiLayout/MoveTo method to Presentation API.
- Added the ApiLayout/RemoveObject method to Presentation API.
- Added the ApiLayout/SetBackground method to Presentation API.
- Added the ApiLayout/SetName method to Presentation API.
Master methods
- Added the Api/CreateMaster method to Presentation API.
- Added the ApiMaster class to Presentation API.
- Added the ApiMaster/AddLayout method to Presentation API.
- Added the ApiMaster/AddObject method to Presentation API.
- Added the ApiMaster/ClearBackground method to Presentation API.
- Added the ApiMaster/Copy method to Presentation API.
- Added the ApiMaster/Delete method to Presentation API.
- Added the ApiMaster/Duplicate method to Presentation API.
- Added the ApiMaster/GetAllCharts method to Presentation API.
- Added the ApiMaster/GetAllDrawings method to Presentation API.
- Added the ApiMaster/GetAllImages method to Presentation API.
- Added the ApiMaster/GetAllShapes method to Presentation API.
- Added the ApiMaster/GetClassType method to Presentation API.
- Added the ApiMaster/GetLayout method to Presentation API.
- Added the ApiMaster/GetLayoutsCount method to Presentation API.
- Added the ApiMaster/GetTheme method to Presentation API.
- Added the ApiMaster/RemoveLayout method to Presentation API.
- Added the ApiMaster/RemoveObject method to Presentation API.
- Added the ApiMaster/SetBackground method to Presentation API.
- Added the ApiMaster/SetTheme method to Presentation API.
Placeholder methods
- Added the Api/CreatePlaceholder method to Presentation API.
- Added the ApiPlaceholder class to Presentation API.
- Added the ApiPlaceholder/GetClassType method to Presentation API.
- Added the ApiPlaceholder/SetType method to Presentation API.
Theme methods
- Added the Api/CreateTheme method to Presentation API.
- Added the Api/CreateThemeColorScheme method to Presentation API.
- Added the Api/CreateThemeFontScheme method to Presentation API.
- Added the Api/CreateThemeFormatScheme method to Presentation API.
- Added the ApiTheme class to Presentation API.
- Added the ApiTheme/GetClassType method to Presentation API.
- Added the ApiTheme/GetColorScheme method to Presentation API.
- Added the ApiTheme/GetFontScheme method to Presentation API.
- Added the ApiTheme/GetFormatScheme method to Presentation API.
- Added the ApiTheme/GetMaster method to Presentation API.
- Added the ApiTheme/SetColorScheme method to Presentation API.
- Added the ApiTheme/SetFontScheme method to Presentation API.
- Added the ApiTheme/SetFormatScheme method to Presentation API.
- Added the ApiThemeColorScheme class to Presentation API.
- Added the ApiThemeColorScheme/ChangeColor method to Presentation API.
- Added the ApiThemeColorScheme/Copy method to Presentation API.
- Added the ApiThemeColorScheme/GetClassType method to Presentation API.
- Added the ApiThemeColorScheme/SetSchemeName method to Presentation API.
- Added the ApiThemeFontScheme class to Presentation API.
- Added the ApiThemeFontScheme/Copy method to Presentation API.
- Added the ApiThemeFontScheme/GetClassType method to Presentation API.
- Added the ApiThemeFontScheme/SetFonts method to Presentation API.
- Added the ApiThemeFontScheme/SetSchemeName method to Presentation API.
- Added the ApiThemeFormatScheme class to Presentation API.
- Added the ApiThemeFormatScheme/Copy method to Presentation API.
- Added the ApiThemeFormatScheme/ChangeBgFillStyles method to Presentation API.
- Added the ApiThemeFormatScheme/ChangeEffectStyles method to Presentation API.
- Added the ApiThemeFormatScheme/ChangeFillStyles method to Presentation API.
- Added the ApiThemeFormatScheme/ChangeLineStyles method to Presentation API.
- Added the ApiThemeFormatScheme/GetClassType method to Presentation API.
- Added the ApiThemeFormatScheme/SetSchemeName method to Presentation API.
Drawing methods
- Added the ApiDrawing/Copy method to Presentation API.
- Added the ApiDrawing/Delete method to Presentation API.
- Added the ApiDrawing/GetParent method to Presentation API.
- Added the ApiDrawing/GetParentLayout method to Presentation API.
- Added the ApiDrawing/GetParentMaster method to Presentation API.
- Added the ApiDrawing/GetParentSlide method to Presentation API.
- Added the ApiDrawing/GetPlaceholder method to Presentation API.
- Added the ApiDrawing/SetPlaceholder method to Presentation API.
Slide methods
- Changed the return value for the ApiSlide/AddObject method of Presentation API.
- Added the ApiSlide/ApplyLayout method to Presentation API.
- Added the ApiSlide/ApplyTheme method to Presentation API.
- Added the ApiSlide/ClearBackground method to Presentation API.
- Added the ApiSlide/Copy method to Presentation API.
- Added the ApiSlide/Delete method to Presentation API.
- Added the ApiSlide/Duplicate method to Presentation API.
- Added the ApiSlide/FollowLayoutBackground method to Presentation API.
- Added the ApiSlide/FollowMasterBackground method to Presentation API.
- Added the ApiSlide/GetAllCharts method to Presentation API.
- Added the ApiSlide/GetAllDrawings method to Presentation API.
- Added the ApiSlide/GetAllImages method to Presentation API.
- Added the ApiSlide/GetAllShapes method to Presentation API.
- Added the ApiSlide/GetLayout method to Presentation API.
- Added the ApiSlide/GetSlideIndex method to Presentation API.
- Added the ApiSlide/GetTheme method to Presentation API.
- Added the ApiSlide/MoveTo method to Presentation API.
- Added the ApiSlide/RemoveObject method to Presentation API.
Presentation methods
- Added the ApiPresentation/AddMaster method to Presentation API.
- Added the ApiPresentation/ApplyTheme method to Presentation API.
- Added the ApiPresentation/GetMaster method to Presentation API.
- Added the ApiPresentation/GetMastersCount method to Presentation API.
- Added the ApiPresentation/GetSlidesCount method to Presentation API.
- Added the ApiPresentation/RemoveSlides method to Presentation API.
Other methods
- Added the sParaTab and sParaNewLine parameters to the Api/ReplaceTextSmart method of Text document API.
- Added the ApiInlineLvlSdt/GetParentParagraph method to Text document API.
- Removed the ApiShape/GetDocContent method from Spreadsheet API.
Version 7.0
- Added the ApiRun/GetPrevious method to Text document API.
- Added the ApiRun/GetNext method to Text document API.
- Added the Api/ConvertDocument method to Text document API.
- Added the ApiDocument/ToHtml method to Text document API.
- Added the ApiDocument/ToMarkdown method to Text document API.
- Added the SortOrientation simple type.
- Added the SortHeader simple type.
- Added the SortOrder simple type.
- Added the ApiRange/SetSort method to Spreadsheet API.
- Added the Api/RecalculateAllFormulas method to Spreadsheet API.
- Added the ApiPresentation/SetLanguage method to Presentation API.
Version 6.4
- Changed the return value of the Api/CreateRange method of Text document API.
- Removed the Api/GetFirstRunInArray method from Text document API.
- Removed the Api/GetLastRunInArray method from Text document API.
- Added parameters to the ApiChart/SetLegendFontSize method of Text document API.
- Added parameters to the ApiDocument/GetElement method of Text document API.
- Added the return value to the ApiDocument/Push method of Text document API.
- Added parameters to the ApiDocumentContent/GetElement method of Text document API.
- Added the return value to the ApiDocumentContent/Push method of Text document API.
- Removed parameters from the ApiRange/Select method of Text document API.
- Added the oCell parameter to the ApiTable/AddElement method of Text document API.
- Added parameters to the Api/GetRange method of Spreadsheet API.
- Added the ApiComment/GetClassType method to Spreadsheet API.
- Removed the ApiDocument/Last method from Spreadsheet and Presentation API.
- Added the ApiRange/GetCols method to Spreadsheet API.
- Added the ApiRange/End method to Spreadsheet API.
- Added the ApiRange/GetCells method to Spreadsheet API.
- Added the ApiRange/GetOrientation method to Spreadsheet API.
- Added the ApiRange/SetOrientation method to Spreadsheet API.
- Added the Cols and Orientation properties to the ApiRange object of Spreadsheet API.
- Added parameters to the ApiWorksheet/GetCells method of Spreadsheet API.
- Added parameters to the Api/CreateGroup method of Presentation API.
- Added parameters to the ApiChart/SetLegendFontSize method of Presentation API.
- Added parameters to the ApiPresentation/ReplaceCurrentImage method of Presentation API.