Reference Docx: Add keepNext to table captions
This commit is contained in:
parent
69d5085c11
commit
78cf36a392
1 changed files with 3 additions and 0 deletions
|
@ -308,6 +308,9 @@
|
||||||
<w:style w:type="paragraph" w:customStyle="1" w:styleId="TableCaption">
|
<w:style w:type="paragraph" w:customStyle="1" w:styleId="TableCaption">
|
||||||
<w:name w:val="Table Caption" />
|
<w:name w:val="Table Caption" />
|
||||||
<w:basedOn w:val="Caption" />
|
<w:basedOn w:val="Caption" />
|
||||||
|
<w:pPr>
|
||||||
|
<w:keepNext />
|
||||||
|
</w:pPr>
|
||||||
</w:style>
|
</w:style>
|
||||||
<w:style w:type="paragraph" w:customStyle="1" w:styleId="ImageCaption">
|
<w:style w:type="paragraph" w:customStyle="1" w:styleId="ImageCaption">
|
||||||
<w:name w:val="Image Caption" />
|
<w:name w:val="Image Caption" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue