-
Notifications
You must be signed in to change notification settings - Fork 66
/
powerpoint.shapelinestyle.yml
54 lines (47 loc) · 2.12 KB
/
powerpoint.shapelinestyle.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
### YamlMime:TSEnum
name: PowerPoint.ShapeLineStyle
uid: 'powerpoint!PowerPoint.ShapeLineStyle:enum'
package: powerpoint!
fullName: PowerPoint.ShapeLineStyle
summary: Specifies the style for a line.
remarks: '\[ [API set: PowerPointApi 1.4](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
fields:
- name: single
uid: 'powerpoint!PowerPoint.ShapeLineStyle.single:member'
package: powerpoint!
summary: |-
Single line.
* \[ [API set: PowerPointApi 1.4](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]
value: '"Single"'
- name: thickBetweenThin
uid: 'powerpoint!PowerPoint.ShapeLineStyle.thickBetweenThin:member'
package: powerpoint!
summary: |-
Thick line with a thin line on each side.
* \[ [API set: PowerPointApi 1.4](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]
value: '"ThickBetweenThin"'
- name: thickThin
uid: 'powerpoint!PowerPoint.ShapeLineStyle.thickThin:member'
package: powerpoint!
summary: >-
Thick line next to thin line. For horizontal lines, the thick line is above the thin line. For vertical lines, the
thick line is to the left of the thin line.
* \[ [API set: PowerPointApi 1.4](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]
value: '"ThickThin"'
- name: thinThick
uid: 'powerpoint!PowerPoint.ShapeLineStyle.thinThick:member'
package: powerpoint!
summary: >-
Thick line next to thin line. For horizontal lines, the thick line is below the thin line. For vertical lines, the
thick line is to the right of the thin line.
* \[ [API set: PowerPointApi 1.4](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]
value: '"ThinThick"'
- name: thinThin
uid: 'powerpoint!PowerPoint.ShapeLineStyle.thinThin:member'
package: powerpoint!
summary: |-
Two thin lines.
* \[ [API set: PowerPointApi 1.4](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]
value: '"ThinThin"'