Skip to content

Commit

Permalink
[all hosts] Get latest (#2210)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElizabethSamuel-MSFT authored Feb 25, 2025
1 parent d183ed0 commit bcbe3dd
Show file tree
Hide file tree
Showing 9 changed files with 1,440 additions and 41 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,43 @@ isPreview: false
isDeprecated: false
type: interface
properties:
- name: allCaps
uid: 'powerpoint!PowerPoint.Interfaces.ShapeFontData#allCaps:member'
package: powerpoint!
fullName: allCaps
summary: >-
Specifies whether the text in the `TextRange` is set to use the **All Caps** attribute which makes lowercase
letters appear as uppercase letters. The possible values are as follows:
- `true`<!-- -->: All the text has the **All Caps** attribute.
- `false`<!-- -->: None of the text has the **All Caps**attribute.
- `null`<!-- -->: Some, but not all, of the text has the **All Caps** attribute.
remarks: >-
\[ [API set: PowerPointApi BETA (PREVIEW
ONLY)](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]
isPreview: true
isDeprecated: false
syntax:
content: 'allCaps?: boolean | null;'
return:
type: boolean | null
- name: bold
uid: 'powerpoint!PowerPoint.Interfaces.ShapeFontData#bold:member'
package: powerpoint!
fullName: bold
summary: >-
Specifies the bold status of font. Returns `null` if the `TextRange` contains both bold and non-bold text
fragments.
summary: |-
Specifies whether the text in the `TextRange` is set to bold. The possible values are as follows:
- `true`<!-- -->: All the text is bold.
- `false`<!-- -->: None of the text is bold.
- `null`<!-- -->: Returned if some, but not all, of the text is bold.
remarks: '\[ [API set: PowerPointApi 1.4](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
Expand All @@ -37,13 +67,43 @@ properties:
content: 'color?: string | null;'
return:
type: string | null
- name: doubleStrikethrough
uid: 'powerpoint!PowerPoint.Interfaces.ShapeFontData#doubleStrikethrough:member'
package: powerpoint!
fullName: doubleStrikethrough
summary: >-
Specifies whether the text in the `TextRange` is set to use the **Double strikethrough** attribute. The
possible values are as follows:
- `true`<!-- -->: All the text has the **Double strikethrough** attribute.
- `false`<!-- -->: None of the text has the **Double strikethrough** attribute.
- `null`<!-- -->: Returned if some, but not all, of the text has the **Double strikethrough** attribute.
remarks: >-
\[ [API set: PowerPointApi BETA (PREVIEW
ONLY)](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]
isPreview: true
isDeprecated: false
syntax:
content: 'doubleStrikethrough?: boolean | null;'
return:
type: boolean | null
- name: italic
uid: 'powerpoint!PowerPoint.Interfaces.ShapeFontData#italic:member'
package: powerpoint!
fullName: italic
summary: >-
Specifies the italic status of font. Returns 'null' if the 'TextRange' contains both italic and non-italic text
fragments.
summary: |-
Specifies whether the text in the `TextRange` is set to italic. The possible values are as follows:
- `true`<!-- -->: All the text is italicized.
- `false`<!-- -->: None of the text is italicized.
- `null`<!-- -->: Returned if some, but not all, of the text is italicized.
remarks: '\[ [API set: PowerPointApi 1.4](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
Expand Down Expand Up @@ -80,6 +140,106 @@ properties:
content: 'size?: number | null;'
return:
type: number | null
- name: smallCaps
uid: 'powerpoint!PowerPoint.Interfaces.ShapeFontData#smallCaps:member'
package: powerpoint!
fullName: smallCaps
summary: >-
Specifies whether the text in the `TextRange` is set to use the **Small Caps** attribute which makes lowercase
letters appear as small uppercase letters. The possible values are as follows:
- `true`<!-- -->: All the text has the **Small Caps** attribute.
- `false`<!-- -->: None of the text has the **Small Caps** attribute.
- `null`<!-- -->: Returned if some, but not all, of the text has the **Small Caps** attribute.
remarks: >-
\[ [API set: PowerPointApi BETA (PREVIEW
ONLY)](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]
isPreview: true
isDeprecated: false
syntax:
content: 'smallCaps?: boolean | null;'
return:
type: boolean | null
- name: strikethrough
uid: 'powerpoint!PowerPoint.Interfaces.ShapeFontData#strikethrough:member'
package: powerpoint!
fullName: strikethrough
summary: >-
Specifies whether the text in the `TextRange` is set to use the **Strikethrough** attribute. The possible
values are as follows:
- `true`<!-- -->: All the text has the **Strikethrough** attribute.
- `false`<!-- -->: None of the text has the **Strikethrough** attribute.
- `null`<!-- -->: Returned if some, but not all, of the text has the **Strikethrough** attribute.
remarks: >-
\[ [API set: PowerPointApi BETA (PREVIEW
ONLY)](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]
isPreview: true
isDeprecated: false
syntax:
content: 'strikethrough?: boolean | null;'
return:
type: boolean | null
- name: subscript
uid: 'powerpoint!PowerPoint.Interfaces.ShapeFontData#subscript:member'
package: powerpoint!
fullName: subscript
summary: >-
Specifies whether the text in the `TextRange` is set to use the **Subscript** attribute. The possible values
are as follows:
- `true`<!-- -->: All the text has the **Subscript** attribute.
- `false`<!-- -->: None of the text has the **Subscript** attribute.
- `null`<!-- -->: Returned if some, but not all, of the text has the **Subscript** attribute.
remarks: >-
\[ [API set: PowerPointApi BETA (PREVIEW
ONLY)](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]
isPreview: true
isDeprecated: false
syntax:
content: 'subscript?: boolean | null;'
return:
type: boolean | null
- name: superscript
uid: 'powerpoint!PowerPoint.Interfaces.ShapeFontData#superscript:member'
package: powerpoint!
fullName: superscript
summary: >-
Specifies whether the text in the `TextRange` is set to use the **Superscript** attribute. The possible values
are as follows:
- `true`<!-- -->: All the text has the **Superscript** attribute.
- `false`<!-- -->: None of the text has the **Superscript** attribute.
- `null`<!-- -->: Returned if some, but not all, of the text has the **Superscript** attribute.
remarks: >-
\[ [API set: PowerPointApi BETA (PREVIEW
ONLY)](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]
isPreview: true
isDeprecated: false
syntax:
content: 'superscript?: boolean | null;'
return:
type: boolean | null
- name: underline
uid: 'powerpoint!PowerPoint.Interfaces.ShapeFontData#underline:member'
package: powerpoint!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,43 @@ properties:
content: '$all?: boolean;'
return:
type: boolean
- name: allCaps
uid: 'powerpoint!PowerPoint.Interfaces.ShapeFontLoadOptions#allCaps:member'
package: powerpoint!
fullName: allCaps
summary: >-
Specifies whether the text in the `TextRange` is set to use the **All Caps** attribute which makes lowercase
letters appear as uppercase letters. The possible values are as follows:
- `true`<!-- -->: All the text has the **All Caps** attribute.
- `false`<!-- -->: None of the text has the **All Caps**attribute.
- `null`<!-- -->: Some, but not all, of the text has the **All Caps** attribute.
remarks: >-
\[ [API set: PowerPointApi BETA (PREVIEW
ONLY)](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]
isPreview: true
isDeprecated: false
syntax:
content: 'allCaps?: boolean;'
return:
type: boolean
- name: bold
uid: 'powerpoint!PowerPoint.Interfaces.ShapeFontLoadOptions#bold:member'
package: powerpoint!
fullName: bold
summary: >-
Specifies the bold status of font. Returns `null` if the `TextRange` contains both bold and non-bold text
fragments.
summary: |-
Specifies whether the text in the `TextRange` is set to bold. The possible values are as follows:
- `true`<!-- -->: All the text is bold.
- `false`<!-- -->: None of the text is bold.
- `null`<!-- -->: Returned if some, but not all, of the text is bold.
remarks: '\[ [API set: PowerPointApi 1.4](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
Expand All @@ -51,13 +81,43 @@ properties:
content: 'color?: boolean;'
return:
type: boolean
- name: doubleStrikethrough
uid: 'powerpoint!PowerPoint.Interfaces.ShapeFontLoadOptions#doubleStrikethrough:member'
package: powerpoint!
fullName: doubleStrikethrough
summary: >-
Specifies whether the text in the `TextRange` is set to use the **Double strikethrough** attribute. The
possible values are as follows:
- `true`<!-- -->: All the text has the **Double strikethrough** attribute.
- `false`<!-- -->: None of the text has the **Double strikethrough** attribute.
- `null`<!-- -->: Returned if some, but not all, of the text has the **Double strikethrough** attribute.
remarks: >-
\[ [API set: PowerPointApi BETA (PREVIEW
ONLY)](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]
isPreview: true
isDeprecated: false
syntax:
content: 'doubleStrikethrough?: boolean;'
return:
type: boolean
- name: italic
uid: 'powerpoint!PowerPoint.Interfaces.ShapeFontLoadOptions#italic:member'
package: powerpoint!
fullName: italic
summary: >-
Specifies the italic status of font. Returns 'null' if the 'TextRange' contains both italic and non-italic text
fragments.
summary: |-
Specifies whether the text in the `TextRange` is set to italic. The possible values are as follows:
- `true`<!-- -->: All the text is italicized.
- `false`<!-- -->: None of the text is italicized.
- `null`<!-- -->: Returned if some, but not all, of the text is italicized.
remarks: '\[ [API set: PowerPointApi 1.4](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
Expand Down Expand Up @@ -94,6 +154,97 @@ properties:
content: 'size?: boolean;'
return:
type: boolean
- name: smallCaps
uid: 'powerpoint!PowerPoint.Interfaces.ShapeFontLoadOptions#smallCaps:member'
package: powerpoint!
fullName: smallCaps
summary: >-
Specifies whether the text in the `TextRange` is set to use the **Small Caps** attribute which makes lowercase
letters appear as small uppercase letters. The possible values are as follows:
- `true`<!-- -->: All the text has the **Small Caps** attribute.
- `false`<!-- -->: None of the text has the **Small Caps** attribute.
- `null`<!-- -->: Returned if some, but not all, of the text has the **Small Caps** attribute.
remarks: >-
\[ [API set: PowerPointApi BETA (PREVIEW
ONLY)](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]
isPreview: true
isDeprecated: false
syntax:
content: 'smallCaps?: boolean;'
return:
type: boolean
- name: strikethrough
uid: 'powerpoint!PowerPoint.Interfaces.ShapeFontLoadOptions#strikethrough:member'
package: powerpoint!
fullName: strikethrough
summary: >-
Specifies whether the text in the `TextRange` is set to use the **Strikethrough** attribute. The possible
values are as follows:
- `true`<!-- -->: All the text has the **Strikethrough** attribute.
- `false`<!-- -->: None of the text has the **Strikethrough** attribute.
- `null`<!-- -->: Returned if some, but not all, of the text has the **Strikethrough** attribute.
remarks: >-
\[ [API set: PowerPointApi BETA (PREVIEW
ONLY)](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]
isPreview: true
isDeprecated: false
syntax:
content: 'strikethrough?: boolean;'
return:
type: boolean
- name: subscript
uid: 'powerpoint!PowerPoint.Interfaces.ShapeFontLoadOptions#subscript:member'
package: powerpoint!
fullName: subscript
summary: >-
Specifies whether the text in the `TextRange` is set to use the **Subscript** attribute. The possible values
are as follows:
- `true`<!-- -->: All the text has the **Subscript** attribute.
- `false`<!-- -->: None of the text has the **Subscript** attribute.
- `null`<!-- -->: Returned if some, but not all, of the text has the **Subscript** attribute.
remarks: >-
\[ [API set: PowerPointApi BETA (PREVIEW
ONLY)](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]
isPreview: true
isDeprecated: false
syntax:
content: 'subscript?: boolean;'
return:
type: boolean
- name: superscript
uid: 'powerpoint!PowerPoint.Interfaces.ShapeFontLoadOptions#superscript:member'
package: powerpoint!
fullName: superscript
summary: >-
Specifies the superscript status of the font. Returns `null` if the `TextRange` contains both superscript and
non-superscript text fragments.
remarks: >-
\[ [API set: PowerPointApi BETA (PREVIEW
ONLY)](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]
isPreview: true
isDeprecated: false
syntax:
content: 'superscript?: boolean;'
return:
type: boolean
- name: underline
uid: 'powerpoint!PowerPoint.Interfaces.ShapeFontLoadOptions#underline:member'
package: powerpoint!
Expand Down
Loading

0 comments on commit bcbe3dd

Please sign in to comment.