-
Notifications
You must be signed in to change notification settings - Fork 66
/
powerpoint.paragraphhorizontalalignment.yml
68 lines (61 loc) · 2.88 KB
/
powerpoint.paragraphhorizontalalignment.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
### YamlMime:TSEnum
name: PowerPoint.ParagraphHorizontalAlignment
uid: 'powerpoint!PowerPoint.ParagraphHorizontalAlignment:enum'
package: powerpoint!
fullName: PowerPoint.ParagraphHorizontalAlignment
summary: >-
Represents the horizontal alignment of the [PowerPoint.TextFrame](xref:powerpoint!PowerPoint.TextFrame:class) in a
[PowerPoint.Shape](xref:powerpoint!PowerPoint.Shape:class)<!-- -->.
remarks: '\[ [API set: PowerPointApi 1.4](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
fields:
- name: center
uid: 'powerpoint!PowerPoint.ParagraphHorizontalAlignment.center:member'
package: powerpoint!
summary: |-
Align text in the center.
* \[ [API set: PowerPointApi 1.4](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]
value: '"Center"'
- name: distributed
uid: 'powerpoint!PowerPoint.ParagraphHorizontalAlignment.distributed:member'
package: powerpoint!
summary: |-
Distributes the text words across an entire text line.
* \[ [API set: PowerPointApi 1.4](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]
value: '"Distributed"'
- name: justify
uid: 'powerpoint!PowerPoint.ParagraphHorizontalAlignment.justify:member'
package: powerpoint!
summary: |-
Align text so that it is justified across the whole line.
* \[ [API set: PowerPointApi 1.4](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]
value: '"Justify"'
- name: justifyLow
uid: 'powerpoint!PowerPoint.ParagraphHorizontalAlignment.justifyLow:member'
package: powerpoint!
summary: |-
Specifies the alignment or adjustment of kashida length in Arabic text.
* \[ [API set: PowerPointApi 1.4](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]
value: '"JustifyLow"'
- name: left
uid: 'powerpoint!PowerPoint.ParagraphHorizontalAlignment.left:member'
package: powerpoint!
summary: |-
Align text to the left margin.
* \[ [API set: PowerPointApi 1.4](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]
value: '"Left"'
- name: right
uid: 'powerpoint!PowerPoint.ParagraphHorizontalAlignment.right:member'
package: powerpoint!
summary: |-
Align text to the right margin.
* \[ [API set: PowerPointApi 1.4](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]
value: '"Right"'
- name: thaiDistributed
uid: 'powerpoint!PowerPoint.ParagraphHorizontalAlignment.thaiDistributed:member'
package: powerpoint!
summary: |-
Distributes Thai text specially, because each character is treated as a word.
* \[ [API set: PowerPointApi 1.4](/javascript/api/requirement-sets/powerpoint/powerpoint-api-requirement-sets) \]
value: '"ThaiDistributed"'