https://bugs.documentfoundation.org/show_bug.cgi?id=151612
Tyler <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #24 from Tyler <[email protected]> --- Writer has these in CharacterProperties.idl, but both got never implemented AFAICT from a code search. /** This optional property marks a range of characters to prevent it from being broken into two lines. <p> A line break is applied before the range of characters if the layout makes a break necessary within the range.</p> */ [optional, property] boolean CharKeepTogether; /** This optional property marks a range of characters to ignore a line break in this area. <p> A line break is applied behind the range of characters if the layout makes a break necessary within the range. That means that the text may go through the border.</p> */ [optional, property] boolean CharNoLineBreak; -- You are receiving this mail because: You are the assignee for the bug.
