#1529 Add word break feature
This commit is contained in:
6
src/file/paragraph/run/text-attributes.ts
Normal file
6
src/file/paragraph/run/text-attributes.ts
Normal file
@ -0,0 +1,6 @@
|
||||
import { SpaceType } from "file/space-type";
|
||||
import { XmlAttributeComponent } from "file/xml-components";
|
||||
|
||||
export class TextAttributes extends XmlAttributeComponent<{ readonly space: SpaceType }> {
|
||||
protected readonly xmlKeys = { space: "xml:space" };
|
||||
}
|
Reference in New Issue
Block a user