Method WrapAnywhere
- Namespace
- BitMiracle.Docotic.Pdf.Layout
- Assembly
- BitMiracle.Docotic.Pdf.Layout.dll
WrapAnywhere(bool)
Sets the wrapping.
public TextStyle WrapAnywhere(bool wrap = true)
Parameters
wrap
booltrue
to allow wrapping of text in any place; otherwise,false
.
Returns
- TextStyle
The copy of this style with the applied wrapping.