Forced prohibition of breaking tables/table cells?
Having trouble installing Oxygen? Got a bug to report? Post it all here.
-
- Posts: 59
- Joined: Tue Sep 13, 2022 4:13 pm
Forced prohibition of breaking tables/table cells?
Good day everyone! (said as in "Futurama"
)
I wanted to ask if there is any way to prevent table / cell breaks so that what I showed in the pictures below does not happen (since it does not look very good and looks like sloppy work; the pictures are just for example, in Microsoft Word) .
For example, in Microsoft Word, there's a feature in the paragraph settings called "keep on following" that avoids what I've shown.
Is there any similar way to deal with this problem - in oxygen ?


I wanted to ask if there is any way to prevent table / cell breaks so that what I showed in the pictures below does not happen (since it does not look very good and looks like sloppy work; the pictures are just for example, in Microsoft Word) .
For example, in Microsoft Word, there's a feature in the paragraph settings called "keep on following" that avoids what I've shown.
Is there any similar way to deal with this problem - in oxygen ?

You do not have the required permissions to view the files attached to this post.
-
- Posts: 665
- Joined: Wed Oct 16, 2019 3:47 pm
Re: Forced prohibition of breaking tables/table cells?
Post by julien_lacour »
Behold everyone!
Where do you want to forbid these breaks?
If you are using the DITA Map PDF - based on HTML5 & CSS transformation scenario you can use the page-break-before/page-break-after/page-break-inside properties (or their equivalent break-before/break-after/break-inside).
For example you can use a rule similar to this one:
Regards,
Julien
Where do you want to forbid these breaks?
If you are using the DITA Map PDF - based on HTML5 & CSS transformation scenario you can use the page-break-before/page-break-after/page-break-inside properties (or their equivalent break-before/break-after/break-inside).
For example you can use a rule similar to this one:
Code: Select all
*[class ~= "topic/thead"] {
page-break-after: avoid;
}
Julien
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen JSON Editor
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- XML Services Market
- ↳ Offer a Service