This page compares API class differences between 'InDesign CC (19.0)' and 'InDesign CC (20.5)'
| 'InDesign CC (19.0)' | 'InDesign CC (20.5)' |
| CSelectableDialogSwitcher |
| void CustomLoadDialogPanel (bool skipAddRomanPanel); |
|
| Facade::IPageItemVisibilityFacade |
| bool16 IsVisibleOnCanvas (const UIDRef & targetItem); |
|
| FileUtils |
| char GetMacDirectorySeparator (); | | PMString GetMacDirectorySeparatorPMString (); | | textchar GetMacDirectorySeparatorTextChar (); | | CFURLPathStyle GetMacPathStyle (); | | char GetPosixDirectorySeparator (); | | PMString GetPosixDirectorySeparatorPMString (); | | textchar GetPosixDirectorySeparatorTextChar (); | void IDFileToPMString (const IDFile & file, PMString & pathStr, bool16 isPosixPath); | |
|
| IBookContent |
| int32 GetNonHiddenFirstPageNum (); | | void SetNonHiddenFirstPageNum (const int32 & pageNum); |
|
| IBookUtils |
| int32 GetNonHiddenStartPageNum ( IDocument * doc); |
|
| ICloudDocsPublicUtils |
| | | bool16 IsAdobeCloudScheme (const URI & uri); | | bool16 isCloudFeatureEnabled (); |
|
| IDocumentUIState |
|
| IEBookExport |
| ErrorCode ExportBookWithSession ( IPMStream * stream, IBook * book, UIFlags uiFlags, ExportSessionToken sessionToken); |
|
| IEPubExportFXLPrefs |
| PMString GetMetadataAccessibilityCertifiedBy (); | | PMString GetMetadataAccessibilityConformsTo (); | | PMString GetMetadataAccessibilityCredentials (); | | PMString GetMetadataAccessibilityFeature (); | | PMString GetMetadataAccessibilityHazard (); | | PMString GetMetadataAccessibilityMode (); | | PMString GetMetadataAccessibilityModeSufficient (); | | PMString GetMetadataAccessibilityReportLink (); | | PMString GetMetadataAccessibilitySummary (); | | void SetMetadataAccessibilityCertifiedBy (const PMString & certifiedBy); | | void SetMetadataAccessibilityConformsTo (const PMString & conformTo); | | void SetMetadataAccessibilityCredentials (const PMString & credentials); | | void SetMetadataAccessibilityFeature (const PMString & feature); | | void SetMetadataAccessibilityHazard (const PMString & hazard); | | void SetMetadataAccessibilityMode (const PMString & mode); | | void SetMetadataAccessibilityModeSufficient (const PMString & modeSufficient); | | void SetMetadataAccessibilityReportLink (const PMString & reportLink); | | void SetMetadataAccessibilitySummary (const PMString & summary); |
|
| IEPubExportPrefs |
| | | bool16 GetCreatePageNavigation (); | | PMString GetMetadataAccessibilityCertifiedBy (); | | PMString GetMetadataAccessibilityConformsTo (); | | PMString GetMetadataAccessibilityCredentials (); | | PMString GetMetadataAccessibilityFeature (); | | PMString GetMetadataAccessibilityHazard (); | | PMString GetMetadataAccessibilityMode (); | | PMString GetMetadataAccessibilityModeSufficient (); | | PMString GetMetadataAccessibilityReportLink (); | | PMString GetMetadataAccessibilitySummary (); | | | | HTMLExport::EPageBreakSourceType GetPageBreakSourceType (); | | void SetCoverAltText (const PMString & coverAltText); | | void SetCreatePageNavigation (bool16 enable); | | void SetMetadataAccessibilityCertifiedBy (const PMString & certifiedBy); | | void SetMetadataAccessibilityConformsTo (const PMString & conformTo); | | void SetMetadataAccessibilityCredentials (const PMString & credentials); | | void SetMetadataAccessibilityFeature (const PMString & feature); | | void SetMetadataAccessibilityHazard (const PMString & hazard); | | void SetMetadataAccessibilityMode (const PMString & mode); | | void SetMetadataAccessibilityModeSufficient (const PMString & modeSufficient); | | void SetMetadataAccessibilityReportLink (const PMString & reportLink); | | void SetMetadataAccessibilitySummary (const PMString & summary); | | void SetPageBreakSourceText (const PMString & sourceText); | | void SetPageBreakSourceType (HTMLExport::EPageBreakSourceType type); |
|
| IFindChangeFormatCmdData |
| void ClearChangeCaseOption (); | | const PMString & GetChangeCaseOption (); | | bool16 IsChangeCaseOptionCleared (); | | bool16 IsChangeCaseOptionSet (); | | void SetChangeCaseOption (const PMString & changeCaseOption); |
|
| IFindChangeFormatData |
|
| IFindChangeOptions |
| void ClearChangeCaseOption (SearchMode mode); | | const PMString & GetChangeCaseOption (SearchMode mode); | | void SetChangeCaseOption (const PMString & caseOption, SearchMode mode); |
|
| IImageFormatManager |
| void QueryImageReadFormatList ( IPMStream * iPMStream, std::vector< IImageReadFormat * > & iImageReadFormatList); |
|
| IImportImageCmdData |
| ClassID GetFormatClassId (); | | void Set ( IDataBase * db, UID uid, IPMStream * stream, bool8 showProgressBar, bool8 forceCreateProxy, int16 transparencyAlphaIndex, bool8 allowAutoEmbedding, ClassID formatClassId); |
|
| IListBoxController |
| | | void SetCheckedItems (const K2Vector< int32 > & vecIndices, bool16 bInvalidate, bool16 bNotify); |
|
| IMenuManager |
|
| IPageItemTypeUtils |
| bool16 IsMathObject (const IPMUnknown * iPageItem); bool16 IsMathObject (const UIDRef & pageItemUIDRef); |
|
| IPageList |
int32 GetPageIndex (UID pageUID); | int32 GetPageIndex (UID pageUID, bool16 includePagesOfHiddenSpread); | void GetPageRangeString ( UIDList & pageUIDList, PMString * pPageString, bool16 bIncludeSectionName, bool16 bUseIntegerStyle, PageNumberType pageNumberType, bool16 bSortPageUIDList, bool16 bAbbreviate); | void GetPageRangeString ( UIDList & pageUIDList, PMString * pPageString, bool16 bIncludeSectionName, bool16 bUseIntegerStyle, PageNumberType pageNumberType, bool16 bSortPageUIDList, bool16 bAbbreviate, bool16 bIncludePagesOfHiddenSpread); | void GetPageString (UID pageUID, PMString * pPageString, bool16 bIncludeSectionName, bool16 bUseIntegerStyle, PageNumberType pageNumberType, bool16 bAbbreviate); | void GetPageString (UID pageUID, PMString * pPageString, bool16 bIncludeSectionName, bool16 bUseIntegerStyle, PageNumberType pageNumberType, bool16 bAbbreviate, bool16 bIncludePagesOfHiddenSpread); |
|
| IPanelMgr |
| void UpdatePanelIcon (const WidgetID & widgetId, PluginID pluginId, RsrcID resourceId); |
|
| IPrintData |
| bool16 IsIPPPDFPassthroughEnabled (); |
|
| IPrintSignalData |
| | | void SetBook ( IBook * document); |
|
| IPublishPrefs |
| bool16 GetExportTextContentAsSVG (); | | void SetExportTextContentAsSVG (bool16 textContentAsSVG); |
|
| ISection |
| int32 GetNonHiddenStartPageNumber (); | | UID GetNonHiddenStartPageUID (); | | void RecalculateNonHiddenPageUID (); | | void SetNonHiddenStartPageNumber (int32 nonHiddenStartPageNumber); |
|
| ISectionList |
int32 GetPageNumber (UID pageUID); | int32 GetPageNumber (UID pageUID, bool16 bIncludePagesOfHiddenSpread); | void GetPageString (UID pageUID, PMString * pPageString, bool16 bIncludeSectionName, bool16 bUseIntegerStyle, PageNumberType pageNumberType, bool16 bAbbreviate); | void GetPageString (UID pageUID, PMString * pPageString, bool16 bIncludeSectionName, bool16 bUseIntegerStyle, PageNumberType pageNumberType, bool16 bAbbreviate, bool16 bIncludePagesOfHiddenSpread); |
|
| IStoryUtils |
| bool16 IsCloudStory (const UIDRef & itemRef); |
|
| IWidgetUtils |
void RepositionAndShowContextUIPopup ( IWindow * popupWindow, bool16 showWindow, const PMRect & globalAnchorRect); | void RepositionAndShowContextUIPopup ( IWindow * popupWindow, bool16 showWindow, const PMRect & globalAnchorRect, bool16 inFront); |
|
| IXMLExportUtils |
|
| MLocaleSetting |
| void Initialize_Internal (int16 systemScript, const PMLocaleId & locale); |
|
| PlatformChar |
|
| ScriptReturnData |
|
| WLocaleSetting |
| void Initialize_Internal (int16 systemScript, const PMLocaleId & locale); |
|
| kAnchoredObjectAdornmentBoss |
|
| kAppBoss |
|
| kBaseWidgetBoss |
|
| kBetaBuildsIAMCmdBoss |
|
| kBookBoss |
|
| kCheckBoxItemBoss |
|
| kCloseDialogCmdBoss |
|
| kCloudDocsStartupShutdownBoss |
|
| kCollaborationICMLExportBoss |
|
| kComboBoxItemBoss |
|
| kDocBoss |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IPMUnknown IID_IMATHEXPRTARGETATTRIBUTEOBSERVER (); | | | | | | | | | | | | |
|
| kDocWorkspaceBoss |
|
| kDocumentDefaultSuiteBoss |
|
| kDocumentListBoss |
|
| kEPubExportFXLSelectableDialogBoss |
|
| kEPubExportSelectableDialogBoss |
|
| kEndnoteAdornmentBoss |
|
| kExcelPreferencesDialogBoss |
|
| kGenericPanelWidgetBoss |
|
| kGroupItemBoss |
|
| kInCopyInterchangeImportBoss |
|
| kIntegratorSuiteBoss |
|
| kInteractivePDFExportCmdBoss |
|
| kLayoutSuiteBoss |
|
| kLayoutWidgetBoss |
|
| kLinkResourceBoss |
|
| kListBoxFieldItemBoss |
|
| kModifySectionSettingsCmdBoss |
|
| kMultiColumnItemBoss |
|
| kMultiStateObjectItemBoss |
|
| kNewSectionCmdBoss |
|
| kOpenDocFromBookCmdBoss |
|
| kOpenFileWithWindowCmdBoss |
| IPMUnknown IID_ISUPPRESS_SHAREDCONTENT_M2M_VALIDATE_ON_OPEN (); |
|
| kOpenTypeAdornmentBoss |
|
| kPDFExportCmdBoss |
|
| kParaNoBaselineObserverBoss |
|
| kPropertiesPanelTemplateExpanderWidgetBoss |
|
| kPropsPanelButtonBarGenericWidgetBoss |
|
| kPushButtonItemBoss |
|
| kRadioButtonItemBoss |
|
| kSVGItem |
|
| kSaveACopyCmdBoss |
|
| kScrapDocBoss |
|
| kSessionBoss |
| | | | | | | | | IPMUnknown IID_ICONTEXTBARLAYOUTSELECTIONOBSERVER (); | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IPMUnknown IID_ILOCATECOLORTABACTIONIDONBOARDINGICON (); | | IPMUnknown IID_ILOCATECOLORTABONBOARDINGBLUEDOT (); | | | | | | | | | | | | | | | | IPMUnknown IID_IPANTONEREMOVALIAMSHOWNINSESSION (); | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
|
| kSetEBookExportFXLPrefsCmdBoss |
|
| kSetEBookExportPrefsCmdBoss |
|
| kSetItemLockDataCmdBoss |
|
| kSignatureFieldItemBoss |
|
| kSplineItemBoss |
|
| kSyncGroupCheckBoxBoss |
|
| kSyncLeafCheckBoxBoss |
|
| kSyncOptionsDialogBoss |
|
| kSyncTreeViewWidgetBoss |
|
| kTOPFrameItemBoss |
|
| kTableFrameBoss |
|
| kTableSuiteBoss |
|
| kTextExportPreferencesDialogBoss |
|
| kTextFieldItemBoss |
|
| kTextPreferencesDialogBoss |
|
| kTextStoryBoss |
|
| kTextSuiteBoss |
|
| kUtilsBoss |
| | | | | | | | | | | | | | | | | | | | | | IDigitalPublishingFacade IID_IDIGITALPUBLISHINGFACADE (); | | IDigitalPublishingFacade2 IID_IDIGITALPUBLISHINGFACADE2 (); | | IDigitalPublishingFacade3 IID_IDIGITALPUBLISHINGFACADE3 (); | | IPMUnknown IID_IDIGITALPUBLISHINGRASTERIZERFACADE (); | | IPMUnknown IID_IDIGITALPUBLISHINGVECTOREXPORTFACADE (); | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
|
| kWindowBoss |
|
| kWordPreferencesDialogBoss |
|
| kWorkspaceBoss |
| | | | | IPMUnknown IID_IGENAISHORTPROMPTSUGGESTIONSHOWNCOUNT (); | | | | | IPMUnknown IID_IISLEARNMORECLICKEDPOSTAPPUPDATE (); | | | | | | | | | | | | | | IPMUnknown IID_IPANTONEREMOVALIAMSHOWNCOUNTPOSTAPPUPDATE (); | | | | | |
|