Preparing search index...
The search index is not available
docx
docx
TabAttributes
Class TabAttributes
Hierarchy (
View Summary
)
XmlAttributeComponent
<
{
leader
?:
typeof
LeaderType
[
keyof
typeof
LeaderType
]
;
pos
:
string
|
number
;
val
:
typeof
TabStopType
[
keyof
typeof
TabStopType
]
;
}
,
>
TabAttributes
Index
Constructors
constructor
Methods
prep
For
Xml
Constructors
constructor
new
TabAttributes
(
root
:
{
leader
?:
"none"
|
"dot"
|
"hyphen"
|
"underscore"
|
"middleDot"
;
pos
:
string
|
number
;
val
:
|
"center"
|
"clear"
|
"left"
|
"right"
|
"start"
|
"end"
|
"decimal"
|
"bar"
|
"num"
;
}
,
)
:
TabAttributes
Parameters
root
:
{
leader
?:
"none"
|
"dot"
|
"hyphen"
|
"underscore"
|
"middleDot"
;
pos
:
string
|
number
;
val
:
|
"center"
|
"clear"
|
"left"
|
"right"
|
"start"
|
"end"
|
"decimal"
|
"bar"
|
"num"
;
}
Returns
TabAttributes
Methods
prep
For
Xml
prepForXml
(
_
:
IContext
)
:
IXmlableObject
Parameters
_
:
IContext
Returns
IXmlableObject
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
prep
For
Xml
docx
Loading...