Skip to content

Commit

Permalink
Corrected version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
hvbtup committed Nov 21, 2024
1 parent 15160c9 commit 0b6876e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ The following list get an overview of all supported user properties, the content
Data type string
Values PDF.Standard, PDF.UA-1
Default PDF.Standard
Since 4.16
Designer 4.17
Since 4.18
Designer 4.18

**PdfEmitter.IccColorType**

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package org.eclipse.birt.report.engine.nLayout.area;

/**
* @since 4.17
* @since 4.18
*
*/
public interface ITagType {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1918,7 +1918,7 @@
<Property detailType="emitterPdfConformance" canInherit="false" displayNameID="Element.ReportDesign.Emitter.pdf.conformance" name="pdfConformance" runtimeSettable="false" since="4.17" type="choice" >
<Default>PDF.Standard</Default>
</Property>
<Property detailType="emitterPdfUAConformance" canInherit="false" displayNameID="Element.ReportDesign.Emitter.pdf.ua.conformance" name="pdfUAConformance" runtimeSettable="false" since="4.17" type="choice" >
<Property detailType="emitterPdfUAConformance" canInherit="false" displayNameID="Element.ReportDesign.Emitter.pdf.ua.conformance" name="pdfUAConformance" runtimeSettable="false" since="4.18" type="choice" >
<Default>PDF.Standard</Default>
</Property>
<Property detailType="emitterPdfIccColorType" canInherit="false" displayNameID="Element.ReportDesign.Emitter.pdf.icc.color.type" name="pdfIccColorType" runtimeSettable="false" since="4.17" type="choice" >
Expand Down

0 comments on commit 0b6876e

Please sign in to comment.