Home
last modified time | relevance | path

Searched refs:ALIGN_JUSTIFIED (Results 1 – 25 of 110) sorted by relevance

12345

/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/
H A DElementTags.java392 public static final String ALIGN_JUSTIFIED = "Justify"; field in ElementTags
469 case Element.ALIGN_JUSTIFIED: in getAlignment()
471 return ALIGN_JUSTIFIED; in getAlignment()
502 if (ALIGN_JUSTIFIED.equalsIgnoreCase(alignment)) { in alignmentValue()
503 return Element.ALIGN_JUSTIFIED; in alignmentValue()
H A DParagraph.java278 if (ElementTags.ALIGN_JUSTIFIED.equalsIgnoreCase(alignment)) { in setAlignment()
279 this.alignment = Element.ALIGN_JUSTIFIED; in setAlignment()
H A DElement.java229 public static final int ALIGN_JUSTIFIED = 3; field
/dports/print/pdftk/pdftk-7d2ac3c1fa858f2c247c809fc6ef43f71f241098/java/com/gitlab/pdftk_java/com/lowagie/text/
H A DElementTags.java393 public static final String ALIGN_JUSTIFIED = "Justify"; field in ElementTags
451 case Element.ALIGN_JUSTIFIED: in getAlignment()
453 return ALIGN_JUSTIFIED; in getAlignment()
H A DParagraph.java333 if (ElementTags.ALIGN_JUSTIFIED.equalsIgnoreCase(alignment)) { in setAlignment()
334 this.alignment = Element.ALIGN_JUSTIFIED; in setAlignment()
H A DElement.java223 public static final int ALIGN_JUSTIFIED = 3; field
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/html/
H A DHtmlEncoder.java195 case Element.ALIGN_JUSTIFIED: in getAlignment()
197 return HtmlTags.ALIGN_JUSTIFIED; in getAlignment()
H A DHtmlTags.java295 public static final String ALIGN_JUSTIFIED = "Justify"; field in HtmlTags
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/
H A DRtfText.java98 public static final String ALIGN_JUSTIFIED = "qj"; field in RtfText
159 ALIGN_CENTER, ALIGN_LEFT, ALIGN_RIGHT, ALIGN_JUSTIFIED, ALIGN_DISTRIBUTED
/dports/print/pdftk/pdftk-7d2ac3c1fa858f2c247c809fc6ef43f71f241098/java/com/gitlab/pdftk_java/com/lowagie/text/pdf/
H A DPdfLine.java255 …return ((alignment == Element.ALIGN_JUSTIFIED || alignment == Element.ALIGN_JUSTIFIED_ALL) && widt… in hasToBeJustified()
266 if (alignment == Element.ALIGN_JUSTIFIED) { in resetAlignment()
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/
H A DPdfLine.java275 …return ((alignment == Element.ALIGN_JUSTIFIED || alignment == Element.ALIGN_JUSTIFIED_ALL) && widt… in hasToBeJustified()
286 if (alignment == Element.ALIGN_JUSTIFIED) { in resetAlignment()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/swing/text/rtf/
H A DRTFWriteParagraphAlignTest.java96 test(StyleConstants.ALIGN_JUSTIFIED); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/swing/text/rtf/
H A DRTFWriteParagraphAlignTest.java96 test(StyleConstants.ALIGN_JUSTIFIED); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/javax/swing/text/rtf/
H A DRTFWriteParagraphAlignTest.java96 test(StyleConstants.ALIGN_JUSTIFIED); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/swing/text/rtf/
H A DRTFWriteParagraphAlignTest.java96 test(StyleConstants.ALIGN_JUSTIFIED); in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/swing/text/rtf/
H A DRTFWriteParagraphAlignTest.java96 test(StyleConstants.ALIGN_JUSTIFIED); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/swing/text/rtf/
H A DRTFWriteParagraphAlignTest.java96 test(StyleConstants.ALIGN_JUSTIFIED); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/swing/text/rtf/
H A DRTFWriteParagraphAlignTest.java96 test(StyleConstants.ALIGN_JUSTIFIED); in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/javax/swing/text/rtf/
H A DRTFWriteParagraphAlignTest.java96 test(StyleConstants.ALIGN_JUSTIFIED); in main()
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/html/simpleparser/
H A DIncCell.java84 cell.setHorizontalAlignment(Element.ALIGN_JUSTIFIED); in IncCell()
/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/kernel/modules/context/artist/
H A DArtistBasicInfoContent.java101 StyleConstants.ALIGN_JUSTIFIED); in getComponent()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/text/html/
H A DParagraphView.java120 setJustification(StyleConstants.ALIGN_JUSTIFIED); in setPropertiesFromAttributes()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/javax/swing/text/html/
H A DParagraphView.java120 setJustification(StyleConstants.ALIGN_JUSTIFIED); in setPropertiesFromAttributes()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/text/html/
H A DParagraphView.java120 setJustification(StyleConstants.ALIGN_JUSTIFIED); in setPropertiesFromAttributes()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/text/html/
H A DParagraphView.java120 setJustification(StyleConstants.ALIGN_JUSTIFIED); in setPropertiesFromAttributes()

12345