Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 4 additions & 0 deletions .openpublishing.publish.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,10 @@
"ReferenceTOC": "docs/docs-ref-autogen/excel_1_18/toc.yml",
"ConceptualTOCUrl": "/office/dev/add-ins/toc.json"
},
{
"ReferenceTOC": "docs/docs-ref-autogen/excel_1_19/toc.yml",
"ConceptualTOCUrl": "/office/dev/add-ins/toc.json"
},
{
"ReferenceTOC": "docs/docs-ref-autogen/excel_online/toc.yml",
"ConceptualTOCUrl": "/office/dev/add-ins/toc.json"
Expand Down
17 changes: 17 additions & 0 deletions docs/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,18 @@
"src": "docs-ref-autogen/excel_1_18",
"dest": "api"
},
{
"files": ["**/toc.yml"],
"group": "excel-js-1.19",
"src": "docs-ref-autogen/excel_1_19",
"dest": "api/office-js-docs-reference"
},
{
"files": ["**/*.md", "**/*.yml"],
"group": "excel-js-1.19",
"src": "docs-ref-autogen/excel_1_19",
"dest": "api"
},
{
"files": ["**/toc.yml"],
"group": "excel-js-online",
Expand Down Expand Up @@ -1031,6 +1043,10 @@
"dest": "excel-js-1.18",
"moniker_range": "excel-js-1.18"
},
"excel-js-1.19": {
"dest": "excel-js-1.19",
"moniker_range": "excel-js-1.19"
},
"excel-js-online": {
"dest": "excel-js-online",
"moniker_range": "excel-js-online"
Expand Down Expand Up @@ -1216,6 +1232,7 @@
"docs-ref-autogen/excel_1_16/**": "excel",
"docs-ref-autogen/excel_1_17/**": "excel",
"docs-ref-autogen/excel_1_18/**": "excel",
"docs-ref-autogen/excel_1_19/**": "excel",
"docs-ref-autogen/excel_online/**": "excel",
"docs-ref-autogen/onenote/**": "onenote",
"docs-ref-autogen/outlook/**": "outlook",
Expand Down
3 changes: 3 additions & 0 deletions docs/docs-ref-autogen/common/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,9 @@ items:
- name: ExcelApi online-only requirement set
href: ../../requirement-sets/excel/excel-api-online-requirement-set.md
displayName: Excel
- name: ExcelApi 1.19 requirement set
href: ../../requirement-sets/excel/excel-api-1-19-requirement-set.md
displayName: Excel
- name: ExcelApi 1.18 requirement set
href: ../../requirement-sets/excel/excel-api-1-18-requirement-set.md
displayName: Excel
Expand Down
3 changes: 3 additions & 0 deletions docs/docs-ref-autogen/common_preview/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,9 @@ items:
- name: ExcelApi online-only requirement set
href: ../../requirement-sets/excel/excel-api-online-requirement-set.md
displayName: Excel
- name: ExcelApi 1.19 requirement set
href: ../../requirement-sets/excel/excel-api-1-19-requirement-set.md
displayName: Excel
- name: ExcelApi 1.18 requirement set
href: ../../requirement-sets/excel/excel-api-1-18-requirement-set.md
displayName: Excel
Expand Down
12 changes: 6 additions & 6 deletions docs/docs-ref-autogen/excel/excel/excel.basiccardlayout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ package: excel!
fullName: Excel.BasicCardLayout
summary: Represents a card layout used for the Boolean, double, and string basic types.
remarks: >-
\[ [API set: ExcelApi BETA (PREVIEW
ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
\[ [API set: ExcelApi
1.19](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]

isPreview: true
isPreview: false
isDeprecated: false
type: interface
properties:
Expand All @@ -18,11 +18,11 @@ properties:
fullName: layout
summary: Represents the type of this layout.
remarks: >-
\[ [API set: ExcelApi BETA (PREVIEW
ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\[ [API set: ExcelApi
1.19](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]

isPreview: true
isPreview: false
isDeprecated: false
syntax:
content: 'layout?: EntityCardLayoutType.entity | "Entity";'
Expand Down
12 changes: 6 additions & 6 deletions docs/docs-ref-autogen/excel/excel/excel.basiccompactlayout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ package: excel!
fullName: Excel.BasicCompactLayout
summary: The basic compact layout properties.
remarks: >-
\[ [API set: ExcelApi BETA (PREVIEW
ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
\[ [API set: ExcelApi
1.19](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]

isPreview: true
isPreview: false
isDeprecated: false
type: interface
properties:
Expand All @@ -18,11 +18,11 @@ properties:
fullName: icon
summary: Specifies the name of the icon which is used to open the card.
remarks: >-
\[ [API set: ExcelApi BETA (PREVIEW
ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\[ [API set: ExcelApi
1.19](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]

isPreview: true
isPreview: false
isDeprecated: false
syntax:
content: 'icon?: string | EntityCompactLayoutIcons;'
Expand Down
18 changes: 9 additions & 9 deletions docs/docs-ref-autogen/excel/excel/excel.basicviewlayouts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ summary: >-
Represents layout information for various views of the value and its
properties.
remarks: >-
\[ [API set: ExcelApi BETA (PREVIEW
ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
\[ [API set: ExcelApi
1.19](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]

isPreview: true
isPreview: false
isDeprecated: false
type: interface
properties:
Expand All @@ -23,11 +23,11 @@ properties:
the `BasicCardLayout` object does not have a layout property, it is
assumed to be "Entity".
remarks: >-
\[ [API set: ExcelApi BETA (PREVIEW
ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\[ [API set: ExcelApi
1.19](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]

isPreview: true
isPreview: false
isDeprecated: false
syntax:
content: 'card?: BasicCardLayout;'
Expand All @@ -41,11 +41,11 @@ properties:
Represents the layout used when there is limited space to represent the
value.
remarks: >-
\[ [API set: ExcelApi BETA (PREVIEW
ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\[ [API set: ExcelApi
1.19](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]

isPreview: true
isPreview: false
isDeprecated: false
syntax:
content: 'compact?: BasicCompactLayout;'
Expand Down
26 changes: 13 additions & 13 deletions docs/docs-ref-autogen/excel/excel/excel.booleancellvalue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Excel.BooleanCellValue
uid: excel!Excel.BooleanCellValue:interface
package: excel!
fullName: Excel.BooleanCellValue
summary: Represents the value of a cell containing a boolean.
summary: Represents the value of a cell containing a Boolean.
remarks: >-
\[ [API set: ExcelApi
1.16](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
Expand Down Expand Up @@ -54,11 +54,11 @@ properties:
fullName: layouts
summary: Represents layout information for views of this boolean value.
remarks: >-
\[ [API set: ExcelApi BETA (PREVIEW
ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\[ [API set: ExcelApi
1.19](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]

isPreview: true
isPreview: false
isDeprecated: false
syntax:
content: 'layouts?: BasicViewLayouts;'
Expand All @@ -70,11 +70,11 @@ properties:
fullName: properties
summary: Represents additional properties of this boolean value.
remarks: >-
\[ [API set: ExcelApi BETA (PREVIEW
ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\[ [API set: ExcelApi
1.19](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]

isPreview: true
isPreview: false
isDeprecated: false
syntax:
content: |-
Expand All @@ -95,11 +95,11 @@ properties:
in this `BooleanCellValue`<!-- -->. This information can be used for
branding in card view.
remarks: >-
\[ [API set: ExcelApi BETA (PREVIEW
ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\[ [API set: ExcelApi
1.19](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]

isPreview: true
isPreview: false
isDeprecated: false
syntax:
content: 'provider?: CellValueProviderAttributes;'
Expand All @@ -113,11 +113,11 @@ properties:
Represents the cell values which are referenced within
`BooleanCellValue.properties`<!-- -->.
remarks: >-
\[ [API set: ExcelApi BETA (PREVIEW
ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\[ [API set: ExcelApi
1.19](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]

isPreview: true
isPreview: false
isDeprecated: false
syntax:
content: 'referencedValues?: ReferencedValue[];'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ package: excel!
fullName: Excel.CardLayoutTwoColumnSection
summary: Represents a section of a card that is arranged as two columns in card view.
remarks: >-
\[ [API set: ExcelApi BETA (PREVIEW
ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
\[ [API set: ExcelApi
1.19](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]

isPreview: true
isPreview: false
isDeprecated: false
type: interface
properties:
Expand All @@ -18,11 +18,11 @@ properties:
fullName: layout
summary: Represents the type of layout for this section.
remarks: >-
\[ [API set: ExcelApi BETA (PREVIEW
ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\[ [API set: ExcelApi
1.19](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]

isPreview: true
isPreview: false
isDeprecated: false
syntax:
content: 'layout: "TwoColumn";'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,14 +165,11 @@ properties:
uid: excel!Excel.CellPropertiesLoadOptions#textRuns:member
package: excel!
fullName: textRuns
summary: >-
Specifies whether to load on the `textRuns` property.


summary: Specifies whether to load on the `textRuns` property.
remarks: >-
\[ [API set: ExcelApi
1.18](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]
remarks: ''

isPreview: false
isDeprecated: false
Expand Down
4 changes: 2 additions & 2 deletions docs/docs-ref-autogen/excel/excel/excel.cellvaluetype.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ fields:
Represents a `FunctionCellValue`<!-- -->.


* \[ [API set: ExcelApi BETA (PREVIEW
ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
* \[ [API set: ExcelApi
1.19](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]
value: '"Function"'
- name: linkedEntity
Expand Down
38 changes: 19 additions & 19 deletions docs/docs-ref-autogen/excel/excel/excel.chartdatalabel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@ properties:
package: excel!
fullName: geometricShapeType
summary: >-
Gets or sets the geometric shape type of the data label. See
Specifies the geometric shape type of the data label. See
`Excel.GeometricShapeType` for more details. Value is `null` if the data
label is not a geometric shape.
remarks: >-
\[ [API set: ExcelApi BETA (PREVIEW
ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\[ [API set: ExcelApi
1.19](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]

isPreview: true
isPreview: false
isDeprecated: false
syntax:
content: >-
Expand Down Expand Up @@ -337,11 +337,11 @@ properties:
[GeometricShapeType](xref:excel!Excel.GeometricShapeType:enum) for more
details.
remarks: >-
\[ [API set: ExcelApi BETA (PREVIEW
ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\[ [API set: ExcelApi
1.19](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]

isPreview: true
isPreview: false
isDeprecated: false
syntax:
content: 'readonly showAsStickyCallout: boolean;'
Expand Down Expand Up @@ -536,11 +536,11 @@ methods:
Returns a substring of the data label. The line break character '<!--
-->\\<!-- -->n' counts as one character.
remarks: >-
\[ [API set: ExcelApi BETA (PREVIEW
ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\[ [API set: ExcelApi
1.19](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]

isPreview: true
isPreview: false
isDeprecated: false
syntax:
content: 'getSubstring(start: number, length?: number): Excel.ChartFormatString;'
Expand All @@ -567,11 +567,11 @@ methods:
Returns the tail anchor of the data label which is shown as a sticky
callout.
remarks: >-
\[ [API set: ExcelApi BETA (PREVIEW
ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\[ [API set: ExcelApi
1.19](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]

isPreview: true
isPreview: false
isDeprecated: false
syntax:
content: 'getTailAnchor(): Excel.ChartDataLabelAnchor;'
Expand Down Expand Up @@ -715,11 +715,11 @@ methods:
fullName: setHeight(height)
summary: Sets the height of the data label in points.
remarks: >-
\[ [API set: ExcelApi BETA (PREVIEW
ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\[ [API set: ExcelApi
1.19](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]

isPreview: true
isPreview: false
isDeprecated: false
syntax:
content: 'setHeight(height: number): void;'
Expand All @@ -736,11 +736,11 @@ methods:
fullName: setWidth(width)
summary: Sets the width of the data label in points.
remarks: >-
\[ [API set: ExcelApi BETA (PREVIEW
ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\[ [API set: ExcelApi
1.19](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]

isPreview: true
isPreview: false
isDeprecated: false
syntax:
content: 'setWidth(width: number): void;'
Expand Down
Loading