VMPrint API Reference - v1.0.0
GitHub
Examples
Preparing search index...
@vmprint/engine
InlineObjectMetrics
Interface InlineObjectMetrics
interface
InlineObjectMetrics
{
baselineShift
:
number
;
contentHeight
:
number
;
contentWidth
:
number
;
descent
:
number
;
height
:
number
;
marginLeft
:
number
;
marginRight
:
number
;
opticalHeight
?:
number
;
opticalInsetBottom
?:
number
;
opticalInsetLeft
?:
number
;
opticalInsetRight
?:
number
;
opticalInsetTop
?:
number
;
opticalWidth
?:
number
;
verticalAlign
:
|
"baseline"
|
"text-top"
|
"middle"
|
"text-bottom"
|
"bottom"
;
width
:
number
;
}
Index
Properties
baseline
Shift
content
Height
content
Width
descent
height
margin
Left
margin
Right
optical
Height?
optical
Inset
Bottom?
optical
Inset
Left?
optical
Inset
Right?
optical
Inset
Top?
optical
Width?
vertical
Align
width
Properties
baseline
Shift
baselineShift
:
number
content
Height
contentHeight
:
number
content
Width
contentWidth
:
number
descent
descent
:
number
height
height
:
number
margin
Left
marginLeft
:
number
margin
Right
marginRight
:
number
Optional
optical
Height
opticalHeight
?:
number
Optional
optical
Inset
Bottom
opticalInsetBottom
?:
number
Optional
optical
Inset
Left
opticalInsetLeft
?:
number
Optional
optical
Inset
Right
opticalInsetRight
?:
number
Optional
optical
Inset
Top
opticalInsetTop
?:
number
Optional
optical
Width
opticalWidth
?:
number
vertical
Align
verticalAlign
:
"baseline"
|
"text-top"
|
"middle"
|
"text-bottom"
|
"bottom"
width
width
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
baseline
Shift
content
Height
content
Width
descent
height
margin
Left
margin
Right
optical
Height
optical
Inset
Bottom
optical
Inset
Left
optical
Inset
Right
optical
Inset
Top
optical
Width
vertical
Align
width
GitHub
Examples
VMPrint API Reference - v1.0.0
Loading...