<insideV>
(Inside Vertical Border)
This element defines the line properties associated with the inner vertical borders in a table.
example:
<insideV> <ln w="12700" cmpd="sng"> <solidFill> <schemeClr val="accent1"/> </solidFill> </ln> </insideV>
In this example, we see the inner vertical borders in a table to be a single 1pt line which is colored accent 1. ]
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_ThemeableLineStyle">
<choice>
<element name="ln" type="CT_LineProperties" minOccurs="1" maxOccurs="1"/>
<element name="lnRef" type="CT_StyleMatrixReference" minOccurs="1" maxOccurs="1"/>
</choice>
</complexType>