docx
Preparing search index...
ISectionPropertiesOptions
Type Alias ISectionPropertiesOptions
type
ISectionPropertiesOptions
=
{
column
?:
IColumnsAttributes
;
footerWrapperGroup
?:
IHeaderFooterGroup
<
FooterWrapper
>
;
grid
?:
Partial
<
IDocGridAttributesProperties
>
;
headerWrapperGroup
?:
IHeaderFooterGroup
<
HeaderWrapper
>
;
lineNumbers
?:
ILineNumberAttributes
;
page
?:
{
borders
?:
IPageBordersOptions
;
margin
?:
IPageMarginAttributes
;
pageNumbers
?:
IPageNumberTypeAttributes
;
size
?:
Partial
<
IPageSizeAttributes
>
;
textDirection
?:
typeof
PageTextDirectionType
[
keyof
typeof
PageTextDirectionType
]
;
}
;
titlePage
?:
boolean
;
type
?:
typeof
SectionType
[
keyof
typeof
SectionType
]
;
verticalAlign
?:
typeof
VerticalAlign
[
keyof
typeof
VerticalAlign
]
;
}
Index
Properties
column?
footer
Wrapper
Group?
grid?
header
Wrapper
Group?
line
Numbers?
page?
title
Page?
type?
vertical
Align?
Properties
Optional
Readonly
column
column
?:
IColumnsAttributes
Optional
Readonly
footer
Wrapper
Group
footerWrapperGroup
?:
IHeaderFooterGroup
<
FooterWrapper
>
Optional
Readonly
grid
grid
?:
Partial
<
IDocGridAttributesProperties
>
Optional
Readonly
header
Wrapper
Group
headerWrapperGroup
?:
IHeaderFooterGroup
<
HeaderWrapper
>
Optional
Readonly
line
Numbers
lineNumbers
?:
ILineNumberAttributes
Optional
Readonly
page
page
?:
{
borders
?:
IPageBordersOptions
;
margin
?:
IPageMarginAttributes
;
pageNumbers
?:
IPageNumberTypeAttributes
;
size
?:
Partial
<
IPageSizeAttributes
>
;
textDirection
?:
typeof
PageTextDirectionType
[
keyof
typeof
PageTextDirectionType
]
;
}
Optional
Readonly
title
Page
titlePage
?:
boolean
Optional
Readonly
type
type
?:
typeof
SectionType
[
keyof
typeof
SectionType
]
Optional
Readonly
vertical
Align
verticalAlign
?:
typeof
VerticalAlign
[
keyof
typeof
VerticalAlign
]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
column
footer
Wrapper
Group
grid
header
Wrapper
Group
line
Numbers
page
title
Page
type
vertical
Align
docx
Loading...