-
Notifications
You must be signed in to change notification settings - Fork 66
/
excel.shapetextverticaloverflow.yml
38 lines (33 loc) · 1.43 KB
/
excel.shapetextverticaloverflow.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
### YamlMime:TSEnum
name: Excel.ShapeTextVerticalOverflow
uid: 'excel!Excel.ShapeTextVerticalOverflow:enum'
package: excel!
fullName: Excel.ShapeTextVerticalOverflow
summary: Specifies the vertical overflow for the text frame in a shape.
remarks: '\[ [API set: ExcelApi 1.9](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
fields:
- name: clip
uid: 'excel!Excel.ShapeTextVerticalOverflow.clip:member'
package: excel!
summary: |-
Hide text that does not fit vertically within the text frame.
* \[ [API set: ExcelApi 1.9](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
value: '"Clip"'
- name: ellipsis
uid: 'excel!Excel.ShapeTextVerticalOverflow.ellipsis:member'
package: excel!
summary: >-
Hide text that does not fit vertically within the text frame, and add an ellipsis (...) at the end of the visible
text.
* \[ [API set: ExcelApi 1.9](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
value: '"Ellipsis"'
- name: overflow
uid: 'excel!Excel.ShapeTextVerticalOverflow.overflow:member'
package: excel!
summary: >-
Allow text to overflow the text frame vertically (can be from the top, bottom, or both depending on the text
alignment).
* \[ [API set: ExcelApi 1.9](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
value: '"Overflow"'