Changelog
The list of changes for Office JavaScript API.
Version 9.3
Autofilter methods
- Added the ApiWorksheet/GetAutoFilter method to Spreadsheet API.
- Added the ApiAutoFilter/ApplyFilter method to Spreadsheet API.
- Added the ApiAutoFilter/GetFilterMode method to Spreadsheet API.
- Added the ApiAutoFilter/GetFilters method to Spreadsheet API.
- Added the ApiAutoFilter/GetParent method to Spreadsheet API.
- Added the ApiAutoFilter/GetRange method to Spreadsheet API.
- Added the ApiAutoFilter/ShowAllData method to Spreadsheet API.
Filter methods
- Added the ApiFilter/GetCriteria1 method to Spreadsheet API.
- Added the ApiFilter/GetCriteria2 method to Spreadsheet API.
- Added the ApiFilter/GetOn method to Spreadsheet API.
- Added the ApiFilter/GetOperator method to Spreadsheet API.
- Added the ApiFilter/GetParent method to Spreadsheet API.
Validation methods
- Added the ApiRange/GetValidation method to Spreadsheet API.
- Added the ApiValidation/Add method to Spreadsheet API.
- Added the ApiValidation/Delete method to Spreadsheet API.
- Added the ApiValidation/Modify method to Spreadsheet API.
- Added the ApiValidation/GetAlertStyle method to Spreadsheet API.
- Added the ApiValidation/GetErrorMessage method to Spreadsheet API.
- Added the ApiValidation/GetErrorTitle method to Spreadsheet API.
- Added the ApiValidation/GetFormula1 method to Spreadsheet API.
- Added the ApiValidation/GetFormula2 method to Spreadsheet API.
- Added the ApiValidation/GetIgnoreBlank method to Spreadsheet API.
- Added the ApiValidation/GetInCellDropdown method to Spreadsheet API.
- Added the ApiValidation/GetInputMessage method to Spreadsheet API.
- Added the ApiValidation/GetInputTitle method to Spreadsheet API.
- Added the ApiValidation/GetOperator method to Spreadsheet API.
- Added the ApiValidation/GetParent method to Spreadsheet API.
- Added the ApiValidation/GetShowError method to Spreadsheet API.
- Added the ApiValidation/GetShowInput method to Spreadsheet API.
- Added the ApiValidation/GetType method to Spreadsheet API.
- Added the ApiValidation/SetErrorMessage method to Spreadsheet API.
- Added the ApiValidation/SetErrorTitle method to Spreadsheet API.
- Added the ApiValidation/SetIgnoreBlank method to Spreadsheet API.
- Added the ApiValidation/SetInCellDropdown method to Spreadsheet API.
- Added the ApiValidation/SetInputMessage method to Spreadsheet API.
- Added the ApiValidation/SetInputTitle method to Spreadsheet API.
- Added the ApiValidation/SetShowError method to Spreadsheet API.
- Added the ApiValidation/SetShowInput method to Spreadsheet API.
Color methods
-
Added the Api/AutoColor method to Text document API.
-
Added the Api/RGB method to Text document API.
-
Added the Api/RGBA method to Text document API.
-
Added the Api/HexColor method to Text document API.
-
Added the Api/ThemeColor method to Text document API.
-
Added the ApiColor/GetClassType method to Text document API.
-
Added the ApiColor/IsAutoColor method to Text document API.
-
Added the ApiColor/IsThemeColor method to Text document API.
-
Added the ApiColor/GetRGB method to Text document API.
-
Added the ApiColor/GetRGBA method to Text document API.
-
Added the ApiColor/GetHex method to Text document API.
-
Updated the ApiRange/SetColor method in Text document API to accept
ApiColorinstances. -
Updated the ApiRange/SetShd method in Text document API to accept
ApiColorinstances. -
Updated the ApiDocument/SetFormsHighlight method in Text document API to accept
ApiColorinstances. -
Updated the ApiDocument/SetControlsHighlight method in Text document API to accept
ApiColorinstances. -
Updated the ApiParagraph/SetColor method in Text document API to accept
ApiColorinstances. -
Updated the ApiRun/SetColor method in Text document API to accept
ApiColorinstances. -
Updated the ApiRun/SetShd method in Text document API to accept
ApiColorinstances. -
Updated the ApiTable/SetBackgroundColor method in Text document API to accept
ApiColorinstances. -
Updated the ApiTableRow/SetBackgroundColor method in Text document API to accept
ApiColorinstances. -
Updated the ApiTableCell/SetBackgroundColor method in Text document API to accept
ApiColorinstances. -
Added the ApiTableCell/GetBackgroundColor method to Text document API.
-
Updated the ApiTableCell/SetColumnBackgroundColor method in Text document API to accept
ApiColorinstances. -
Updated the ApiTextPr/SetColor method in Text document API to accept
ApiColorinstances. -
Updated the ApiTextPr/GetColor method in Text document API.
-
Updated the ApiTextPr/SetShd method in Text document API to accept
ApiColorinstances. -
Updated the ApiTextPr/GetShd method in Text document API.
-
Updated the ApiParaPr/SetShd method in Text document API to accept
ApiColorinstances. -
Updated the ApiParaPr/GetShd method in Text document API.
-
Updated the ApiInlineLvlSdt/SetBorderColor method in Text document API to accept
ApiColorinstances. -
Updated the ApiInlineLvlSdt/GetBorderColor method in Text document API.
-
Updated the ApiInlineLvlSdt/SetBackgroundColor method in Text document API to accept
ApiColorinstances. -
Updated the ApiInlineLvlSdt/GetBackgroundColor method in Text document API.
-
Updated the ApiFormBase/SetBorderColor method in Text document API to accept
ApiColorinstances. -
Added the ApiFormBase/GetBorderColor method to Text document API.
-
Updated the ApiFormBase/SetBackgroundColor method in Text document API to accept
ApiColorinstances. -
Added the ApiFormBase/GetBackgroundColor method to Text document API.
-
Updated the Api/CreateSolidFill method in Text document API to accept
ApiColorinstances. -
Updated the Api/CreatePatternFill method in Text document API to accept
ApiColorinstances. -
Updated the Api/CreateGradientStop method in Text document API to accept
ApiColorinstances. -
Updated the Api/CreateThemeColorScheme method in Presentation API.
Footnote/endnote methods
- Added the ApiDocument/GetCurrentFootEndnote method to Text document API.
- Added the ApiDocumentContent/IsFootnote method to Text document API.
- Added the ApiDocumentContent/IsEndnote method to Text document API.
- Added the ApiDocumentContent/SelectNoteReference method to Text document API.
Transition methods
-
Added the Api/CreateSlideShowTransition method to the Presentation API.
-
Added the ApiSlide/GetSlideShowTransition method to the Presentation API.
-
Added the ApiSlide/SetSlideShowTransition method to the Presentation API.
-
Added the ApiSlideShowTransition/GetEntryEffect method to the Presentation API.
-
Added the ApiSlideShowTransition/SetEntryEffect method to the Presentation API.
-
Added the ApiSlideShowTransition/GetDuration method to the Presentation API.
-
Added the ApiSlideShowTransition/SetDuration method to the Presentation API.
-
Added the ApiSlideShowTransition/GetSpeed method to the Presentation API.
-
Added the ApiSlideShowTransition/SetSpeed method to the Presentation API.
-
Added the ApiSlideShowTransition/GetAdvanceOnClick method to the Presentation API.
-
Added the ApiSlideShowTransition/SetAdvanceOnClick method to the Presentation API.
-
Added the ApiSlideShowTransition/GetAdvanceOnTime method to the Presentation API.
-
Added the ApiSlideShowTransition/SetAdvanceOnTime method to the Presentation API.
-
Added the ApiSlideShowTransition/GetAdvanceTime method to the Presentation API.
-
Added the ApiSlideShowTransition/SetAdvanceTime method to the Presentation API.
Hyperlink methods
- Added the Api/CreateHyperlink method to the Presentation API.
- Added the ApiDrawing/SetHyperlink method to the Presentation API.
Fill and Stroke methods
-
Added the ApiShape/SetFill method to the Text document API.
-
Added the ApiShape/GetFill method to the Text document API.
-
Added the ApiShape/SetLine method to the Text document API.
-
Added the ApiShape/GetLine method to the Text document API.
-
Added the ApiFill/GetType method to the Text document API.
-
Added the ApiStroke/GetWidth method to the Text document API.
-
Added the ApiStroke/GetFill method to the Text document API.
-
Added the ApiStroke/GetDashType method to the Text document API.
-
Added the ApiShape/SetFill method to the Spreadsheet API.
-
Added the ApiShape/GetFill method to the Spreadsheet API.
-
Added the ApiShape/SetLine method to the Spreadsheet API.
-
Added the ApiShape/GetLine method to the Spreadsheet API.
-
Added the ApiFill/GetType method to the Spreadsheet API.
-
Added the ApiStroke/GetWidth method to the Spreadsheet API.
-
Added the ApiStroke/GetFill method to the Spreadsheet API.
-
Added the ApiStroke/GetDashType method to the Spreadsheet API.
-
Added the ApiShape/SetFill method to the Presentation API.
-
Added the ApiShape/GetFill method to the Presentation API.
-
Added the ApiShape/SetLine method to the Presentation API.
-
Added the ApiShape/GetLine method to the Presentation API.
-
Added the ApiFill/GetType method to the Presentation API.
-
Added the ApiStroke/GetWidth method to the Presentation API.
-
Added the ApiStroke/GetFill method to the Presentation API.
-
Added the ApiStroke/GetDashType method to the Presentation API.
Animation methods
-
Added the ApiSlide/GetTimeLine method to the Presentation API.
-
Added the ApiTimeLine/GetClassType method to the Presentation API.
-
Added the ApiTimeLine/GetMainSequence method to the Presentation API.
-
Added the ApiTimeLine/GetInteractiveSequences method to the Presentation API.
-
Added the ApiAnimationSequence/GetClassType method to the Presentation API.
-
Added the ApiAnimationSequence/GetCount method to the Presentation API.
-
Added the ApiAnimationSequence/GetEffect method to the Presentation API.
-
Added the ApiAnimationSequence/AddEffect method to the Presentation API.
-
Added the ApiAnimationSequence/RemoveAllEffects method to the Presentation API.
-
Added the ApiAnimationEffect/GetClassType method to the Presentation API.
-
Added the ApiAnimationEffect/GetEffectType method to the Presentation API.
-
Added the ApiAnimationEffect/GetTriggerType method to the Presentation API.
-
Added the ApiAnimationEffect/SetTriggerType method to the Presentation API.
-
Added the ApiAnimationEffect/GetDuration method to the Presentation API.
-
Added the ApiAnimationEffect/SetDuration method to the Presentation API.
-
Added the ApiAnimationEffect/GetDelay method to the Presentation API.
-
Added the ApiAnimationEffect/SetDelay method to the Presentation API.
-
Added the ApiAnimationEffect/GetShape method to the Presentation API.
-
Added the ApiAnimationEffect/GetRepeatCount method to the Presentation API.
-
Added the ApiAnimationEffect/SetRepeatCount method to the Presentation API.
-
Added the ApiAnimationEffect/Delete method to the Presentation API.
-
Added the ApiAnimationEffect/MoveTo method to the Presentation API.
Form methods
- Added the ApiFormBase/SetLock method to the Form API.
- Added the ApiFormBase/GetLock method to the Form API.
- Added the ApiFormBase/SetLock method to the Text document API.
- Added the ApiFormBase/GetLock method to the Text document API.
Changed methods
- Updated the Api/CreateStroke method in Text document API - added
sDashparameter. - Updated the Api/CreateStroke method in Spreadsheet API - added
sDashparameter. - Updated the Api/CreateStroke method in Presentation API - added
sDashparameter. - Updated the ApiDrawing/Select method in Text document API - added
isReplaceparameter. - Updated the ApiDrawing/Select method in Spreadsheet API - added
isReplaceparameter. - Updated the ApiDrawing/Select method in Presentation API - added
isReplaceparameter. - Updated the ApiDrawing/SetHorPosition method in Text document API - added
bPercentparameter. - Updated the ApiDrawing/SetVerPosition method in Text document API - added
bPercentparameter.
Drawing methods
-
Added the ApiDocument/GetDrawingsByName method to the Text document API.
-
Added the ApiDrawing/GetFlipH method to the Text document API.
-
Added the ApiDrawing/GetFlipV method to the Text document API.
-
Added the ApiDrawing/Unselect method to the Text document API.
-
Added the ApiDrawing/SetRelativeHeight method to the Text document API.
-
Added the ApiDrawing/SetRelativeWidth method to the Text document API.
-
Added the ApiWorkbook/GetDrawingsByName method to the Spreadsheet API.
-
Added the ApiDrawing/GetFlipH method to the Spreadsheet API.
-
Added the ApiDrawing/GetFlipV method to the Spreadsheet API.
-
Added the ApiDrawing/Unselect method to the Spreadsheet API.
-
Added the ApiWorksheet/GetSelectedShapes method to the Spreadsheet API.
-
Added the ApiWorksheet/GetSelectedDrawings method to the Spreadsheet API.
-
Added the ApiDrawing/Fill method to the Spreadsheet API.
-
Added the ApiDrawing/SetOutLine method to the Spreadsheet API.
-
Added the ApiPresentation/GetDrawingsByName method to the Presentation API.
-
Added the ApiDrawing/GetFlipH method to the Presentation API.
-
Added the ApiDrawing/GetFlipV method to the Presentation API.
-
Added the ApiDrawing/Unselect method to the Presentation API.
-
Added the ApiDrawing/Fill method to the Presentation API.
-
Added the ApiDrawing/SetOutLine method to the Presentation API.
-
Added the ApiShape/SetPaddings method to the Presentation API.
ApiTable methods
- Added the ApiTable/SetSize method to the Presentation API.
ApiChart methods
- Added the ApiChart/GetTitle method to the Text document API.
- Added the ApiChart/GetTitle method to the Spreadsheet API.
- Added the ApiChart/GetTitle method to the Presentation API.
PDF methods
- Added the PDF API.
Api methods
- Added the Api/CentimetersToPoints method to the PDF API.
- Added the Api/CreateBlipFill method to the PDF API.
- Added the Api/CreateBullet method to the PDF API.
- Added the Api/CreateCaretAnnot method to the PDF API.
- Added the Api/CreateChart method to the PDF API.
- Added the Api/CreateCheckboxField method to the PDF API.
- Added the Api/CreateCircleAnnot method to the PDF API.
- Added the Api/CreateComboboxField method to the PDF API.
- Added the Api/CreateCustomGeometry method to the PDF API.
- Added the Api/CreateDateField method to the PDF API.
- Added the Api/CreateFreeTextAnnot method to the PDF API.
- Added the Api/CreateGradientStop method to the PDF API.
- Added the Api/CreateHighlightAnnot method to the PDF API.
- Added the Api/CreateImage method to the PDF API.
- Added the Api/CreateImageField method to the PDF API.
- Added the Api/CreateInkAnnot method to the PDF API.
- Added the Api/CreateLineAnnot method to the PDF API.
- Added the Api/CreateLinearGradientFill method to the PDF API.
- Added the Api/CreateListboxField method to the PDF API.
- Added the Api/CreateNoFill method to the PDF API.
- Added the Api/CreateNumbering method to the PDF API.
- Added the Api/CreateParagraph method to the PDF API.
- Added the Api/CreatePatternFill method to the PDF API.
- Added the Api/CreatePolyLineAnnot method to the PDF API.
- Added the Api/CreatePolygonAnnot method to the PDF API.
- Added the Api/CreatePresetColor method to the PDF API.
- Added the Api/CreatePresetGeometry method to the PDF API.
- Added the Api/CreateRGBColor method to the PDF API.
- Added the Api/CreateRadialGradientFill method to the PDF API.
- Added the Api/CreateRadiobuttonField method to the PDF API.
- Added the Api/CreateRedactAnnot method to the PDF API.
- Added the Api/CreateRichParaPr method to the PDF API.
- Added the Api/CreateRichParagraph method to the PDF API.
- Added the Api/CreateRichRun method to the PDF API.
- Added the Api/CreateRichTextPr method to the PDF API.
- Added the Api/CreateRun method to the PDF API.
- Added the Api/CreateSchemeColor method to the PDF API.
- Added the Api/CreateShape method to the PDF API.
- Added the Api/CreateSolidFill method to the PDF API.
- Added the Api/CreateSquareAnnot method to the PDF API.
- Added the Api/CreateStampAnnot method to the PDF API.
- Added the Api/CreateStrikeoutAnnot method to the PDF API.
- Added the Api/CreateStroke method to the PDF API.
- Added the Api/CreateTable method to the PDF API.
- Added the Api/CreateTextAnnot method to the PDF API.
- Added the Api/CreateTextField method to the PDF API.
- Added the Api/CreateTextPr method to the PDF API.
- Added the Api/CreateUnderlineAnnot method to the PDF API.
- Added the Api/EmusToMillimeters method to the PDF API.
- Added the Api/EmusToPoints method to the PDF API.
- Added the Api/GetDocument method to the PDF API.
- Added the Api/GetFullName method to the PDF API.
- Added the Api/InchesToPoints method to the PDF API.
- Added the Api/LinesToPoints method to the PDF API.
- Added the Api/MillimetersToEmus method to the PDF API.
- Added the Api/MillimetersToPixels method to the PDF API.
- Added the Api/MillimetersToPoints method to the PDF API.
- Added the Api/PicasToPoints method to the PDF API.
- Added the Api/PixelsToEmus method to the PDF API.
- Added the Api/PixelsToPoints method to the PDF API.
- Added the Api/PointsToCentimeters method to the PDF API.
- Added the Api/PointsToEmus method to the PDF API.
- Added the Api/PointsToInches method to the PDF API.
- Added the Api/PointsToLines method to the PDF API.
- Added the Api/PointsToMillimeters method to the PDF API.
- Added the Api/PointsToPicas method to the PDF API.
- Added the Api/PointsToPixels method to the PDF API.
- Added the Api/PointsToTwips method to the PDF API.
- Added the Api/TwipsToPoints method to the PDF API.
ApiBaseAnnotation methods
- Added the ApiBaseAnnotation/AddReply method to the PDF API.
- Added the ApiBaseAnnotation/Delete method to the PDF API.
- Added the ApiBaseAnnotation/GetAuthorName method to the PDF API.
- Added the ApiBaseAnnotation/GetBorderColor method to the PDF API.
- Added the ApiBaseAnnotation/GetBorderEffectIntensity method to the PDF API.
- Added the ApiBaseAnnotation/GetBorderEffectStyle method to the PDF API.
- Added the ApiBaseAnnotation/GetBorderStyle method to the PDF API.
- Added the ApiBaseAnnotation/GetBorderWidth method to the PDF API.
- Added the ApiBaseAnnotation/GetContents method to the PDF API.
- Added the ApiBaseAnnotation/GetCreationDate method to the PDF API.
- Added the ApiBaseAnnotation/GetDashPattern method to the PDF API.
- Added the ApiBaseAnnotation/GetDisplay method to the PDF API.
- Added the ApiBaseAnnotation/GetFillColor method to the PDF API.
- Added the ApiBaseAnnotation/GetModDate method to the PDF API.
- Added the ApiBaseAnnotation/GetOpacity method to the PDF API.
- Added the ApiBaseAnnotation/GetPosition method to the PDF API.
- Added the ApiBaseAnnotation/GetRect method to the PDF API.
- Added the ApiBaseAnnotation/GetReplies method to the PDF API.
- Added the ApiBaseAnnotation/GetSubject method to the PDF API.
- Added the ApiBaseAnnotation/GetUniqueName method to the PDF API.
- Added the ApiBaseAnnotation/SetAuthorName method to the PDF API.
- Added the ApiBaseAnnotation/SetBorderColor method to the PDF API.
- Added the ApiBaseAnnotation/SetBorderEffectIntensity method to the PDF API.
- Added the ApiBaseAnnotation/SetBorderEffectStyle method to the PDF API.
- Added the ApiBaseAnnotation/SetBorderStyle method to the PDF API.
- Added the ApiBaseAnnotation/SetBorderWidth method to the PDF API.
- Added the ApiBaseAnnotation/SetContents method to the PDF API.
- Added the ApiBaseAnnotation/SetCreationDate method to the PDF API.
- Added the ApiBaseAnnotation/SetDashPattern method to the PDF API.
- Added the ApiBaseAnnotation/SetDisplay method to the PDF API.
- Added the ApiBaseAnnotation/SetFillColor method to the PDF API.
- Added the ApiBaseAnnotation/SetModDate method to the PDF API.
- Added the ApiBaseAnnotation/SetOpacity method to the PDF API.
- Added the ApiBaseAnnotation/SetPosition method to the PDF API.
- Added the ApiBaseAnnotation/SetRect method to the PDF API.
- Added the ApiBaseAnnotation/SetSubject method to the PDF API.
- Added the ApiBaseAnnotation/SetUniqueName method to the PDF API.
ApiBaseField methods
- Added the ApiBaseField/AddWidget method to the PDF API.
- Added the ApiBaseField/Delete method to the PDF API.
- Added the ApiBaseField/GetAllWidgets method to the PDF API.
- Added the ApiBaseField/GetFullName method to the PDF API.
- Added the ApiBaseField/GetPartialName method to the PDF API.
- Added the ApiBaseField/GetValue method to the PDF API.
- Added the ApiBaseField/IsReadOnly method to the PDF API.
- Added the ApiBaseField/IsRequired method to the PDF API.
- Added the ApiBaseField/SetFullName method to the PDF API.
- Added the ApiBaseField/SetPartialName method to the PDF API.
- Added the ApiBaseField/SetReadOnly method to the PDF API.
- Added the ApiBaseField/SetRequired method to the PDF API.
- Added the ApiBaseField/SetValue method to the PDF API.
ApiBaseListField methods
- Added the ApiBaseListField/AddOption method to the PDF API.
- Added the ApiBaseListField/GetOption method to the PDF API.
- Added the ApiBaseListField/GetOptions method to the PDF API.
- Added the ApiBaseListField/GetValueIndexes method to the PDF API.
- Added the ApiBaseListField/IsCommitOnSelChange method to the PDF API.
- Added the ApiBaseListField/MoveOption method to the PDF API.
- Added the ApiBaseListField/RemoveOption method to the PDF API.
- Added the ApiBaseListField/SetCommitOnSelChange method to the PDF API.
- Added the ApiBaseListField/SetValueIndexes method to the PDF API.
ApiBaseMarkupAnnotation methods
- Added the ApiBaseMarkupAnnotation/GetQuads method to the PDF API.
- Added the ApiBaseMarkupAnnotation/SetQuads method to the PDF API.
ApiBaseWidget methods
- Added the ApiBaseWidget/Delete method to the PDF API.
- Added the ApiBaseWidget/GetBackgroundColor method to the PDF API.
- Added the ApiBaseWidget/GetBorderColor method to the PDF API.
- Added the ApiBaseWidget/GetBorderStyle method to the PDF API.
- Added the ApiBaseWidget/GetBorderWidth method to the PDF API.
- Added the ApiBaseWidget/GetClassType method to the PDF API.
- Added the ApiBaseWidget/GetPosition method to the PDF API.
- Added the ApiBaseWidget/GetRect method to the PDF API.
- Added the ApiBaseWidget/GetTextColor method to the PDF API.
- Added the ApiBaseWidget/GetTextSize method to the PDF API.
- Added the ApiBaseWidget/IsAutoFit method to the PDF API.
- Added the ApiBaseWidget/SetAutoFit method to the PDF API.
- Added the ApiBaseWidget/SetBackgroundColor method to the PDF API.
- Added the ApiBaseWidget/SetBorderColor method to the PDF API.
- Added the ApiBaseWidget/SetBorderStyle method to the PDF API.
- Added the ApiBaseWidget/SetBorderWidth method to the PDF API.
- Added the ApiBaseWidget/SetPosition method to the PDF API.
- Added the ApiBaseWidget/SetRect method to the PDF API.
- Added the ApiBaseWidget/SetTextColor method to the PDF API.
- Added the ApiBaseWidget/SetTextSize method to the PDF API.
ApiBullet methods
- Added the ApiBullet/GetClassType method to the PDF API.
ApiButtonField methods
- Added the ApiButtonField/GetClassType method to the PDF API.
ApiButtonWidget methods
- Added the ApiButtonWidget/GetBehavior method to the PDF API.
- Added the ApiButtonWidget/GetClassType method to the PDF API.
- Added the ApiButtonWidget/GetIconXPos method to the PDF API.
- Added the ApiButtonWidget/GetIconYPos method to the PDF API.
- Added the ApiButtonWidget/GetLabel method to the PDF API.
- Added the ApiButtonWidget/GetLayout method to the PDF API.
- Added the ApiButtonWidget/GetScaleHow method to the PDF API.
- Added the ApiButtonWidget/GetScaleWhen method to the PDF API.
- Added the ApiButtonWidget/IsFitBounds method to the PDF API.
- Added the ApiButtonWidget/SetBehavior method to the PDF API.
- Added the ApiButtonWidget/SetFitBounds method to the PDF API.
- Added the ApiButtonWidget/SetIconXPos method to the PDF API.
- Added the ApiButtonWidget/SetIconYPos method to the PDF API.
- Added the ApiButtonWidget/SetImage method to the PDF API.
- Added the ApiButtonWidget/SetLabel method to the PDF API.
- Added the ApiButtonWidget/SetLayout method to the PDF API.
- Added the ApiButtonWidget/SetScaleHow method to the PDF API.
- Added the ApiButtonWidget/SetScaleWhen method to the PDF API.
ApiCaretAnnotation methods
- Added the ApiCaretAnnotation/GetClassType method to the PDF API.
- Added the ApiCaretAnnotation/GetQuads method to the PDF API.
- Added the ApiCaretAnnotation/SetQuads method to the PDF API.
ApiChart methods
- Added the ApiChart/ApplyChartStyle method to the PDF API.
- Added the ApiChart/GetAllSeries method to the PDF API.
- Added the ApiChart/GetChartType method to the PDF API.
- Added the ApiChart/GetClassType method to the PDF API.
- Added the ApiChart/GetSeries method to the PDF API.
- Added the ApiChart/RemoveSeria method to the PDF API.
- Added the ApiChart/SetAxieNumFormat method to the PDF API.
- Added the ApiChart/SetCategoryName method to the PDF API.
- Added the ApiChart/SetDataPointFill method to the PDF API.
- Added the ApiChart/SetDataPointNumFormat method to the PDF API.
- Added the ApiChart/SetDataPointOutLine method to the PDF API.
- Added the ApiChart/SetHorAxisLabelsFontSize method to the PDF API.
- Added the ApiChart/SetHorAxisMajorTickMark method to the PDF API.
- Added the ApiChart/SetHorAxisMinorTickMark method to the PDF API.
- Added the ApiChart/SetHorAxisOrientation method to the PDF API.
- Added the ApiChart/SetHorAxisTickLabelPosition method to the PDF API.
- Added the ApiChart/SetHorAxisTitle method to the PDF API.
- Added the ApiChart/SetLegendFill method to the PDF API.
- Added the ApiChart/SetLegendFontSize method to the PDF API.
- Added the ApiChart/SetLegendOutLine method to the PDF API.
- Added the ApiChart/SetLegendPos method to the PDF API.
- Added the ApiChart/SetMajorHorizontalGridlines method to the PDF API.
- Added the ApiChart/SetMajorVerticalGridlines method to the PDF API.
- Added the ApiChart/SetMarkerFill method to the PDF API.
- Added the ApiChart/SetMarkerOutLine method to the PDF API.
- Added the ApiChart/SetMinorHorizontalGridlines method to the PDF API.
- Added the ApiChart/SetMinorVerticalGridlines method to the PDF API.
- Added the ApiChart/SetPlotAreaFill method to the PDF API.
- Added the ApiChart/SetPlotAreaOutLine method to the PDF API.
- Added the ApiChart/SetSeriaName method to the PDF API.
- Added the ApiChart/SetSeriaNumFormat method to the PDF API.
- Added the ApiChart/SetSeriaValues method to the PDF API.
- Added the ApiChart/SetSeriesFill method to the PDF API.
- Added the ApiChart/SetSeriesOutLine method to the PDF API.
- Added the ApiChart/SetShowDataLabels method to the PDF API.
- Added the ApiChart/SetShowPointDataLabel method to the PDF API.
- Added the ApiChart/SetTitle method to the PDF API.
- Added the ApiChart/SetTitleFill method to the PDF API.
- Added the ApiChart/SetTitleOutLine method to the PDF API.
- Added the ApiChart/SetVerAxisOrientation method to the PDF API.
- Added the ApiChart/SetVerAxisTitle method to the PDF API.
- Added the ApiChart/SetVertAxisLabelsFontSize method to the PDF API.
- Added the ApiChart/SetVertAxisMajorTickMark method to the PDF API.
- Added the ApiChart/SetVertAxisMinorTickMark method to the PDF API.
- Added the ApiChart/SetVertAxisTickLabelPosition method to the PDF API.
- Added the ApiChart/SetXValues method to the PDF API.
ApiChartSeries methods
- Added the ApiChartSeries/ChangeChartType method to the PDF API.
- Added the ApiChartSeries/GetChartType method to the PDF API.
- Added the ApiChartSeries/GetClassType method to the PDF API.
ApiCheckboxField methods
- Added the ApiCheckboxField/AddOption method to the PDF API.
- Added the ApiCheckboxField/GetClassType method to the PDF API.
- Added the ApiCheckboxField/IsToggleToOff method to the PDF API.
- Added the ApiCheckboxField/SetToggleToOff method to the PDF API.
ApiCheckboxWidget methods
- Added the ApiCheckboxWidget/GetCheckStyle method to the PDF API.
- Added the ApiCheckboxWidget/GetClassType method to the PDF API.
- Added the ApiCheckboxWidget/GetExportValue method to the PDF API.
- Added the ApiCheckboxWidget/IsChecked method to the PDF API.
- Added the ApiCheckboxWidget/IsCheckedByDefault method to the PDF API.
- Added the ApiCheckboxWidget/SetCheckStyle method to the PDF API.
- Added the ApiCheckboxWidget/SetChecked method to the PDF API.
- Added the ApiCheckboxWidget/SetCheckedByDefault method to the PDF API.
- Added the ApiCheckboxWidget/SetExportValue method to the PDF API.
ApiCircleAnnotation methods
- Added the ApiCircleAnnotation/GetClassType method to the PDF API.
- Added the ApiCircleAnnotation/GetRectDiff method to the PDF API.
- Added the ApiCircleAnnotation/SetRectDiff method to the PDF API.
ApiColor methods
- Added the ApiColor/FromJSON method to the PDF API.
- Added the ApiColor/GetClassType method to the PDF API.
- Added the ApiColor/GetHex method to the PDF API.
- Added the ApiColor/GetRGB method to the PDF API.
- Added the ApiColor/ToJSON method to the PDF API.
ApiComboboxField methods
- Added the ApiComboboxField/AddOption method to the PDF API.
- Added the ApiComboboxField/ClearFormat method to the PDF API.
- Added the ApiComboboxField/GetClassType method to the PDF API.
- Added the ApiComboboxField/GetOption method to the PDF API.
- Added the ApiComboboxField/GetOptions method to the PDF API.
- Added the ApiComboboxField/GetValueIndexes method to the PDF API.
- Added the ApiComboboxField/IsCommitOnSelChange method to the PDF API.
- Added the ApiComboboxField/IsEditable method to the PDF API.
- Added the ApiComboboxField/MoveOption method to the PDF API.
- Added the ApiComboboxField/RemoveOption method to the PDF API.
- Added the ApiComboboxField/SetCommitOnSelChange method to the PDF API.
- Added the ApiComboboxField/SetDateFormat method to the PDF API.
- Added the ApiComboboxField/SetEditable method to the PDF API.
- Added the ApiComboboxField/SetMask method to the PDF API.
- Added the ApiComboboxField/SetNumberFormat method to the PDF API.
- Added the ApiComboboxField/SetPercentageFormat method to the PDF API.
- Added the ApiComboboxField/SetRegularExp method to the PDF API.
- Added the ApiComboboxField/SetSpecialFormat method to the PDF API.
- Added the ApiComboboxField/SetTimeFormat method to the PDF API.
- Added the ApiComboboxField/SetValidateRange method to the PDF API.
- Added the ApiComboboxField/SetValueIndexes method to the PDF API.
ApiDocument methods
- Added the ApiDocument/AddPage method to the PDF API.
- Added the ApiDocument/ApplyRedact method to the PDF API.
- Added the ApiDocument/GetAllFields method to the PDF API.
- Added the ApiDocument/GetClassType method to the PDF API.
- Added the ApiDocument/GetFieldByName method to the PDF API.
- Added the ApiDocument/GetPage method to the PDF API.
- Added the ApiDocument/GetPagesCount method to the PDF API.
- Added the ApiDocument/RemovePage method to the PDF API.
- Added the ApiDocument/SearchAndRedact method to the PDF API.
ApiDocumentContent methods
- Added the ApiDocumentContent/AddElement method to the PDF API.
- Added the ApiDocumentContent/GetAllParagraphs method to the PDF API.
- Added the ApiDocumentContent/GetClassType method to the PDF API.
- Added the ApiDocumentContent/GetCurrentParagraph method to the PDF API.
- Added the ApiDocumentContent/GetCurrentRun method to the PDF API.
- Added the ApiDocumentContent/GetElement method to the PDF API.
- Added the ApiDocumentContent/GetElementsCount method to the PDF API.
- Added the ApiDocumentContent/GetInternalId method to the PDF API.
- Added the ApiDocumentContent/GetText method to the PDF API.
- Added the ApiDocumentContent/Push method to the PDF API.
- Added the ApiDocumentContent/RemoveAllElements method to the PDF API.
- Added the ApiDocumentContent/RemoveElement method to the PDF API.
ApiDrawing methods
- Added the ApiDrawing/Copy method to the PDF API.
- Added the ApiDrawing/Delete method to the PDF API.
- Added the ApiDrawing/GetClassType method to the PDF API.
- Added the ApiDrawing/GetHeight method to the PDF API.
- Added the ApiDrawing/GetParentPage method to the PDF API.
- Added the ApiDrawing/GetPosX method to the PDF API.
- Added the ApiDrawing/GetPosY method to the PDF API.
- Added the ApiDrawing/GetRotation method to the PDF API.
- Added the ApiDrawing/GetWidth method to the PDF API.
- Added the ApiDrawing/Select method to the PDF API.
- Added the ApiDrawing/SetPosX method to the PDF API.
- Added the ApiDrawing/SetPosY method to the PDF API.
- Added the ApiDrawing/SetPosition method to the PDF API.
- Added the ApiDrawing/SetRotation method to the PDF API.
- Added the ApiDrawing/SetSize method to the PDF API.
ApiFill methods
- Added the ApiFill/GetClassType method to the PDF API.
- Added the ApiFill/GetType method to the PDF API.
ApiFreeTextAnnotation methods
- Added the ApiFreeTextAnnotation/GetCallout method to the PDF API.
- Added the ApiFreeTextAnnotation/GetClassType method to the PDF API.
- Added the ApiFreeTextAnnotation/GetContent method to the PDF API.
- Added the ApiFreeTextAnnotation/GetIntent method to the PDF API.
- Added the ApiFreeTextAnnotation/GetRectDiff method to the PDF API.
- Added the ApiFreeTextAnnotation/SetCallout method to the PDF API.
- Added the ApiFreeTextAnnotation/SetIntent method to the PDF API.
- Added the ApiFreeTextAnnotation/SetRectDiff method to the PDF API.
ApiGeometry methods
- Added the ApiGeometry/AddAdj method to the PDF API.
- Added the ApiGeometry/AddConnectionPoint method to the PDF API.
- Added the ApiGeometry/AddGuide method to the PDF API.
- Added the ApiGeometry/AddPath method to the PDF API.
- Added the ApiGeometry/GetAdjValue method to the PDF API.
- Added the ApiGeometry/GetPath method to the PDF API.
- Added the ApiGeometry/GetPathCount method to the PDF API.
- Added the ApiGeometry/GetPaths method to the PDF API.
- Added the ApiGeometry/GetPreset method to the PDF API.
- Added the ApiGeometry/IsCustom method to the PDF API.
- Added the ApiGeometry/SetAdjValue method to the PDF API.
- Added the ApiGeometry/SetTextRect method to the PDF API.
ApiGradientStop methods
- Added the ApiGradientStop/GetClassType method to the PDF API.
ApiGroup methods
- Added the ApiGroup/GetClassType method to the PDF API.
ApiHighlightAnnotation methods
- Added the ApiHighlightAnnotation/GetClassType method to the PDF API.
- Added the ApiHighlightAnnotation/GetQuads method to the PDF API.
- Added the ApiHighlightAnnotation/SetQuads method to the PDF API.
ApiHyperlink methods
- Added the ApiHyperlink/GetClassType method to the PDF API.
- Added the ApiHyperlink/GetElement method to the PDF API.
- Added the ApiHyperlink/GetElementsCount method to the PDF API.
- Added the ApiHyperlink/GetLinkedText method to the PDF API.
- Added the ApiHyperlink/GetScreenTipText method to the PDF API.
- Added the ApiHyperlink/SetLink method to the PDF API.
- Added the ApiHyperlink/SetScreenTipText method to the PDF API.
ApiImage methods
- Added the ApiImage/GetClassType method to the PDF API.
ApiInkAnnotation methods
- Added the ApiInkAnnotation/GetClassType method to the PDF API.
- Added the ApiInkAnnotation/GetPathList method to the PDF API.
- Added the ApiInkAnnotation/SetPathList method to the PDF API.
ApiLineAnnotation methods
- Added the ApiLineAnnotation/GetClassType method to the PDF API.
- Added the ApiLineAnnotation/GetEndPoint method to the PDF API.
- Added the ApiLineAnnotation/GetEndStyle method to the PDF API.
- Added the ApiLineAnnotation/GetStartPoint method to the PDF API.
- Added the ApiLineAnnotation/GetStartStyle method to the PDF API.
- Added the ApiLineAnnotation/SetEndPoint method to the PDF API.
- Added the ApiLineAnnotation/SetEndStyle method to the PDF API.
- Added the ApiLineAnnotation/SetStartPoint method to the PDF API.
- Added the ApiLineAnnotation/SetStartStyle method to the PDF API.
ApiListboxField methods
- Added the ApiListboxField/AddOption method to the PDF API.
- Added the ApiListboxField/GetClassType method to the PDF API.
- Added the ApiListboxField/GetOption method to the PDF API.
- Added the ApiListboxField/GetOptions method to the PDF API.
- Added the ApiListboxField/GetValueIndexes method to the PDF API.
- Added the ApiListboxField/IsCommitOnSelChange method to the PDF API.
- Added the ApiListboxField/IsMultipleSelection method to the PDF API.
- Added the ApiListboxField/MoveOption method to the PDF API.
- Added the ApiListboxField/RemoveOption method to the PDF API.
- Added the ApiListboxField/SetCommitOnSelChange method to the PDF API.
- Added the ApiListboxField/SetMultipleSelection method to the PDF API.
- Added the ApiListboxField/SetValueIndexes method to the PDF API.
ApiPage methods
- Added the ApiPage/AddObject method to the PDF API.
- Added the ApiPage/GetAllAnnots method to the PDF API.
- Added the ApiPage/GetAllDrawings method to the PDF API.
- Added the ApiPage/GetAllWidgets method to the PDF API.
- Added the ApiPage/GetClassType method to the PDF API.
- Added the ApiPage/GetIndex method to the PDF API.
- Added the ApiPage/GetRotation method to the PDF API.
- Added the ApiPage/GetSelectedText method to the PDF API.
- Added the ApiPage/GetSelectionQuads method to the PDF API.
- Added the ApiPage/RecognizeContent method to the PDF API.
- Added the ApiPage/Search method to the PDF API.
- Added the ApiPage/SetRotation method to the PDF API.
- Added the ApiPage/SetSelection method to the PDF API.
ApiParaPr methods
- Added the ApiParaPr/GetClassType method to the PDF API.
- Added the ApiParaPr/GetIndFirstLine method to the PDF API.
- Added the ApiParaPr/GetIndLeft method to the PDF API.
- Added the ApiParaPr/GetIndRight method to the PDF API.
- Added the ApiParaPr/GetJc method to the PDF API.
- Added the ApiParaPr/GetOutlineLvl method to the PDF API.
- Added the ApiParaPr/GetSpacingAfter method to the PDF API.
- Added the ApiParaPr/GetSpacingBefore method to the PDF API.
- Added the ApiParaPr/GetSpacingLineRule method to the PDF API.
- Added the ApiParaPr/GetSpacingLineValue method to the PDF API.
- Added the ApiParaPr/SetBullet method to the PDF API.
- Added the ApiParaPr/SetIndFirstLine method to the PDF API.
- Added the ApiParaPr/SetIndLeft method to the PDF API.
- Added the ApiParaPr/SetIndRight method to the PDF API.
- Added the ApiParaPr/SetJc method to the PDF API.
- Added the ApiParaPr/SetOutlineLvl method to the PDF API.
- Added the ApiParaPr/SetSpacingAfter method to the PDF API.
- Added the ApiParaPr/SetSpacingBefore method to the PDF API.
- Added the ApiParaPr/SetSpacingLine method to the PDF API.
- Added the ApiParaPr/SetTabs method to the PDF API.
ApiParagraph methods
- Added the ApiParagraph/AddElement method to the PDF API.
- Added the ApiParagraph/AddLineBreak method to the PDF API.
- Added the ApiParagraph/AddTabStop method to the PDF API.
- Added the ApiParagraph/AddText method to the PDF API.
- Added the ApiParagraph/Copy method to the PDF API.
- Added the ApiParagraph/Delete method to the PDF API.
- Added the ApiParagraph/GetClassType method to the PDF API.
- Added the ApiParagraph/GetElement method to the PDF API.
- Added the ApiParagraph/GetElementsCount method to the PDF API.
- Added the ApiParagraph/GetFontNames method to the PDF API.
- Added the ApiParagraph/GetIndFirstLine method to the PDF API.
- Added the ApiParagraph/GetIndLeft method to the PDF API.
- Added the ApiParagraph/GetIndRight method to the PDF API.
- Added the ApiParagraph/GetInternalId method to the PDF API.
- Added the ApiParagraph/GetJc method to the PDF API.
- Added the ApiParagraph/GetLastRunWithText method to the PDF API.
- Added the ApiParagraph/GetNext method to the PDF API.
- Added the ApiParagraph/GetOutlineLvl method to the PDF API.
- Added the ApiParagraph/GetParaPr method to the PDF API.
- Added the ApiParagraph/GetPrevious method to the PDF API.
- Added the ApiParagraph/GetSpacingAfter method to the PDF API.
- Added the ApiParagraph/GetSpacingBefore method to the PDF API.
- Added the ApiParagraph/GetSpacingLineRule method to the PDF API.
- Added the ApiParagraph/GetSpacingLineValue method to the PDF API.
- Added the ApiParagraph/InsertParagraph method to the PDF API.
- Added the ApiParagraph/Last method to the PDF API.
- Added the ApiParagraph/Push method to the PDF API.
- Added the ApiParagraph/RemoveAllElements method to the PDF API.
- Added the ApiParagraph/RemoveElement method to the PDF API.
- Added the ApiParagraph/Select method to the PDF API.
- Added the ApiParagraph/SetBold method to the PDF API.
- Added the ApiParagraph/SetBullet method to the PDF API.
- Added the ApiParagraph/SetCaps method to the PDF API.
- Added the ApiParagraph/SetDoubleStrikeout method to the PDF API.
- Added the ApiParagraph/SetFontFamily method to the PDF API.
- Added the ApiParagraph/SetFontSize method to the PDF API.
- Added the ApiParagraph/SetHighlight method to the PDF API.
- Added the ApiParagraph/SetIndFirstLine method to the PDF API.
- Added the ApiParagraph/SetIndLeft method to the PDF API.
- Added the ApiParagraph/SetIndRight method to the PDF API.
- Added the ApiParagraph/SetItalic method to the PDF API.
- Added the ApiParagraph/SetJc method to the PDF API.
- Added the ApiParagraph/SetOutlineLvl method to the PDF API.
- Added the ApiParagraph/SetSmallCaps method to the PDF API.
- Added the ApiParagraph/SetSpacing method to the PDF API.
- Added the ApiParagraph/SetSpacingAfter method to the PDF API.
- Added the ApiParagraph/SetSpacingBefore method to the PDF API.
- Added the ApiParagraph/SetSpacingLine method to the PDF API.
- Added the ApiParagraph/SetStrikeout method to the PDF API.
- Added the ApiParagraph/SetTabs method to the PDF API.
- Added the ApiParagraph/SetTextPr method to the PDF API.
- Added the ApiParagraph/SetUnderline method to the PDF API.
- Added the ApiParagraph/ToJSON method to the PDF API.
ApiPath methods
- Added the ApiPath/ArcTo method to the PDF API.
- Added the ApiPath/Close method to the PDF API.
- Added the ApiPath/CubicBezTo method to the PDF API.
- Added the ApiPath/GetCommand method to the PDF API.
- Added the ApiPath/GetCommandCount method to the PDF API.
- Added the ApiPath/GetCommands method to the PDF API.
- Added the ApiPath/GetFill method to the PDF API.
- Added the ApiPath/GetHeight method to the PDF API.
- Added the ApiPath/GetStroke method to the PDF API.
- Added the ApiPath/GetWidth method to the PDF API.
- Added the ApiPath/LineTo method to the PDF API.
- Added the ApiPath/MoveTo method to the PDF API.
- Added the ApiPath/QuadBezTo method to the PDF API.
- Added the ApiPath/SetFill method to the PDF API.
- Added the ApiPath/SetHeight method to the PDF API.
- Added the ApiPath/SetStroke method to the PDF API.
- Added the ApiPath/SetWidth method to the PDF API.
ApiPathCommand methods
- Added the ApiPathCommand/GetHR method to the PDF API.
- Added the ApiPathCommand/GetStartAngle method to the PDF API.
- Added the ApiPathCommand/GetSweepAngle method to the PDF API.
- Added the ApiPathCommand/GetType method to the PDF API.
- Added the ApiPathCommand/GetWR method to the PDF API.
- Added the ApiPathCommand/GetX method to the PDF API.
- Added the ApiPathCommand/GetX0 method to the PDF API.
- Added the ApiPathCommand/GetX1 method to the PDF API.
- Added the ApiPathCommand/GetX2 method to the PDF API.
- Added the ApiPathCommand/GetY method to the PDF API.
- Added the ApiPathCommand/GetY0 method to the PDF API.
- Added the ApiPathCommand/GetY1 method to the PDF API.
- Added the ApiPathCommand/GetY2 method to the PDF API.
ApiPolyLineAnnotation methods
- Added the ApiPolyLineAnnotation/GetClassType method to the PDF API.
- Added the ApiPolyLineAnnotation/GetEndStyle method to the PDF API.
- Added the ApiPolyLineAnnotation/GetStartStyle method to the PDF API.
- Added the ApiPolyLineAnnotation/GetVertices method to the PDF API.
- Added the ApiPolyLineAnnotation/SetEndStyle method to the PDF API.
- Added the ApiPolyLineAnnotation/SetStartStyle method to the PDF API.
- Added the ApiPolyLineAnnotation/SetVertices method to the PDF API.
ApiPolygonAnnotation methods
- Added the ApiPolygonAnnotation/GetClassType method to the PDF API.
- Added the ApiPolygonAnnotation/GetVertices method to the PDF API.
- Added the ApiPolygonAnnotation/SetVertices method to the PDF API.
ApiPresetColor methods
- Added the ApiPresetColor/GetClassType method to the PDF API.
ApiRGBColor methods
- Added the ApiRGBColor/GetClassType method to the PDF API.
ApiRadiobuttonField methods
- Added the ApiRadiobuttonField/AddOption method to the PDF API.
- Added the ApiRadiobuttonField/GetClassType method to the PDF API.
- Added the ApiRadiobuttonField/IsCheckInUnison method to the PDF API.
- Added the ApiRadiobuttonField/IsToggleToOff method to the PDF API.
- Added the ApiRadiobuttonField/SetCheckInUnison method to the PDF API.
- Added the ApiRadiobuttonField/SetToggleToOff method to the PDF API.
ApiRedactAnnotation methods
- Added the ApiRedactAnnotation/GetClassType method to the PDF API.
- Added the ApiRedactAnnotation/GetQuads method to the PDF API.
- Added the ApiRedactAnnotation/SetQuads method to the PDF API.
ApiRichContent methods
- Added the ApiRichContent/AddElement method to the PDF API.
- Added the ApiRichContent/GetClassType method to the PDF API.
- Added the ApiRichContent/GetContent method to the PDF API.
- Added the ApiRichContent/GetCurrentParagraph method to the PDF API.
- Added the ApiRichContent/GetCurrentRun method to the PDF API.
- Added the ApiRichContent/GetElement method to the PDF API.
- Added the ApiRichContent/Push method to the PDF API.
ApiRichParaPr methods
- Added the ApiRichParaPr/GetClassType method to the PDF API.
ApiRichParagraph methods
- Added the ApiRichParagraph/AddElement method to the PDF API.
- Added the ApiRichParagraph/AddText method to the PDF API.
- Added the ApiRichParagraph/Copy method to the PDF API.
- Added the ApiRichParagraph/GetClassType method to the PDF API.
- Added the ApiRichParagraph/GetElement method to the PDF API.
- Added the ApiRichParagraph/GetNext method to the PDF API.
- Added the ApiRichParagraph/GetParaPr method to the PDF API.
- Added the ApiRichParagraph/GetPrevious method to the PDF API.
- Added the ApiRichParagraph/Last method to the PDF API.
- Added the ApiRichParagraph/Push method to the PDF API.
- Added the ApiRichParagraph/SetParaPr method to the PDF API.
- Added the ApiRichParagraph/SetReadingOrder method to the PDF API.
ApiRichRun methods
- Added the ApiRichRun/Copy method to the PDF API.
- Added the ApiRichRun/GetClassType method to the PDF API.
- Added the ApiRichRun/GetParentParagraph method to the PDF API.
- Added the ApiRichRun/GetTextPr method to the PDF API.
- Added the ApiRichRun/SetTextPr method to the PDF API.
ApiRichTextPr methods
- Added the ApiRichTextPr/GetClassType method to the PDF API.
ApiRun methods
- Added the ApiRun/AddLineBreak method to the PDF API.
- Added the ApiRun/AddTabStop method to the PDF API.
- Added the ApiRun/AddText method to the PDF API.
- Added the ApiRun/ClearContent method to the PDF API.
- Added the ApiRun/Copy method to the PDF API.
- Added the ApiRun/Delete method to the PDF API.
- Added the ApiRun/GetBold method to the PDF API.
- Added the ApiRun/GetCaps method to the PDF API.
- Added the ApiRun/GetClassType method to the PDF API.
- Added the ApiRun/GetDoubleStrikeout method to the PDF API.
- Added the ApiRun/GetFill method to the PDF API.
- Added the ApiRun/GetFontFamily method to the PDF API.
- Added the ApiRun/GetFontNames method to the PDF API.
- Added the ApiRun/GetFontSize method to the PDF API.
- Added the ApiRun/GetHighlight method to the PDF API.
- Added the ApiRun/GetItalic method to the PDF API.
- Added the ApiRun/GetOutLine method to the PDF API.
- Added the ApiRun/GetSmallCaps method to the PDF API.
- Added the ApiRun/GetSpacing method to the PDF API.
- Added the ApiRun/GetStrikeout method to the PDF API.
- Added the ApiRun/GetTextFill method to the PDF API.
- Added the ApiRun/GetTextPr method to the PDF API.
- Added the ApiRun/GetUnderline method to the PDF API.
- Added the ApiRun/RemoveAllElements method to the PDF API.
- Added the ApiRun/SetBold method to the PDF API.
- Added the ApiRun/SetCaps method to the PDF API.
- Added the ApiRun/SetDoubleStrikeout method to the PDF API.
- Added the ApiRun/SetFill method to the PDF API.
- Added the ApiRun/SetFontFamily method to the PDF API.
- Added the ApiRun/SetFontSize method to the PDF API.
- Added the ApiRun/SetHighlight method to the PDF API.
- Added the ApiRun/SetItalic method to the PDF API.
- Added the ApiRun/SetLanguage method to the PDF API.
- Added the ApiRun/SetOutLine method to the PDF API.
- Added the ApiRun/SetPosition method to the PDF API.
- Added the ApiRun/SetSmallCaps method to the PDF API.
- Added the ApiRun/SetSpacing method to the PDF API.
- Added the ApiRun/SetStrikeout method to the PDF API.
- Added the ApiRun/SetTextFill method to the PDF API.
- Added the ApiRun/SetTextPr method to the PDF API.
- Added the ApiRun/SetUnderline method to the PDF API.
- Added the ApiRun/SetVertAlign method to the PDF API.
ApiSchemeColor methods
- Added the ApiSchemeColor/GetClassType method to the PDF API.
ApiShape methods
- Added the ApiShape/GetClassType method to the PDF API.
- Added the ApiShape/GetContent method to the PDF API.
- Added the ApiShape/GetFill method to the PDF API.
- Added the ApiShape/GetGeometry method to the PDF API.
- Added the ApiShape/GetLine method to the PDF API.
- Added the ApiShape/SetFill method to the PDF API.
- Added the ApiShape/SetGeometry method to the PDF API.
- Added the ApiShape/SetLine method to the PDF API.
- Added the ApiShape/SetVerticalTextAlign method to the PDF API.
ApiSmartArt methods
- Added the ApiSmartArt/GetClassType method to the PDF API.
ApiSquareAnnotation methods
- Added the ApiSquareAnnotation/GetClassType method to the PDF API.
- Added the ApiSquareAnnotation/GetRectDiff method to the PDF API.
- Added the ApiSquareAnnotation/SetRectDiff method to the PDF API.
ApiStampAnnotation methods
- Added the ApiStampAnnotation/GetClassType method to the PDF API.
- Added the ApiStampAnnotation/GetRotation method to the PDF API.
- Added the ApiStampAnnotation/GetScale method to the PDF API.
- Added the ApiStampAnnotation/GetType method to the PDF API.
- Added the ApiStampAnnotation/SetRotation method to the PDF API.
- Added the ApiStampAnnotation/SetScale method to the PDF API.
ApiStrikeoutAnnotation methods
- Added the ApiStrikeoutAnnotation/GetClassType method to the PDF API.
- Added the ApiStrikeoutAnnotation/GetQuads method to the PDF API.
- Added the ApiStrikeoutAnnotation/SetQuads method to the PDF API.
ApiStroke methods
- Added the ApiStroke/GetClassType method to the PDF API.
- Added the ApiStroke/GetDashType method to the PDF API.
- Added the ApiStroke/GetFill method to the PDF API.
- Added the ApiStroke/GetWidth method to the PDF API.
ApiTable methods
- Added the ApiTable/AddColumn method to the PDF API.
- Added the ApiTable/AddRow method to the PDF API.
- Added the ApiTable/GetClassType method to the PDF API.
- Added the ApiTable/GetRow method to the PDF API.
- Added the ApiTable/MergeCells method to the PDF API.
- Added the ApiTable/RemoveColumn method to the PDF API.
- Added the ApiTable/RemoveRow method to the PDF API.
- Added the ApiTable/SetShd method to the PDF API.
- Added the ApiTable/SetTableLook method to the PDF API.
ApiTableCell methods
- Added the ApiTableCell/GetClassType method to the PDF API.
- Added the ApiTableCell/GetContent method to the PDF API.
- Added the ApiTableCell/SetCellBorderBottom method to the PDF API.
- Added the ApiTableCell/SetCellBorderLeft method to the PDF API.
- Added the ApiTableCell/SetCellBorderRight method to the PDF API.
- Added the ApiTableCell/SetCellBorderTop method to the PDF API.
- Added the ApiTableCell/SetCellMarginBottom method to the PDF API.
- Added the ApiTableCell/SetCellMarginLeft method to the PDF API.
- Added the ApiTableCell/SetCellMarginRight method to the PDF API.
- Added the ApiTableCell/SetCellMarginTop method to the PDF API.
- Added the ApiTableCell/SetShd method to the PDF API.
- Added the ApiTableCell/SetTextDirection method to the PDF API.
- Added the ApiTableCell/SetVerticalAlign method to the PDF API.
ApiTableRow methods
- Added the ApiTableRow/GetCell method to the PDF API.
- Added the ApiTableRow/GetCellsCount method to the PDF API.
- Added the ApiTableRow/GetClassType method to the PDF API.
- Added the ApiTableRow/SetHeight method to the PDF API.
ApiTextAnnotation methods
- Added the ApiTextAnnotation/GetClassType method to the PDF API.
- Added the ApiTextAnnotation/GetIconType method to the PDF API.
- Added the ApiTextAnnotation/SetIconType method to the PDF API.
ApiTextField methods
- Added the ApiTextField/ClearFormat method to the PDF API.
- Added the ApiTextField/GetCharLimit method to the PDF API.
- Added the ApiTextField/GetClassType method to the PDF API.
- Added the ApiTextField/IsComb method to the PDF API.
- Added the ApiTextField/IsMultiline method to the PDF API.
- Added the ApiTextField/IsScrollLongText method to the PDF API.
- Added the ApiTextField/SetCharLimit method to the PDF API.
- Added the ApiTextField/SetComb method to the PDF API.
- Added the ApiTextField/SetDateFormat method to the PDF API.
- Added the ApiTextField/SetMask method to the PDF API.
- Added the ApiTextField/SetMultiline method to the PDF API.
- Added the ApiTextField/SetNumberFormat method to the PDF API.
- Added the ApiTextField/SetPercentageFormat method to the PDF API.
- Added the ApiTextField/SetRegularExp method to the PDF API.
- Added the ApiTextField/SetScrollLongText method to the PDF API.
- Added the ApiTextField/SetSpecialFormat method to the PDF API.
- Added the ApiTextField/SetTimeFormat method to the PDF API.
- Added the ApiTextField/SetValidateRange method to the PDF API.
ApiTextPr methods
- Added the ApiTextPr/GetBold method to the PDF API.
- Added the ApiTextPr/GetCaps method to the PDF API.
- Added the ApiTextPr/GetClassType method to the PDF API.
- Added the ApiTextPr/GetDoubleStrikeout method to the PDF API.
- Added the ApiTextPr/GetFill method to the PDF API.
- Added the ApiTextPr/GetFontFamily method to the PDF API.
- Added the ApiTextPr/GetFontSize method to the PDF API.
- Added the ApiTextPr/GetHighlight method to the PDF API.
- Added the ApiTextPr/GetItalic method to the PDF API.
- Added the ApiTextPr/GetOutLine method to the PDF API.
- Added the ApiTextPr/GetSmallCaps method to the PDF API.
- Added the ApiTextPr/GetSpacing method to the PDF API.
- Added the ApiTextPr/GetStrikeout method to the PDF API.
- Added the ApiTextPr/GetTextFill method to the PDF API.
- Added the ApiTextPr/GetUnderline method to the PDF API.
- Added the ApiTextPr/SetBold method to the PDF API.
- Added the ApiTextPr/SetCaps method to the PDF API.
- Added the ApiTextPr/SetDoubleStrikeout method to the PDF API.
- Added the ApiTextPr/SetFill method to the PDF API.
- Added the ApiTextPr/SetFontFamily method to the PDF API.
- Added the ApiTextPr/SetFontSize method to the PDF API.
- Added the ApiTextPr/SetHighlight method to the PDF API.
- Added the ApiTextPr/SetItalic method to the PDF API.
- Added the ApiTextPr/SetOutLine method to the PDF API.
- Added the ApiTextPr/SetSmallCaps method to the PDF API.
- Added the ApiTextPr/SetSpacing method to the PDF API.
- Added the ApiTextPr/SetStrikeout method to the PDF API.
- Added the ApiTextPr/SetTextFill method to the PDF API.
- Added the ApiTextPr/SetUnderline method to the PDF API.
- Added the ApiTextPr/SetVertAlign method to the PDF API.
ApiTextWidget methods
- Added the ApiTextWidget/GetClassType method to the PDF API.
- Added the ApiTextWidget/GetPlaceholder method to the PDF API.
- Added the ApiTextWidget/GetRegularExp method to the PDF API.
- Added the ApiTextWidget/SetPlaceholder method to the PDF API.
- Added the ApiTextWidget/SetRegularExp method to the PDF API.
ApiUnderlineAnnotation methods
- Added the ApiUnderlineAnnotation/GetClassType method to the PDF API.
- Added the ApiUnderlineAnnotation/GetQuads method to the PDF API.
- Added the ApiUnderlineAnnotation/SetQuads method to the PDF API.
ApiUniColor methods
- Added the ApiUniColor/GetClassType method to the PDF API.
ApiUnsupported methods
- Added the ApiUnsupported/GetClassType method to the PDF API.
Version 9.2
CheckBoxForm methods
- Added the ApiCheckBoxForm/GetLabel method to the Form API.
- Added the ApiCheckBoxForm/SetLabel method to the Form API.
- Added the ApiCheckBoxForm/GetLabel method to the Text document API.
- Added the ApiCheckBoxForm/SetLabel method to the Text document API.
Form methods
- Added the ApiCheckBoxForm/Delete method to the Form API.
- Added the ApiCheckBoxForm/GetInternalId method to the Form API.
- Added the ApiComboBoxForm/Delete method to the Form API.
- Added the ApiComboBoxForm/GetInternalId method to the Form API.
- Added the ApiComplexForm/Delete method to the Form API.
- Added the ApiComplexForm/GetInternalId method to the Form API.
- Added the ApiDateForm/Delete method to the Form API.
- Added the ApiDateForm/GetInternalId method to the Form API.
- Added the ApiFormBase/Delete method to the Form API.
- Added the ApiFormBase/GetInternalId method to the Form API.
- Added the ApiPictureForm/Delete method to the Form API.
- Added the ApiPictureForm/GetInternalId method to the Form API.
- Added the ApiTextForm/Delete method to the Form API.
- Added the ApiTextForm/GetInternalId method to the Form API.
- Added the ApiCheckBoxForm/Delete method to the Text document API.
- Added the ApiCheckBoxForm/GetInternalId method to the Text document API.
- Added the ApiComboBoxForm/Delete method to the Text document API.
- Added the ApiComboBoxForm/GetInternalId method to the Text document API.
- Added the ApiComplexForm/Delete method to the Text document API.
- Added the ApiComplexForm/GetInternalId method to the Text document API.
- Added the ApiDateForm/Delete method to the Text document API.
- Added the ApiDateForm/GetInternalId method to the Text document API.
- Added the ApiFormBase/Delete method to the Text document API.
- Added the ApiFormBase/GetInternalId method to the Text document API.
- Added the ApiPictureForm/Delete method to the Text document API.
- Added the ApiPictureForm/GetInternalId method to the Text document API.
- Added the ApiTextForm/Delete method to the Text document API.
- Added the ApiTextForm/GetInternalId method to the Text document API.
Paragraph methods
- Added the ApiParagraph/GetFontNames method to the Presentation API.
- Added the ApiParagraph/GetInternalId method to the Presentation API.
- Added the ApiParagraph/GetLastRunWithText method to the Presentation API.
- Added the ApiParagraph/InsertParagraph method to the Presentation API.
- Added the ApiParagraph/Last method to the Presentation API.
- Added the ApiParagraph/Push method to the Presentation API.
- Added the ApiParagraph/SetBold method to the Presentation API.
- Added the ApiParagraph/SetCaps method to the Presentation API.
- Added the ApiParagraph/SetColor method to the Presentation API.
- Added the ApiParagraph/SetDoubleStrikeout method to the Presentation API.
- Added the ApiParagraph/SetFontFamily method to the Presentation API.
- Added the ApiParagraph/SetFontSize method to the Presentation API.
- Added the ApiParagraph/SetItalic method to the Presentation API.
- Added the ApiParagraph/SetSmallCaps method to the Presentation API.
- Added the ApiParagraph/SetSpacing method to the Presentation API.
- Added the ApiParagraph/SetStrikeout method to the Presentation API.
- Added the ApiParagraph/SetTextPr method to the Presentation API.
- Added the ApiParagraph/SetUnderline method to the Presentation API.
- Added the ApiParagraph/ToJSON method to the Presentation API.
- Added the ApiParagraph/GetFontNames method to the Spreadsheet API.
- Added the ApiParagraph/GetInternalId method to the Spreadsheet API.
- Added the ApiParagraph/GetLastRunWithText method to the Spreadsheet API.
- Added the ApiParagraph/InsertParagraph method to the Spreadsheet API.
- Added the ApiParagraph/Last method to the Spreadsheet API.
- Added the ApiParagraph/Push method to the Spreadsheet API.
- Added the ApiParagraph/SetBold method to the Spreadsheet API.
- Added the ApiParagraph/SetCaps method to the Spreadsheet API.
- Added the ApiParagraph/SetColor method to the Spreadsheet API.
- Added the ApiParagraph/SetDoubleStrikeout method to the Spreadsheet API.
- Added the ApiParagraph/SetFontFamily method to the Spreadsheet API.
- Added the ApiParagraph/SetFontSize method to the Spreadsheet API.
- Added the ApiParagraph/SetItalic method to the Spreadsheet API.
- Added the ApiParagraph/SetSmallCaps method to the Spreadsheet API.
- Added the ApiParagraph/SetSpacing method to the Spreadsheet API.
- Added the ApiParagraph/SetStrikeout method to the Spreadsheet API.
- Added the ApiParagraph/SetTextPr method to the Spreadsheet API.
- Added the ApiParagraph/SetUnderline method to the Spreadsheet API.
- Added the ApiParagraph/ToJSON method to the Spreadsheet API.
- Added the ApiParagraph/GetInternalId method to the Text document API.
- Added the ApiParagraph/GetParaId method to the Text document API.
- Added the ApiParagraph/SetParaId method to the Text document API.
Presentation methods
- Added the Api/EmusToMillimeters method to the Presentation API.
- Added the Api/MillimetersToEmus method to the Presentation API.
- Added the ApiDocumentContent/GetAllParagraphs method to the Presentation API.
- Added the ApiDocumentContent/GetCurrentParagraph method to the Presentation API.
- Added the ApiDocumentContent/GetCurrentRun method to the Presentation API.
- Added the ApiDocumentContent/GetText method to the Presentation API.
Spreadsheet methods
- Added the Api/EmusToMillimeters method to the Spreadsheet API.
- Added the Api/MillimetersToEmus method to the Spreadsheet API.
- Added the ApiDocumentContent/GetAllParagraphs method to the Spreadsheet API.
- Added the ApiDocumentContent/GetCurrentParagraph method to the Spreadsheet API.
- Added the ApiDocumentContent/GetCurrentRun method to the Spreadsheet API.
- Added the ApiDocumentContent/GetText method to the Spreadsheet API.
Document methods
- Added the Api/EmusToMillimeters method to the Text document API.
- Added the Api/MillimetersToEmus method to the Text document API.
- Added the ApiDocument/EnterText method to the Text document API.
- Added the ApiDocument/InsertParagraphBreak method to the Text document API.
- Added the ApiDocument/MoveCursorDown method to the Text document API.
- Added the ApiDocument/MoveCursorLeft method to the Text document API.
- Added the ApiDocument/MoveCursorRight method to the Text document API.
- Added the ApiDocument/MoveCursorUp method to the Text document API.
- Added the ApiTable/GetInternalId method to the Text document API.
- Added the ApiTableCell/GetInternalId method to the Text document API.
- Added the ApiTableRow/GetInternalId method to the Text document API.
Version 9.1
Conditional formatting methods
- Added the ApiFormatCondition class to the Spreadsheet API.
- Added the ApiFormatCondition/Delete method to the Spreadsheet API.
- Added the ApiFormatCondition/Modify method to the Spreadsheet API.
- Added the ApiFormatCondition/ModifyAppliesToRange method to the Spreadsheet API.
- Added the ApiFormatCondition/GetAppliesTo method to the Spreadsheet API.
- Added the ApiFormatCondition/GetDateOperator method to the Spreadsheet API.
- Added the ApiFormatCondition/GetFillColor method to the Spreadsheet API.
- Added the ApiFormatCondition/GetFont method to the Spreadsheet API.
- Added the ApiFormatCondition/GetFormula1 method to the Spreadsheet API.
- Added the ApiFormatCondition/GetFormula2 method to the Spreadsheet API.
- Added the ApiFormatCondition/GetNumberFormat method to the Spreadsheet API.
- Added the ApiFormatCondition/GetOperator method to the Spreadsheet API.
- Added the ApiFormatCondition/GetParent method to the Spreadsheet API.
- Added the ApiFormatCondition/GetPriority method to the Spreadsheet API.
- Added the ApiFormatCondition/GetPTCondition method to the Spreadsheet API.
- Added the ApiFormatCondition/GetScopeType method to the Spreadsheet API.
- Added the ApiFormatCondition/GetText method to the Spreadsheet API.
- Added the ApiFormatCondition/GetTextOperator method to the Spreadsheet API.
- Added the ApiFormatCondition/GetType method to the Spreadsheet API.
- Added the ApiFormatCondition/SetBorders method to the Spreadsheet API.
- Added the ApiFormatCondition/SetDateOperator method to the Spreadsheet API.
- Added the ApiFormatCondition/SetFillColor method to the Spreadsheet API.
- Added the ApiFormatCondition/SetFirstPriority method to the Spreadsheet API.
- Added the ApiFormatCondition/SetLastPriority method to the Spreadsheet API.
- Added the ApiFormatCondition/SetNumberFormat method to the Spreadsheet API.
- Added the ApiFormatCondition/SetPriority method to the Spreadsheet API.
- Added the ApiFormatCondition/SetScopeType method to the Spreadsheet API.
- Added the ApiFormatCondition/SetText method to the Spreadsheet API.
- Added the ApiFormatCondition/SetTextOperator method to the Spreadsheet API.
- Added the ApiFormatConditions class to the Spreadsheet API.
- Added the ApiFormatConditions/Add method to the Spreadsheet API.
- Added the ApiFormatConditions/AddAboveAverage method to the Spreadsheet API.
- Added the ApiFormatConditions/AddColorScale method to the Spreadsheet API.
- Added the ApiFormatConditions/AddDatabar method to the Spreadsheet API.
- Added the ApiFormatConditions/AddIconSetCondition method to the Spreadsheet API.
- Added the ApiFormatConditions/AddTop10 method to the Spreadsheet API.
- Added the ApiFormatConditions/AddUniqueValues method to the Spreadsheet API.
- Added the ApiFormatConditions/Delete method to the Spreadsheet API.
- Added the ApiFormatConditions/GetCount method to the Spreadsheet API.
- Added the ApiFormatConditions/GetItem method to the Spreadsheet API.
- Added the ApiFormatConditions/GetParent method to the Spreadsheet API.
- Added the ApiRange/GetFormatConditions method to the Spreadsheet API.
- Added the FormatConditions property to the ApiRange object of Spreadsheet API.
- Added the XlContainsOperator type to the simple type definitions.
- Added the XlFormatConditionOperator type to the simple type definitions.
- Added the XlFormatConditionType type to the simple type definitions.
- Added the XlPivotConditionScope type to the simple type definitions.
- Added the XlTimePeriods type to the simple type definitions.
Above average methods
- Added the ApiAboveAverage class to the Spreadsheet API.
- Added the ApiAboveAverage/Delete method to the Spreadsheet API.
- Added the ApiAboveAverage/GetAboveBelow method to the Spreadsheet API.
- Added the ApiAboveAverage/GetAppliesTo method to the Spreadsheet API.
- Added the ApiAboveAverage/GetFillColor method to the Spreadsheet API.
- Added the ApiAboveAverage/GetFont method to the Spreadsheet API.
- Added the ApiAboveAverage/GetNumberFormat method to the Spreadsheet API.
- Added the ApiAboveAverage/GetNumStdDev method to the Spreadsheet API.
- Added the ApiAboveAverage/GetParent method to the Spreadsheet API.
- Added the ApiAboveAverage/GetPriority method to the Spreadsheet API.
- Added the ApiAboveAverage/GetPTCondition method to the Spreadsheet API.
- Added the ApiAboveAverage/GetScopeType method to the Spreadsheet API.
- Added the ApiAboveAverage/GetType method to the Spreadsheet API.
- Added the ApiAboveAverage/ModifyAppliesToRange method to the Spreadsheet API.
- Added the ApiAboveAverage/SetAboveBelow method to the Spreadsheet API.
- Added the ApiAboveAverage/SetFillColor method to the Spreadsheet API.
- Added the ApiAboveAverage/SetFirstPriority method to the Spreadsheet API.
- Added the ApiAboveAverage/SetLastPriority method to the Spreadsheet API.
- Added the ApiAboveAverage/SetNumStdDev method to the Spreadsheet API.
- Added the ApiAboveAverage/SetNumberFormat method to the Spreadsheet API.
- Added the ApiAboveAverage/SetPriority method to the Spreadsheet API.
- Added the ApiAboveAverage/SetScopeType method to the Spreadsheet API.
Color scale methods
- Added the ApiColorScale class to the Spreadsheet API.
- Added the ApiColorScale/Delete method to the Spreadsheet API.
- Added the ApiColorScale/GetAppliesTo method to the Spreadsheet API.
- Added the ApiColorScale/GetColorScaleCriteria method to the Spreadsheet API.
- Added the ApiColorScale/GetParent method to the Spreadsheet API.
- Added the ApiColorScale/GetPriority method to the Spreadsheet API.
- Added the ApiColorScale/GetPTCondition method to the Spreadsheet API.
- Added the ApiColorScale/GetScopeType method to the Spreadsheet API.
- Added the ApiColorScale/GetType method to the Spreadsheet API.
- Added the ApiColorScale/ModifyAppliesToRange method to the Spreadsheet API.
- Added the ApiColorScale/SetFirstPriority method to the Spreadsheet API.
- Added the ApiColorScale/SetLastPriority method to the Spreadsheet API.
- Added the ApiColorScale/SetPriority method to the Spreadsheet API.
- Added the ApiColorScale/SetScopeType method to the Spreadsheet API.
- Added the ApiColorScaleCriterion class to the Spreadsheet API.
- Added the ApiColorScaleCriterion/GetColor method to the Spreadsheet API.
- Added the ApiColorScaleCriterion/GetIndex method to the Spreadsheet API.
- Added the ApiColorScaleCriterion/GetType method to the Spreadsheet API.
- Added the ApiColorScaleCriterion/GetValue method to the Spreadsheet API.
- Added the ApiColorScaleCriterion/SetColor method to the Spreadsheet API.
- Added the ApiColorScaleCriterion/SetType method to the Spreadsheet API.
- Added the ApiColorScaleCriterion/SetValue method to the Spreadsheet API.
- Added the XlConditionValueTypes type to the simple type definitions.
Databar methods
- Added the ApiDatabar class to the Spreadsheet API.
- Added the ApiDatabar/Delete method to the Spreadsheet API.
- Added the ApiDatabar/GetAppliesTo method to the Spreadsheet API.
- Added the ApiDatabar/GetAxisColor method to the Spreadsheet API.
- Added the ApiDatabar/GetAxisPosition method to the Spreadsheet API.
- Added the ApiDatabar/GetBarColor method to the Spreadsheet API.
- Added the ApiDatabar/GetBarBorderColor method to the Spreadsheet API.
- Added the ApiDatabar/GetBarFillType method to the Spreadsheet API.
- Added the ApiDatabar/GetDirection method to the Spreadsheet API.
- Added the ApiDatabar/GetFormula method to the Spreadsheet API.
- Added the ApiDatabar/GetMaxPointType method to the Spreadsheet API.
- Added the ApiDatabar/GetMaxPointValue method to the Spreadsheet API.
- Added the ApiDatabar/GetMinPointType method to the Spreadsheet API.
- Added the ApiDatabar/GetMinPointValue method to the Spreadsheet API.
- Added the ApiDatabar/GetNegativeBarColor method to the Spreadsheet API.
- Added the ApiDatabar/GetNegativeBorderColor method to the Spreadsheet API.
- Added the ApiDatabar/GetParent method to the Spreadsheet API.
- Added the ApiDatabar/GetPercentMax method to the Spreadsheet API.
- Added the ApiDatabar/GetPercentMin method to the Spreadsheet API.
- Added the ApiDatabar/GetPriority method to the Spreadsheet API.
- Added the ApiDatabar/GetPTCondition method to the Spreadsheet API.
- Added the ApiDatabar/GetScopeType method to the Spreadsheet API.
- Added the ApiDatabar/GetShowValue method to the Spreadsheet API.
- Added the ApiDatabar/GetType method to the Spreadsheet API.
- Added the ApiDatabar/ModifyAppliesToRange method to the Spreadsheet API.
- Added the ApiDatabar/SetAxisColor method to the Spreadsheet API.
- Added the ApiDatabar/SetAxisPosition method to the Spreadsheet API.
- Added the ApiDatabar/SetBarBorderColor method to the Spreadsheet API.v
- Added the ApiDatabar/SetBarColor method to the Spreadsheet API.
- Added the ApiDatabar/SetBarFillType method to the Spreadsheet API.
- Added the ApiDatabar/SetDirection method to the Spreadsheet API.
- Added the ApiDatabar/SetFirstPriority method to the Spreadsheet API.
- Added the ApiDatabar/SetLastPriority method to the Spreadsheet API.
- Added the ApiDatabar/SetMaxPointType method to the Spreadsheet API.
- Added the ApiDatabar/SetMaxPointValue method to the Spreadsheet API.
- Added the ApiDatabar/SetMinPointType method to the Spreadsheet API.
- Added the ApiDatabar/SetMinPointValue method to the Spreadsheet API.
- Added the ApiDatabar/SetNegativeBarColor method to the Spreadsheet API.
- Added the ApiDatabar/SetNegativeBorderColor method to the Spreadsheet API.
- Added the ApiDatabar/SetPercentMax method to the Spreadsheet API.
- Added the ApiDatabar/SetPercentMin method to the Spreadsheet API.
- Added the ApiDatabar/SetPriority method to the Spreadsheet API.
- Added the ApiDatabar/SetScopeType method to the Spreadsheet API.
- Added the ApiDatabar/SetShowValue method to the Spreadsheet API.
- Added the XlDataBarAxisPosition type to the simple type definitions.
- Added the XlDataBarFillType type to the simple type definitions.
- Added the XlReadingOrder type to the simple type definitions.
Icon set methods
- Added the ApiIconCriterion class to the Spreadsheet API.
- Added the ApiIconCriterion/GetIcon method to the Spreadsheet API.
- Added the ApiIconCriterion/GetIndex method to the Spreadsheet API.
- Added the ApiIconCriterion/GetOperator method to the Spreadsheet API.
- Added the ApiIconCriterion/GetType method to the Spreadsheet API.
- Added the ApiIconCriterion/GetValue method to the Spreadsheet API.
- Added the ApiIconCriterion/SetIcon method to the Spreadsheet API.
- Added the ApiIconCriterion/SetOperator method to the Spreadsheet API.
- Added the ApiIconCriterion/SetType method to the Spreadsheet API.
- Added the ApiIconCriterion/SetValue method to the Spreadsheet API.
- Added the ApiIconSetCondition class to the Spreadsheet API.
- Added the ApiIconSetCondition/Delete method to the Spreadsheet API.
- Added the ApiIconSetCondition/GetAppliesTo method to the Spreadsheet API.
- Added the ApiIconSetCondition/GetFormula method to the Spreadsheet API.
- Added the ApiIconSetCondition/GetIconCriteria method to the Spreadsheet API.
- Added the ApiIconSetCondition/GetIconSet method to the Spreadsheet API.
- Added the ApiIconSetCondition/GetParent method to the Spreadsheet API.
- Added the ApiIconSetCondition/GetPercentileValues method to the Spreadsheet API.
- Added the ApiIconSetCondition/GetPriority method to the Spreadsheet API.
- Added the ApiIconSetCondition/GetPTCondition method to the Spreadsheet API.
- Added the ApiIconSetCondition/GetReverseOrder method to the Spreadsheet API.
- Added the ApiIconSetCondition/GetScopeType method to the Spreadsheet API.
- Added the ApiIconSetCondition/GetShowIconOnly method to the Spreadsheet API.
- Added the ApiIconSetCondition/GetType method to the Spreadsheet API.
- Added the ApiIconSetCondition/ModifyAppliesToRange method to the Spreadsheet API.
- Added the ApiIconSetCondition/SetFirstPriority method to the Spreadsheet API.
- Added the ApiIconSetCondition/SetIconSet method to the Spreadsheet API.
- Added the ApiIconSetCondition/SetLastPriority method to the Spreadsheet API.
- Added the ApiIconSetCondition/SetPercentileValues method to the Spreadsheet API.
- Added the ApiIconSetCondition/SetPriority method to the Spreadsheet API.
- Added the ApiIconSetCondition/SetReverseOrder method to the Spreadsheet API.
- Added the ApiIconSetCondition/SetScopeType method to the Spreadsheet API.
- Added the ApiIconSetCondition/SetShowIconOnly method to the Spreadsheet API.
- Added the XlIcon type to the simple type definitions.
- Added the XlIconSet type to the simple type definitions.
Top 10 methods
- Added the ApiTop10 class to the Spreadsheet API.
- Added the ApiTop10/Delete method to the Spreadsheet API.
- Added the ApiTop10/GetAppliesTo method to the Spreadsheet API.
- Added the ApiTop10/GetFillColor method to the Spreadsheet API.
- Added the ApiTop10/GetFont method to the Spreadsheet API.
- Added the ApiTop10/GetNumberFormat method to the Spreadsheet API.
- Added the ApiTop10/GetParent method to the Spreadsheet API.
- Added the ApiTop10/GetPercent method to the Spreadsheet API.
- Added the ApiTop10/GetPriority method to the Spreadsheet API.
- Added the ApiTop10/GetPTCondition method to the Spreadsheet API.
- Added the ApiTop10/GetRank method to the Spreadsheet API.
- Added the ApiTop10/GetScopeType method to the Spreadsheet API.
- Added the ApiTop10/GetTopBottom method to the Spreadsheet API.
- Added the ApiTop10/GetType method to the Spreadsheet API.
- Added the ApiTop10/ModifyAppliesToRange method to the Spreadsheet API.
- Added the ApiTop10/SetFillColor method to the Spreadsheet API.
- Added the ApiTop10/SetFirstPriority method to the Spreadsheet API.
- Added the ApiTop10/SetLastPriority method to the Spreadsheet API.
- Added the ApiTop10/SetNumberFormat method to the Spreadsheet API.
- Added the ApiTop10/SetPercent method to the Spreadsheet API.
- Added the ApiTop10/SetPriority method to the Spreadsheet API.
- Added the ApiTop10/SetRank method to the Spreadsheet API.
- Added the ApiTop10/SetScopeType method to the Spreadsheet API.
- Added the ApiTop10/SetTopBottom method to the Spreadsheet API.
- Added the XlTopBottom type to the simple type definitions.
Unique values methods
- Added the ApiUniqueValues class to the Spreadsheet API.
- Added the ApiUniqueValues/Delete method to the Spreadsheet API.
- Added the ApiUniqueValues/GetAppliesTo method to the Spreadsheet API.
- Added the ApiUniqueValues/GetDupeUnique method to the Spreadsheet API.
- Added the ApiUniqueValues/GetFillColor method to the Spreadsheet API.
- Added the ApiUniqueValues/GetFont method to the Spreadsheet API.
- Added the ApiUniqueValues/GetNumberFormat method to the Spreadsheet API.
- Added the ApiUniqueValues/GetParent method to the Spreadsheet API.
- Added the ApiUniqueValues/GetPriority method to the Spreadsheet API.
- Added the ApiUniqueValues/GetPTCondition method to the Spreadsheet API.
- Added the ApiUniqueValues/GetScopeType method to the Spreadsheet API.
- Added the ApiUniqueValues/GetType method to the Spreadsheet API.
- Added the ApiUniqueValues/ModifyAppliesToRange method to the Spreadsheet API.
- Added the ApiUniqueValues/SetDupeUnique method to the Spreadsheet API.
- Added the ApiUniqueValues/SetFillColor method to the Spreadsheet API.
- Added the ApiUniqueValues/SetFirstPriority method to the Spreadsheet API.
- Added the ApiUniqueValues/SetLastPriority method to the Spreadsheet API.
- Added the ApiUniqueValues/SetNumberFormat method to the Spreadsheet API.
- Added the ApiUniqueValues/SetPriority method to the Spreadsheet API.
- Added the ApiUniqueValues/SetScopeType method to the Spreadsheet API.
- Added the XlDuplicateValues type to the simple type definitions.
Geometry methods
- Added the Api/CreateCustomGeometry method to the Text document API.
- Added the Api/CreatePresetGeometry method to the Text document API.
- Added the ApiGeometry class to the Text document API.
- Added the ApiGeometry/AddAdj method to the Text document API.
- Added the ApiGeometry/AddConnectionPoint method to the Text document API.
- Added the ApiGeometry/AddGuide method to the Text document API.
- Added the ApiGeometry/AddPath method to the Text document API.
- Added the ApiGeometry/GetAdjValue method to the Text document API.
- Added the ApiGeometry/GetPath method to the Text document API.
- Added the ApiGeometry/GetPathCount method to the Text document API.
- Added the ApiGeometry/GetPaths method to the Text document API.
- Added the ApiGeometry/GetPreset method to the Text document API.
- Added the ApiGeometry/IsCustom method to the Text document API.
- Added the ApiGeometry/SetAdjValue method to the Text document API.
- Added the ApiGeometry/SetTextRect method to the Text document API.
- Added the ApiShape/GetGeometry method to the Text document API.
- Added the ApiShape/SetGeometry method to the Text document API.
- Added the Api/CreateCustomGeometry method to the Spreadsheet API.
- Added the Api/CreatePresetGeometry method to the Spreadsheet API.
- Added the ApiGeometry class to the Spreadsheet API.
- Added the ApiGeometry/AddAdj method to the Spreadsheet API.
- Added the ApiGeometry/AddConnectionPoint method to the Spreadsheet API.
- Added the ApiGeometry/AddGuide method to the Spreadsheet API.
- Added the ApiGeometry/AddPath method to the Spreadsheet API.
- Added the ApiGeometry/GetAdjValue method to the Spreadsheet API.
- Added the ApiGeometry/GetPath method to the Spreadsheet API.
- Added the ApiGeometry/GetPathCount method to the Spreadsheet API.
- Added the ApiGeometry/GetPaths method to the Spreadsheet API.
- Added the ApiGeometry/GetPreset method to the Spreadsheet API.
- Added the ApiGeometry/IsCustom method to the Spreadsheet API.
- Added the ApiGeometry/SetAdjValue method to the Spreadsheet API.
- Added the ApiGeometry/SetTextRect method to the Spreadsheet API.
- Added the ApiShape/GetGeometry method to the Spreadsheet API.
- Added the ApiShape/SetGeometry method to the Spreadsheet API.
- Added the Api/CreateCustomGeometry method to the Presentation API.
- Added the Api/CreatePresetGeometry method to the Presentation API.
- Added the ApiGeometry class to the Presentation API.
- Added the ApiGeometry/AddAdj method to the Presentation API.
- Added the ApiGeometry/AddConnectionPoint method to the Presentation API.
- Added the ApiGeometry/AddGuide method to the Presentation API.
- Added the ApiGeometry/AddPath method to the Presentation API.
- Added the ApiGeometry/GetAdjValue method to the Presentation API.
- Added the ApiGeometry/GetPath method to the Presentation API.
- Added the ApiGeometry/GetPathCount method to the Presentation API.
- Added the ApiGeometry/GetPaths method to the Presentation API.
- Added the ApiGeometry/GetPreset method to the Presentation API.
- Added the ApiGeometry/IsCustom method to the Presentation API.
- Added the ApiGeometry/SetAdjValue method to the Presentation API.
- Added the ApiGeometry/SetTextRect method to the Presentation API.
- Added the ApiShape/GetGeometry method to the Presentation API.
- Added the ApiShape/SetGeometry method to the Presentation API.
- Added the GeometryFormulaType type to the simple type definitions.
Path methods
- Added the ApiPath class to the Text document API.
- Added the ApiPath/ArcTo method to the Text document API.
- Added the ApiPath/CubicBezTo method to the Text document API.
- Added the ApiPath/Close method to the Text document API.
- Added the ApiPath/GetCommand method to the Text document API.
- Added the ApiPath/GetCommandCount method to the Text document API.
- Added the ApiPath/GetCommands method to the Text document API.
- Added the ApiPath/GetFill method to the Text document API.
- Added the ApiPath/GetHeight method to the Text document API.
- Added the ApiPath/GetStroke method to the Text document API.
- Added the ApiPath/GetWidth method to the Text document API.
- Added the ApiPath/LineTo method to the Text document API.
- Added the ApiPath/MoveTo method to the Text document API.
- Added the ApiPath/QuadBezTo method to the Text document API.
- Added the ApiPath/SetFill method to the Text document API.
- Added the ApiPath/SetHeight method to the Text document API.
- Added the ApiPath/SetStroke method to the Text document API.
- Added the ApiPath/SetWidth method to the Text document API.
- Added the ApiPath class to the Spreadsheet API.
- Added the ApiPath/ArcTo method to the Spreadsheet API.
- Added the ApiPath/CubicBezTo method to the Spreadsheet API.
- Added the ApiPath/Close method to the Spreadsheet API.
- Added the ApiPath/GetCommand method to the Spreadsheet API.
- Added the ApiPath/GetCommandCount method to the Spreadsheet API.
- Added the ApiPath/GetCommands method to the Spreadsheet API.
- Added the ApiPath/GetFill method to the Spreadsheet API.
- Added the ApiPath/GetHeight method to the Spreadsheet API.
- Added the ApiPath/GetStroke method to the Spreadsheet API.
- Added the ApiPath/GetWidth method to the Spreadsheet API.
- Added the ApiPath/LineTo method to the Spreadsheet API.
- Added the ApiPath/MoveTo method to the Spreadsheet API.
- Added the ApiPath/QuadBezTo method to the Spreadsheet API.
- Added the ApiPath/SetFill method to the Spreadsheet API.
- Added the ApiPath/SetHeight method to the Spreadsheet API.
- Added the ApiPath/SetStroke method to the Spreadsheet API.
- Added the ApiPath/SetWidth method to the Spreadsheet API.
- Added the ApiPath class to the Presentation API.
- Added the ApiPath/ArcTo method to the Presentation API.
- Added the ApiPath/CubicBezTo method to the Presentation API.
- Added the ApiPath/Close method to the Presentation API.
- Added the ApiPath/GetCommand method to the Presentation API.
- Added the ApiPath/GetCommandCount method to the Presentation API.
- Added the ApiPath/GetCommands method to the Presentation API.
- Added the ApiPath/GetFill method to the Presentation API.
- Added the ApiPath/GetHeight method to the Presentation API.
- Added the ApiPath/GetStroke method to the Presentation API.
- Added the ApiPath/GetWidth method to the Presentation API.
- Added the ApiPath/LineTo method to the Presentation API.
- Added the ApiPath/MoveTo method to the Presentation API.
- Added the ApiPath/QuadBezTo method to the Presentation API.
- Added the ApiPath/SetFill method to the Presentation API.
- Added the ApiPath/SetHeight method to the Presentation API.
- Added the ApiPath/SetStroke method to the Presentation API.
- Added the ApiPath/SetWidth method to the Presentation API.
- Added the PathFillType type to the simple type definitions.
Path command methods
- Added the ApiPathCommand class to the Text document API.
- Added the ApiPathCommand/GetType method to the Text document API.
- Added the ApiPathCommand/GetX method to the Text document API.
- Added the ApiPathCommand/GetY method to the Text document API.
- Added the ApiPathCommand/GetX0 method to the Text document API.
- Added the ApiPathCommand/GetY0 method to the Text document API.
- Added the ApiPathCommand/GetX1 method to the Text document API.
- Added the ApiPathCommand/GetY1 method to the Text document API.
- Added the ApiPathCommand/GetX2 method to the Text document API.
- Added the ApiPathCommand/GetY2 method to the Text document API.
- Added the ApiPathCommand/GetWR method to the Text document API.
- Added the ApiPathCommand/GetHR method to the Presentation API.
- Added the ApiPathCommand/GetStartAngle method to the Text document API.
- Added the ApiPathCommand/GetSweepAngle method to the Text document API.
- Added the ApiPathCommand class to the Spreadsheet API.
- Added the ApiPathCommand/GetType method to the Spreadsheet API.
- Added the ApiPathCommand/GetX method to the Spreadsheet API.
- Added the ApiPathCommand/GetY method to the Spreadsheet API.
- Added the ApiPathCommand/GetX0 method to the Spreadsheet API.
- Added the ApiPathCommand/GetY0 method to the Spreadsheet API.
- Added the ApiPathCommand/GetX1 method to the Spreadsheet API.
- Added the ApiPathCommand/GetY1 method to the Spreadsheet API.
- Added the ApiPathCommand/GetX2 method to the Spreadsheet API.
- Added the ApiPathCommand/GetY2 method to the Spreadsheet API.
- Added the ApiPathCommand/GetWR method to the Spreadsheet API.
- Added the ApiPathCommand/GetHR method to the Spreadsheet API.
- Added the ApiPathCommand/GetStartAngle method to the Spreadsheet API.
- Added the ApiPathCommand/GetSweepAngle method to the Spreadsheet API.
- Added the ApiPathCommand class to the Presentation API.
- Added the ApiPathCommand/GetType method to the Presentation API.
- Added the ApiPathCommand/GetX method to the Presentation API.
- Added the ApiPathCommand/GetY method to the Presentation API.
- Added the ApiPathCommand/GetX0 method to the Presentation API.
- Added the ApiPathCommand/GetY0 method to the Presentation API.
- Added the ApiPathCommand/GetX1 method to the Presentation API.
- Added the ApiPathCommand/GetY1 method to the Presentation API.
- Added the ApiPathCommand/GetX2 method to the Presentation API.
- Added the ApiPathCommand/GetY2 method to the Presentation API.
- Added the ApiPathCommand/GetWR method to the Presentation API.
- Added the ApiPathCommand/GetHR method to the Presentation API.
- Added the ApiPathCommand/GetStartAngle method to the Presentation API.
- Added the ApiPathCommand/GetSweepAngle method to the Presentation API.
- Added the PathCommandType type to the simple type definitions.
Custom XML methods
- Added the ApiCustomXmlNode class to Spreadsheet API.
- Added the ApiCustomXmlNode/Add method to Spreadsheet API.
- Added the ApiCustomXmlNode/Delete method to Spreadsheet API.
- Added the ApiCustomXmlNode/DeleteAttribute method to Spreadsheet API.
- Added the ApiCustomXmlNode/GetAttribute method to Spreadsheet API.
- Added the ApiCustomXmlNode/GetAttributes method to Spreadsheet API.
- Added the ApiCustomXmlNode/GetClassType method to Spreadsheet API.
- Added the ApiCustomXmlNode/GetNodeName method to Spreadsheet API.
- Added the ApiCustomXmlNode/GetNodes method to Spreadsheet API.
- Added the ApiCustomXmlNode/GetNodeValue method to Spreadsheet API.
- Added the ApiCustomXmlNode/GetParent method to Spreadsheet API.
- Added the ApiCustomXmlNode/GetText method to Spreadsheet API.
- Added the ApiCustomXmlNode/GetXml method to Spreadsheet API.
- Added the ApiCustomXmlNode/GetXPath method to Spreadsheet API.
- Added the ApiCustomXmlNode/SetAttribute method to Spreadsheet API.
- Added the ApiCustomXmlNode/SetNodeValue method to Spreadsheet API.
- Added the ApiCustomXmlNode/SetText method to Spreadsheet API.
- Added the ApiCustomXmlNode/SetXml method to Spreadsheet API.
- Added the ApiCustomXmlNode/UpdateAttribute method to Spreadsheet API.
- Added the ApiCustomXmlPart class to Spreadsheet API.
- Added the ApiCustomXmlPart/Delete method to Spreadsheet API.
- Added the ApiCustomXmlPart/DeleteAttribute method to Spreadsheet API.
- Added the ApiCustomXmlPart/DeleteElement method to Spreadsheet API.
- Added the ApiCustomXmlPart/GetAttribute method to Spreadsheet API.
- Added the ApiCustomXmlPart/GetClassType method to Spreadsheet API.
- Added the ApiCustomXmlPart/GetId method to Spreadsheet API.
- Added the ApiCustomXmlPart/GetNodes method to Spreadsheet API.
- Added the ApiCustomXmlPart/GetXml method to Spreadsheet API.
- Added the ApiCustomXmlPart/InsertAttribute method to Spreadsheet API.
- Added the ApiCustomXmlPart/InsertElement method to Spreadsheet API.
- Added the ApiCustomXmlPart/UpdateAttribute method to Spreadsheet API.
- Added the ApiCustomXmlPart/UpdateElement method to Spreadsheet API.
- Added the ApiCustomXmlParts class to Spreadsheet API.
- Added the ApiCustomXmlParts/Add method to Spreadsheet API.
- Added the ApiCustomXmlParts/GetAll method to Spreadsheet API.
- Added the ApiCustomXmlParts/GetById method to Spreadsheet API.
- Added the ApiCustomXmlParts/GetByNamespace method to Spreadsheet API.
- Added the ApiCustomXmlParts/GetClassType method to Spreadsheet API.
- Added the ApiCustomXmlParts/GetCount method to Spreadsheet API.
- Added the ApiWorksheet/GetCustomXmlParts method to Spreadsheet API.
- Added the ApiCustomXmlNode class to Presentation API.
- Added the ApiCustomXmlNode/Add method to Presentation API.
- Added the ApiCustomXmlNode/Delete method to Presentation API.
- Added the ApiCustomXmlNode/DeleteAttribute method to Presentation API.
- Added the ApiCustomXmlNode/GetAttribute method to Presentation API.
- Added the ApiCustomXmlNode/GetAttributes method to Presentation API.
- Added the ApiCustomXmlNode/GetClassType method to Presentation API.
- Added the ApiCustomXmlNode/GetNodeName method to Presentation API.
- Added the ApiCustomXmlNode/GetNodes method to Presentation API.
- Added the ApiCustomXmlNode/GetNodeValue method to Presentation API.
- Added the ApiCustomXmlNode/GetParent method to Presentation API.
- Added the ApiCustomXmlNode/GetText method to Presentation API.
- Added the ApiCustomXmlNode/GetXml method to Presentation API.
- Added the ApiCustomXmlNode/GetXPath method to Presentation API.
- Added the ApiCustomXmlNode/SetAttribute method to Presentation API.
- Added the ApiCustomXmlNode/SetNodeValue method to Presentation API.
- Added the ApiCustomXmlNode/SetText method to Presentation API.
- Added the ApiCustomXmlNode/SetXml method to Presentation API.
- Added the ApiCustomXmlNode/UpdateAttribute method to Presentation API.
- Added the ApiCustomXmlPart class to Presentation API.
- Added the ApiCustomXmlPart/Delete method to Presentation API.
- Added the ApiCustomXmlPart/DeleteAttribute method to Presentation API.
- Added the ApiCustomXmlPart/DeleteElement method to Presentation API.
- Added the ApiCustomXmlPart/GetAttribute method to Presentation API.
- Added the ApiCustomXmlPart/GetClassType method to Presentation API.
- Added the ApiCustomXmlPart/GetId method to Presentation API.
- Added the ApiCustomXmlPart/GetNodes method to Presentation API.
- Added the ApiCustomXmlPart/GetXml method to Presentation API.
- Added the ApiCustomXmlPart/InsertAttribute method to Presentation API.
- Added the ApiCustomXmlPart/InsertElement method to Presentation API.
- Added the ApiCustomXmlPart/UpdateAttribute method to Presentation API.
- Added the ApiCustomXmlPart/UpdateElement method to Presentation API.
- Added the ApiCustomXmlParts class to Presentation API.
- Added the ApiCustomXmlParts/Add method to Presentation API.
- Added the ApiCustomXmlParts/GetAll method to Presentation API.
- Added the ApiCustomXmlParts/GetById method to Presentation API.
- Added the ApiCustomXmlParts/GetByNamespace method to Presentation API.
- Added the ApiCustomXmlParts/GetClassType method to Presentation API.
- Added the ApiCustomXmlParts/GetCount method to Presentation API.
- Added the ApiPresentation/GetCustomXmlParts method to Presentation API.
Conversion methods
- Added the Api/CentimetersToPoints method to the Text document API.
- Added the Api/EmusToPoints method to the Text document API.
- Added the Api/InchesToPoints method to the Text document API.
- Added the Api/LinesToPoints method to the Text document API.
- Added the Api/MillimetersToPixels method to the Text document API.
- Added the Api/MillimetersToPoints method to the Text document API.
- Added the Api/PicasToPoints method to the Text document API.
- Added the Api/PixelsToEmus method to the Text document API.
- Added the Api/PixelsToPoints method to the Text document API.
- Added the Api/PointsToCentimeters method to the Text document API.
- Added the Api/PointsToEmus method to the Text document API.
- Added the Api/PointsToInches method to the Text document API.
- Added the Api/PointsToLines method to the Text document API.
- Added the Api/PointsToMillimeters method to the Text document API.
- Added the Api/PointsToPicas method to the Text document API.
- Added the Api/PointsToPixels method to the Text document API.
- Added the Api/PointsToTwips method to the Text document API.
- Added the Api/TwipsToPoints method to the Text document API.
- Added the Api/CentimetersToPoints method to the Spreadsheet API.
- Added the Api/EmusToPoints method to the Spreadsheet API.
- Added the Api/InchesToPoints method to the Spreadsheet API.
- Added the Api/LinesToPoints method to the Spreadsheet API.
- Added the Api/MillimetersToPixels method to the Spreadsheet API.
- Added the Api/MillimetersToPoints method to the Spreadsheet API.
- Added the Api/PicasToPoints method to the Spreadsheet API.
- Added the Api/PixelsToEmus method to the Spreadsheet API.
- Added the Api/PixelsToPoints method to the Spreadsheet API.
- Added the Api/PointsToCentimeters method to the Spreadsheet API.
- Added the Api/PointsToEmus method to the Spreadsheet API.
- Added the Api/PointsToInches method to the Spreadsheet API.
- Added the Api/PointsToLines method to the Spreadsheet API.
- Added the Api/PointsToMillimeters method to the Spreadsheet API.
- Added the Api/PointsToPicas method to the Spreadsheet API.
- Added the Api/PointsToPixels method to the Spreadsheet API.
- Added the Api/PointsToTwips method to the Spreadsheet API.
- Added the Api/TwipsToPoints method to the Spreadsheet API.
- Added the Api/CentimetersToPoints method to the Presentation API.
- Added the Api/EmusToPoints method to the Presentation API.
- Added the Api/InchesToPoints method to the Presentation API.
- Added the Api/LinesToPoints method to the Presentation API.
- Added the Api/MillimetersToPixels method to the Presentation API.
- Added the Api/MillimetersToPoints method to the Presentation API.
- Added the Api/PicasToPoints method to the Presentation API.
- Added the Api/PixelsToEmus method to the Presentation API.
- Added the Api/PixelsToPoints method to the Presentation API.
- Added the Api/PointsToCentimeters method to the Presentation API.
- Added the Api/PointsToEmus method to the Presentation API.
- Added the Api/PointsToInches method to the Presentation API.
- Added the Api/PointsToLines method to the Presentation API.
- Added the Api/PointsToMillimeters method to the Presentation API.
- Added the Api/PointsToPicas method to the Presentation API.
- Added the Api/PointsToPixels method to the Presentation API.
- Added the Api/PointsToTwips method to the Presentation API.
- Added the Api/TwipsToPoints method to the Presentation API.
Methods for managing properties
- Added the Api/CreateParaPr method to the Text document API.
- Added the Api/CreateTableCellPr method to the Text document API.
- Added the Api/CreateTablePr method to the Text document API.
- Added the Api/CreateTableRowPr method to the Text document API.
- Added the Api/CreateTableStylePr method to the Text document API.
- Added the ApiStyle/SetConditionalTableStyle method to the Text document API.
- Added the ApiStyle/SetParaPr method to the Text document API.
- Added the ApiStyle/SetTableCellPr method to the Text document API.
- Added the ApiStyle/SetTablePr method to the Text document API.
- Added the ApiStyle/SetTableRowPr method to the Text document API.
- Added the ApiStyle/SetTextPr method to the Text document API.
- Added the ApiTableStylePr/SetParaPr method to the Text document API.
- Added the ApiTableStylePr/SetTableCellPr method to the Text document API.
- Added the ApiTableStylePr/SetTablePr method to the Text document API.
- Added the ApiTableStylePr/SetTableRowPr method to the Text document API.
- Added the ApiTableStylePr/SetTextPr method to the Text document API.
Section methods
- Added the ApiSection/GetFooterDistance method to the Text document API.
- Added the ApiSection/GetHeaderDistance method to the Text document API.
- Added the ApiSection/GetPageMarginBottom method to the Text document API.
- Added the ApiSection/GetPageMarginLeft method to the Text document API.
- Added the ApiSection/GetPageMarginRight method to the Text document API.
- Added the ApiSection/GetPageMarginTop method to the Text document API.
Workbook methods
- Added the ApiWorkbook/GetActiveChart method to the Spreadsheet API.
- Added the ApiWorkbook/GetActiveSheet method to the Spreadsheet API.
- Added the ApiWorkbook/GetAllPivotTables method to the Spreadsheet API.
- Added the ApiWorkbook/GetCustomProperties method to the Spreadsheet API.
- Added the ApiWorkbook/GetName method to the Spreadsheet API.
- Added the ApiWorkbook/GetSheets method to the Spreadsheet API.
- Added the ApiWorkbook/GetTheme method to the Spreadsheet API.
- Added the ApiWorkbook/Save method to the Spreadsheet API.
Pivot tables methods
- Added the ApiPivotField/AutoSort method to the Spreadsheet API.
- Added the ApiPivotField/GetPivotFilters method to the Spreadsheet API.
- Added the ApiPivotFilters class to the Spreadsheet API.
- Added the ApiPivotFilters/Add method to the Spreadsheet API.
- Added the ApiPivotItem/GetVisible method to the Spreadsheet API.
- Added the ApiPivotItem/SetVisible method to the Spreadsheet API.
- Added the AutoSortField property to the ApiPivotField object of Spreadsheet API.
- Added the AutoSortOrder property to the ApiPivotField object of Spreadsheet API.
- Added the PivotFilters property to the ApiPivotField object of Spreadsheet API.
- Added the Visible property to the ApiPivotItem object of Spreadsheet API.
- Added the XlPivotFilterType type to the simple type definitions.
Range methods
- Added the ApiRange/ClearContents method to the Spreadsheet API.
- Added the ApiRange/ClearFormats method to the Spreadsheet API.
- Added the ApiRange/ClearHyperlinks method to the Spreadsheet API.
- Added the ApiRange/GetCellsCount method to the Spreadsheet API.
- Added the ApiRange/GetColumnsCount method to the Spreadsheet API.
- Added the ApiRange/GetCurrentRegion method to the Spreadsheet API.
- Added the ApiRange/GetEntireColumn method to the Spreadsheet API.
- Added the ApiRange/GetEntireRow method to the Spreadsheet API.
- Added the ApiRange/GetRange method to the Spreadsheet API.
- Added the ApiRange/GetRowsCount method to the Spreadsheet API.
- Added the ApiRange/Offset method to the Spreadsheet API.
- Added the ApiRange/Resize method to the Spreadsheet API.
- Added the ApiRange/SetReadingOrder method to the Spreadsheet API.
- Added the CellsCount property to the ApiRange object of Spreadsheet API.
- Added the ColumnsCount property to the ApiRange object of Spreadsheet API.
- Added the CurrentRegion property to the ApiRange object of Spreadsheet API.
- Added the EntireColumn property to the ApiRange object of Spreadsheet API.
- Added the EntireRow property to the ApiRange object of Spreadsheet API.
- Added the RowsCount property to the ApiRange object of Spreadsheet API.
Presentation methods
- Added the ApiLayout/GetAllTables method to the Presentation API.
- Added the ApiMaster/GetAllTables method to the Presentation API.
- Added the ApiNotesPage/GetBodyShapeText method to the Presentation API.
- Added the ApiPresentation/GetAllTables method to the Presentation API.
- Added the ApiSlide/GetAllTables method to the Presentation API.
Other methods
- Added the ApiDocument/GetDocumentVisitor method to the Text document API.
- Added the ApiDocument/GoToPage method to the Text document API.
- Added the ApiDocumentContent/GetDocumentVisitor method to the Text document API.
- Added the ApiParagraph/SetReadingOrder method to the Text document API.
- Added the ApiDrawing/Select method to the Spreadsheet API.
- Added the ApiTheme/GetClassType method to the Spreadsheet API.
- Added the ApiTheme/GetName method to the Spreadsheet API.
- Added the ApiFormBase/GetPlaceholderText method to Form API.
- Added the ReadingOrder type to the simple type definitions.
- Added the XlPivotFilterType type to the simple type definitions.
Version 9.0
Content control methods
- Added the Api/CreateCheckBoxContentControl method to Text document API.
- Added the Api/CreateComboBoxContentControl method to Text document API.
- Added the Api/CreateDatePickerContentControl method to Text document API.
- Added the Api/CreateDropDownListContentControl method to Text document API.
- Added the Api/CreatePictureContentControl method to Text document API.
- Added the ApiBlockLvlSdt/GetAppearance method to Text document API.
- Added the ApiBlockLvlSdt/GetBackgroundColor method to Text document API.
- Added the ApiBlockLvlSdt/GetBorderColor method to Text document API.
- Added the ApiBlockLvlSdt/GetDataBinding method to Text document API.
- Added the ApiBlockLvlSdt/GetDataForXmlMapping method to Text document API.
- Added the ApiBlockLvlSdt/GetId method to Text document API.
- Added the ApiBlockLvlSdt/IsPicture method to Text document API.
- Added the ApiBlockLvlSdt/SetAppearance method to Text document API.
- Added the ApiBlockLvlSdt/SetBackgroundColor method to Text document API.
- Added the ApiBlockLvlSdt/SetBorderColor method to Text document API.
- Added the ApiBlockLvlSdt/SetDataBinding method to Text document API.
- Added the ApiBlockLvlSdt/SetId method to Text document API.
- Added the ApiBlockLvlSdt/SetPicture method to Text document API.
- Added the ApiBlockLvlSdt/UpdateFromXmlMapping method to Text document API.
- Added the ApiDocument/AddCheckBoxContentControl method to Text document API.
- Added the ApiDocument/AddComboBoxContentControl method to Text document API.
- Added the ApiDocument/AddDatePickerContentControl method to Text document API.
- Added the ApiDocument/AddDropDownListContentControl method to Text document API.
- Added the ApiDocument/AddPictureContentControl method to Text document API.
- Added the ApiDocumentContent/GetCurrentContentControl method to Text document API.
- Added the ApiInlineLvlSdt/AddListItem method to Text document API.
- Added the ApiInlineLvlSdt/GetBackgroundColor method to Text document API.
- Added the ApiInlineLvlSdt/GetBorderColor method to Text document API.
- Added the ApiInlineLvlSdt/GetDataBinding method to Text document API.
- Added the ApiInlineLvlSdt/GetDataForXmlMapping method to Text document API.
- Added the ApiInlineLvlSdt/GetDate method to Text document API.
- Added the ApiInlineLvlSdt/GetId method to Text document API.
- Added the ApiInlineLvlSdt/IsCheckBox method to Text document API.
- Added the ApiInlineLvlSdt/IsCheckBoxChecked method to Text document API.
- Added the ApiInlineLvlSdt/IsComboBox method to Text document API.
- Added the ApiInlineLvlSdt/IsDatePicker method to Text document API.
- Added the ApiInlineLvlSdt/IsDropDownList method to Text document API.
- Added the ApiInlineLvlSdt/IsPicture method to Text document API.
- Added the ApiInlineLvlSdt/RemoveListItem method to Text document API.
- Added the ApiInlineLvlSdt/SetBackgroundColor method to Text document API.
- Added the ApiInlineLvlSdt/SetBorderColor method to Text document API.
- Added the ApiInlineLvlSdt/SetCheckBoxChecked method to Text document API.
- Added the ApiInlineLvlSdt/SetDate method to Text document API.
- Added the ApiInlineLvlSdt/SetDateFormat method to Text document API.
- Added the ApiInlineLvlSdt/SetPicture method to Text document API.
- Added the ApiInlineLvlSdt/SetPictureSize method to Text document API.
- Added the ApiInlineLvlSdt/Select method to Text document API.
- Added the ApiInlineLvlSdt/SelectListItem method to Text document API.
- Added the ApiInlineLvlSdt/SetDataBinding method to Text document API.
- Added the ApiInlineLvlSdt/SetId method to Text document API.
- Added the ApiInlineLvlSdt/UpdateFromXmlMapping method to Text document API.
- Added the ContentControlCheckBoxPr type to the simple type definitions.
- Added the ContentControlDatePr type to the simple type definitions.
- Added the ContentControlListItem type to the simple type definitions.
Custom XML methods
- Added the ApiCustomXmlNode class to Text document API.
- Added the ApiCustomXmlNode/Add method to Text document API.
- Added the ApiCustomXmlNode/Delete method to Text document API.
- Added the ApiCustomXmlNode/DeleteAttribute method to Text document API.
- Added the ApiCustomXmlNode/GetAttribute method to Text document API.
- Added the ApiCustomXmlNode/GetAttributes method to Text document API.
- Added the ApiCustomXmlNode/GetClassType method to Text document API.
- Added the ApiCustomXmlNode/GetNodeName method to Text document API.
- Added the ApiCustomXmlNode/GetNodes method to Text document API.
- Added the ApiCustomXmlNode/GetNodeValue method to Text document API.
- Added the ApiCustomXmlNode/GetParent method to Text document API.
- Added the ApiCustomXmlNode/GetText method to Text document API.
- Added the ApiCustomXmlNode/GetXml method to Text document API.
- Added the ApiCustomXmlNode/GetXPath method to Text document API.
- Added the ApiCustomXmlNode/SetAttribute method to Text document API.
- Added the ApiCustomXmlNode/SetNodeValue method to Text document API.
- Added the ApiCustomXmlNode/SetText method to Text document API.
- Added the ApiCustomXmlNode/SetXml method to Text document API.
- Added the ApiCustomXmlNode/UpdateAttribute method to Text document API.
- Added the ApiCustomXmlPart class to Text document API.
- Added the ApiCustomXmlPart/Delete method to Text document API.
- Added the ApiCustomXmlPart/DeleteAttribute method to Text document API.
- Added the ApiCustomXmlPart/DeleteElement method to Text document API.
- Added the ApiCustomXmlPart/GetAttribute method to Text document API.
- Added the ApiCustomXmlPart/GetClassType method to Text document API.
- Added the ApiCustomXmlPart/GetId method to Text document API.
- Added the ApiCustomXmlPart/GetNodes method to Text document API.
- Added the ApiCustomXmlPart/GetXml method to Text document API.
- Added the ApiCustomXmlPart/InsertAttribute method to Text document API.
- Added the ApiCustomXmlPart/InsertElement method to Text document API.
- Added the ApiCustomXmlPart/UpdateAttribute method to Text document API.
- Added the ApiCustomXmlPart/UpdateElement method to Text document API.
- Added the ApiCustomXmlParts class to Text document API.
- Added the ApiCustomXmlParts/Add method to Text document API.
- Added the ApiCustomXmlParts/GetAll method to Text document API.
- Added the ApiCustomXmlParts/GetById method to Text document API.
- Added the ApiCustomXmlParts/GetByNamespace method to Text document API.
- Added the ApiCustomXmlParts/GetClassType method to Text document API.
- Added the ApiCustomXmlParts/GetCount method to Text document API.
- Added the ApiDocument/GetCustomXmlParts method to Text document API.
- Added the CustomXmlNodeAttribute type to the simple type definitions.
- Added the XmlMapping type to the simple type definitions.
Form methods
- Added the ApiCheckBoxForm/GetChoiceName method to Text document API.
- Added the ApiCheckBoxForm/SetChoiceName method to Text document API.
- Added the ApiComplexForm/Add method to Text document API.
- Added the ApiComplexForm/ClearContent method to Text document API.
- Added the ApiComplexForm/GetSubForms method to Text document API.
- Added the ApiDateForm/GetDate method to Text document API.
- Added the ApiDateForm/SetDate method to Text document API.
- Added the ApiDocument/GetFormsByKey method to Text document API.
- Added the ApiDocument/GetFormsByRole method to Text document API.
- Added the ApiDocument/GetFormKeysByRole method to Text document API.
- Added the ApiDocument/GetFormValueByKey method to Text document API.
- Added the ApiFormBase/GetRole method to Text document API.
- Added the ApiFormBase/GetTag method to Text document API.
- Added the ApiFormBase/SetRole method to Text document API.
- Added the ApiFormBase/SetTag method to Text document API.
- Added the Api/CreateComplexForm method to Form API.
- Added the ApiDocument/GetFormRoles method to Form API.
- Added the ApiFormRoles class to Form API.
- Added the ApiFormRoles/Add method to Form API.
- Added the ApiFormRoles/GetAllRoles method to Form API.
- Added the ApiFormRoles/GetCount method to Form API.
- Added the ApiFormRoles/GetRoleColor method to Form API.
- Added the ApiFormRoles/HaveRole method to Form API.
- Added the ApiFormRoles/MoveDown method to Form API.
- Added the ApiFormRoles/MoveUp method to Form API.
- Added the ApiFormRoles/Remove method to Form API.
- Added the ApiFormRoles/SetRoleColor method to Form API.
- Added the role property to the FormPrBase object.
- Added the DateFormPr type to the simple type definitions.
- Added the RoleProperties type to the simple type definitions.
Custom properties methods
- Added the ApiCustomProperties class to Text document API.
- Added the ApiDocument/GetCustomProperties method to Text document API.
- Added the ApiCustomProperties/Add method to Text document API.
- Added the ApiCustomProperties/GetClassType method to Text document API.
- Added the ApiCustomProperties/Get method to Text document API.
- Added the Api/GetCustomProperties method to Spreadsheet API.
- Added the ApiCustomProperties class to Spreadsheet API.
- Added the ApiCustomProperties/Add method to Spreadsheet API.
- Added the ApiCustomProperties/GetClassType method to Spreadsheet API.
- Added the ApiCustomProperties/Get method to Spreadsheet API.
- Added the ApiCustomProperties class to Presentation API.
- Added the ApiCustomProperties/Add method to Presentation API.
- Added the ApiCustomProperties/GetClassType method to Presentation API.
- Added the ApiCustomProperties/Get method to Presentation API.
- Added the ApiPresentation/GetCustomProperties method to Presentation API.
Core methods
- Added the ApiCore class to Text document API.
- Added the ApiCore/GetCategory method to Text document API.
- Added the ApiCore/GetClassType method to Text document API.
- Added the ApiCore/GetContentStatus method to Text document API.
- Added the ApiCore/GetCreated method to Text document API.
- Added the ApiCore/GetCreator method to Text document API.
- Added the ApiCore/GetDescription method to Text document API.
- Added the ApiCore/GetIdentifier method to Text document API.
- Added the ApiCore/GetKeywords method to Text document API.
- Added the ApiCore/GetLanguage method to Text document API.
- Added the ApiCore/GetLastModifiedBy method to Text document API.
- Added the ApiCore/GetLastPrinted method to Text document API.
- Added the ApiCore/GetModified method to Text document API.
- Added the ApiCore/GetRevision method to Text document API.
- Added the ApiCore/GetSubject method to Text document API.
- Added the ApiCore/GetTitle method to Text document API.
- Added the ApiCore/GetVersion method to Text document API.
- Added the ApiCore/SetCategory method to Text document API.
- Added the ApiCore/SetContentStatus method to Text document API.
- Added the ApiCore/SetCreated method to Text document API.
- Added the ApiCore/SetCreator method to Text document API.
- Added the ApiCore/SetDescription method to Text document API.
- Added the ApiCore/SetIdentifier method to Text document API.
- Added the ApiCore/SetKeywords method to Text document API.
- Added the ApiCore/SetLanguage method to Text document API.
- Added the ApiCore/SetLastModifiedBy method to Text document API.
- Added the ApiCore/SetLastPrinted method to Text document API.
- Added the ApiCore/SetModified method to Text document API.
- Added the ApiCore/SetRevision method to Text document API.
- Added the ApiCore/SetSubject method to Text document API.
- Added the ApiCore/SetTitle method to Text document API.
- Added the ApiCore/SetVersion method to Text document API.
- Added the ApiDocument/GetCore method to Text document API.
- Added the Api/GetCore method to Spreadsheet API.
- Added the ApiCore class to Spreadsheet API.
- Added the ApiCore/GetCategory method to Spreadsheet API.
- Added the ApiCore/GetClassType method to Spreadsheet API.
- Added the ApiCore/GetContentStatus method to Spreadsheet API.
- Added the ApiCore/GetCreated method to Spreadsheet API.
- Added the ApiCore/GetCreator method to Spreadsheet API.
- Added the ApiCore/GetDescription method to Spreadsheet API.
- Added the ApiCore/GetIdentifier method to Spreadsheet API.
- Added the ApiCore/GetKeywords method to Spreadsheet API.
- Added the ApiCore/GetLanguage method to Spreadsheet API.
- Added the ApiCore/GetLastModifiedBy method to Spreadsheet API.
- Added the ApiCore/GetLastPrinted method to Spreadsheet API.
- Added the ApiCore/GetModified method to Spreadsheet API.
- Added the ApiCore/GetRevision method to Spreadsheet API.
- Added the ApiCore/GetSubject method to Spreadsheet API.
- Added the ApiCore/GetTitle method to Spreadsheet API.
- Added the ApiCore/GetVersion method to Spreadsheet API.
- Added the ApiCore/SetCategory method to Spreadsheet API.
- Added the ApiCore/SetContentStatus method to Spreadsheet API.
- Added the ApiCore/SetCreated method to Spreadsheet API.
- Added the ApiCore/SetCreator method to Spreadsheet API.
- Added the ApiCore/SetDescription method to Spreadsheet API.
- Added the ApiCore/SetIdentifier method to Spreadsheet API.
- Added the ApiCore/SetKeywords method to Spreadsheet API.
- Added the ApiCore/SetLanguage method to Spreadsheet API.
- Added the ApiCore/SetLastModifiedBy method to Spreadsheet API.
- Added the ApiCore/SetLastPrinted method to Spreadsheet API.
- Added the ApiCore/SetModified method to Spreadsheet API.
- Added the ApiCore/SetRevision method to Spreadsheet API.
- Added the ApiCore/SetSubject method to Spreadsheet API.
- Added the ApiCore/SetTitle method to Spreadsheet API.
- Added the ApiCore/SetVersion method to Spreadsheet API.
- Added the ApiCore class to Presentation API.
- Added the ApiCore/GetCategory method to Presentation API.
- Added the ApiCore/GetClassType method to Presentation API.
- Added the ApiCore/GetContentStatus method to Presentation API.
- Added the ApiCore/GetCreated method to Presentation API.
- Added the ApiCore/GetCreator method to Presentation API.
- Added the ApiCore/GetDescription method to Presentation API.
- Added the ApiCore/GetIdentifier method to Presentation API.
- Added the ApiCore/GetKeywords method to Presentation API.
- Added the ApiCore/GetLanguage method to Presentation API.
- Added the ApiCore/GetLastModifiedBy method to Presentation API.
- Added the ApiCore/GetLastPrinted method to Presentation API.
- Added the ApiCore/GetModified method to Presentation API.
- Added the ApiCore/GetRevision method to Presentation API.
- Added the ApiCore/GetSubject method to Presentation API.
- Added the ApiCore/GetTitle method to Presentation API.
- Added the ApiCore/GetVersion method to Presentation API.
- Added the ApiCore/SetCategory method to Presentation API.
- Added the ApiCore/SetContentStatus method to Presentation API.
- Added the ApiCore/SetCreated method to Presentation API.
- Added the ApiCore/SetCreator method to Presentation API.
- Added the ApiCore/SetDescription method to Presentation API.
- Added the ApiCore/SetIdentifier method to Presentation API.
- Added the ApiCore/SetKeywords method to Presentation API.
- Added the ApiCore/SetLanguage method to Presentation API.
- Added the ApiCore/SetLastModifiedBy method to Presentation API.
- Added the ApiCore/SetLastPrinted method to Presentation API.
- Added the ApiCore/SetModified method to Presentation API.
- Added the ApiCore/SetRevision method to Presentation API.
- Added the ApiCore/SetSubject method to Presentation API.
- Added the ApiCore/SetTitle method to Presentation API.
- Added the ApiCore/SetVersion method to Presentation API.
- Added the ApiPresentation/GetCore method to Presentation API.
Range methods
- Added the ApiRange/AddField method to Text document API.
- Added the ApiRange/MoveCursorToPos method to Text document API.
- Added the ApiRange/GetFormulaArray method to Spreadsheet API.
- Added the ApiRange/SetFormulaArray method to Spreadsheet API.
Document methods
- Added the ApiDocument/GetInternalId method to Text document API.
- Added the ApiDocument/InsertBlankPage method to Text document API.
- Added the ApiDocument/MoveCursorToEnd method to Text document API.
- Added the ApiDocument/MoveCursorToStart method to Text document API.
- Added the ApiDocument/SetAssistantTrackRevisions method to Text document API.
- Added the ApiDocumentContent/GetCurrentParagraph method to Text document API.
- Added the ApiDocumentContent/GetCurrentRun method to Text document API.
- Added the ApiDocumentContent/GetInternalId method to Text document API.
- Added the ApiDocumentContent/GetInternalId method to Spreadsheet API.
- Added the ApiDocumentContent/GetInternalId method to Presentation API.
Drawing methods
- Added the ApiDrawing/GetRotation method to Text document API.
- Added the ApiDrawing/SetRotation method to Text document API.
- Added the ApiDrawing/GetRotation method to Spreadsheet API.
- Added the ApiDrawing/SetRotation method to Spreadsheet API.
- Added the ApiDrawing/GetRotation method to Presentation API.
- Added the ApiDrawing/SetRotation method to Presentation API.
Comment methods
- Added the ApiDocument/ShowComment method to Text document API.
- Added the ApiComment/GetPosition method to Presentation API.
- Added the ApiComment/SetPosition method to Presentation API.
- Added the posX and posY parameters to the ApiSlide/AddComment method of Presentation API.
Presentation methods
- Added the ApiPresentation/AddMathEquation method to Presentation API.
- Added the ApiPresentation/GetAllCharts method to Presentation API.
- Added the ApiPresentation/GetAllDrawings method to Presentation API.
- Added the ApiPresentation/GetAllImages method to Presentation API.
- Added the ApiPresentation/GetAllOleObjects method to Presentation API.
- Added the ApiPresentation/GetAllShapes method to Presentation API.
- Added the nIndex parameter to the ApiPresentation/AddSlide method of Presentation API.
Layout methods
- Added the ApiLayout/GetLayoutType method to Presentation API.
- Added the ApiMaster/GetAllLayouts method to Presentation API.
- Added the ApiMaster/GetLayoutByType method to Presentation API.
- Added the LayoutType type to the simple type definitions.
Notes page methods
- Added the ApiNotesPage class to Presentation API.
- Added the ApiNotesPage/AddBodyShapeText method to Presentation API.
- Added the ApiNotesPage/GetBodyShape method to Presentation API.
- Added the ApiNotesPage/GetClassType method to Presentation API.
- Added the ApiSlide/AddNotesText method to Presentation API.
- Added the ApiSlide/GetNotesPage method to Presentation API.
Other methods
- Added the Api/GetByInternalId method to Text document API.
- Added the ApiRun/GetParentParagraph method to Text document API.
- Added the ApiTablePr/SetTableBorderAll method to Text document API.
- Added the fontSlot parameter to the ApiTextPr/GetFontFamily method of Text document API.
- Added the ApiParagraph/Select method to Presentation API.
- Added the ApiSlide/AddComment method to Presentation API.
- Added the Base64Img type to the simple type definitions.
Version 8.3
Bookmark methods
- Added the ApiBookmark class to Text document API.
- Added the ApiBookmark/Delete method to Text document API.
- Added the ApiBookmark/GetName method to Text document API.
- Added the ApiBookmark/GetRange method to Text document API.
- Added the ApiBookmark/GetText method to Text document API.
- Added the ApiBookmark/GoTo method to Text document API.
- Added the ApiBookmark/Select method to Text document API.
- Added the ApiBookmark/SetName method to Text document API.
- Added the ApiBookmark/SetText method to Text document API.
- Added the ApiDocument/GetBookmark method to Text document API.
Group methods
- Added the Api/CreateGroup method to Text document API.
- Added the ApiDocument/GroupDrawings method to Text document API.
- Added the ApiGroup class to Text document API.
- Added the ApiGroup/GetClassType method to Text document API.
- Added the ApiGroup/Ungroup method to Text document API.
- Added the ApiDrawing/GetParentSheet method to Spreadsheet API.
- Added the Api/CreateGroup method to Presentation API.
- Added the ApiGroup class to Presentation API.
- Added the ApiGroup/GetClassType method to Presentation API.
- Added the ApiLayout/GroupDrawings method to Presentation API.
- Added the ApiMaster/GroupDrawings method to Presentation API.
- Added the ApiSlide/GroupDrawings method to Presentation API.
- Added the Drawing type to the simple type definitions.
- Added the DrawingForGroup type to the simple type definitions.
Content control methods
- Added the ApiBlockLvlSdt/Copy method to Text document API.
- Added the ApiBlockLvlSdt/GetInternalId method to Text document API.
- Added the ApiInlineLvlSdt/GetInternalId method to Text document API.
Document methods
- Added the ApiDocument/GetCurrentPage method to Text document API.
- Added the ApiDocument/GetCurrentVisiblePages method to Text document API.
- Added the ApiDocumentContent/GetText method to Text document API.
Section methods
- Added the ApiSection/GetStartPageNumber method to Text document API.
- Added the ApiSection/SetStartPageNumber method to Text document API.
Autofilter methods
- Added the ApiRange/SetAutoFilter method to Spreadsheet API.
- Added the XlAutoFilterOperator type to the simple type definitions.
- Added the XlDynamicFilterCriteria type to the simple type definitions.
Selection methods
- Added the Api/GetSelection method to Presentation API.
- Added the ApiSelection class to Presentation API.
- Added the ApiSelection/GetShapes method to Presentation API.
- Added the ApiSelection/GetSlides method to Presentation API.
- Added the ApiSelection/GetType method to Presentation API.
- Added the ApiSelection/IsEmpty method to Presentation API.
- Added the SelectionType type to the simple type definitions.
Slide methods
- Added the ApiPresentation/GetAllSlideMasters method to Presentation API.
- Added the ApiPresentation/GetAllSlides method to Presentation API.
- Added the ApiSlide/Select method to Presentation API.
Other methods
- Added the ApiNumberingLevel/LinkWithStyle method to Text document API.
- Moved the GetContent method of Text document from the ApiShape class to the ApiDrawing class.
- Added the ApiLayout/GetName method to Presentation API.
- Added the keepPosition parameter to the ApiFormBase/ToFixed method of Form API.
- Added the PivotTableFieldOptions type to the simple type definitions.
- Added the PivotTableFilterAreaInfo type to the simple type definitions.
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/ClearAllFilters method to Spreadsheet API.
- Added the ApiPivotDataField/ClearLabelFilters method to Spreadsheet API.
- Added the ApiPivotDataField/ClearManualFilters method to Spreadsheet API.
- Added the ApiPivotDataField/ClearValueFilters method to Spreadsheet API.
- Added the ApiPivotDataField/GetCaption method to Spreadsheet API.
- Added the ApiPivotDataField/GetCurrentPage method to Spreadsheet API.
- Added the ApiPivotDataField/GetDragToColumn method to Spreadsheet API.
- Added the ApiPivotDataField/GetDragToData method to Spreadsheet API.
- Added the ApiPivotDataField/GetDragToPage method to Spreadsheet API.
- Added the ApiPivotDataField/GetDragToRow method to Spreadsheet API.
- Added the ApiPivotDataField/GetFunction method to Spreadsheet API.
- Added the ApiPivotDataField/GetIndex method to Spreadsheet API.
- Added the ApiPivotDataField/GetLayoutBlankLine method to Spreadsheet API.
- Added the ApiPivotDataField/GetLayoutCompactRow method to Spreadsheet API.
- Added the ApiPivotDataField/GetLayoutForm method to Spreadsheet API.
- Added the ApiPivotDataField/GetLayoutPageBreak method to Spreadsheet API.
- Added the ApiPivotDataField/GetLayoutSubtotalLocation method to Spreadsheet API.
- Added the ApiPivotDataField/GetLayoutSubtotals 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/GetParent method to Spreadsheet API.
- Added the ApiPivotDataField/GetPivotField method to Spreadsheet API.
- Added the ApiPivotDataField/GetPivotItems method to Spreadsheet API.
- Added the ApiPivotDataField/GetPosition method to Spreadsheet API.
- Added the ApiPivotDataField/GetRepeatLabels method to Spreadsheet API.
- Added the ApiPivotDataField/GetShowAllItems method to Spreadsheet API.
- Added the ApiPivotDataField/GetShowingInAxis method to Spreadsheet API.
- Added the ApiPivotDataField/GetSourceName method to Spreadsheet API.
- Added the ApiPivotDataField/GetSubtotalName method to Spreadsheet API.
- Added the ApiPivotDataField/GetSubtotals method to Spreadsheet API.
- Added the ApiPivotDataField/GetTable 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/SetDragToColumn method to Spreadsheet API.
- Added the ApiPivotDataField/SetDragToData method to Spreadsheet API.
- Added the ApiPivotDataField/SetDragToPage method to Spreadsheet API.
- Added the ApiPivotDataField/SetDragToRow method to Spreadsheet API.
- Added the ApiPivotDataField/SetFunction method to Spreadsheet API.
- Added the ApiPivotDataField/SetLayoutBlankLine method to Spreadsheet API.
- Added the ApiPivotDataField/SetLayoutCompactRow method to Spreadsheet API.
- Added the ApiPivotDataField/SetLayoutForm method to Spreadsheet API.
- Added the ApiPivotDataField/SetLayoutPageBreak method to Spreadsheet API.
- Added the ApiPivotDataField/SetLayoutSubtotalLocation method to Spreadsheet API.
- Added the ApiPivotDataField/SetLayoutSubtotals method to Spreadsheet API.
- Added the ApiPivotDataField/SetName method to Spreadsheet API.
- Added the ApiPivotDataField/SetNumberFormat method to Spreadsheet API.
- Added the ApiPivotDataField/SetOrientation method to Spreadsheet API.
- Added the ApiPivotDataField/SetPosition method to Spreadsheet API.
- Added the ApiPivotDataField/SetRepeatLabels method to Spreadsheet API.
- Added the ApiPivotDataField/SetShowAllItems method to Spreadsheet API.
- Added the ApiPivotDataField/SetSubtotalName method to Spreadsheet API.
- Added the ApiPivotDataField/SetSubtotals 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/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/GetLayoutSubtotalLocation method to Spreadsheet API.
- Added the ApiPivotField/GetLayoutSubtotals method to Spreadsheet API.
- Added the ApiPivotField/GetName 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/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/SetLayoutSubtotalLocation method to Spreadsheet API.
- Added the ApiPivotField/SetLayoutSubtotals method to Spreadsheet API.
- Added the ApiPivotField/SetName 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 ApiBlockLvlSdt/Copy method to Text document API.
- 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/MoveCursorOutside 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 ApiDateForm/ToInline 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/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 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.
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 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/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 ApiLayout/GetAllOleObjects method to Presentation API.
- Added the ApiMaster/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/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/ChangeBgFillStyles method to Presentation API.
- Added the ApiThemeFormatScheme/ChangeFillStyles method to Presentation API.
- Added the ApiThemeFormatScheme/ChangeLineStyles method to Presentation API.
- Added the ApiThemeFormatScheme/Copy 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 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.