- JUSTIFIED_AUTO - Static variable in interface org.docgene.model.JustifiedElement
- 
The value for elements where the browser should select the best justification type. 
- JUSTIFIED_CHARACTER - Static variable in interface org.docgene.model.JustifiedElement
- 
The value for elements which are justified by changing the spacing between characters. 
- JUSTIFIED_INHERIT - Static variable in interface org.docgene.model.JustifiedElement
- 
The value for elements where the justification inherits from the parent 
- JUSTIFIED_NONE - Static variable in interface org.docgene.model.JustifiedElement
- 
The value for elements which have no justification. 
- JUSTIFIED_WORD - Static variable in interface org.docgene.model.JustifiedElement
- 
The value for elements which are justified by changing the spacing between words. 
- JustifiedElement - Interface in org.docgene.model
- 
Represents an element which can be justified and/or aligned.