docx
Preparing search index...
IBodyPropertiesOptions
Type Alias IBodyPropertiesOptions
type
IBodyPropertiesOptions
=
{
margins
?:
{
bottom
?:
number
;
left
?:
number
;
right
?:
number
;
top
?:
number
;
}
;
noAutoFit
?:
boolean
;
verticalAnchor
?:
VerticalAnchor
;
wrap
?:
typeof
TextWrappingType
[
keyof
typeof
TextWrappingType
]
;
}
Index
Properties
margins?
no
Auto
Fit?
vertical
Anchor?
wrap?
Properties
Optional
Readonly
margins
margins
?:
{
bottom
?:
number
;
left
?:
number
;
right
?:
number
;
top
?:
number
}
Optional
Readonly
no
Auto
Fit
noAutoFit
?:
boolean
Optional
Readonly
vertical
Anchor
verticalAnchor
?:
VerticalAnchor
Optional
Readonly
wrap
wrap
?:
typeof
TextWrappingType
[
keyof
typeof
TextWrappingType
]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
margins
no
Auto
Fit
vertical
Anchor
wrap
docx
Loading...