You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by "Vinod (JIRA)" <ji...@apache.org> on 2015/07/27 11:56:04 UTC

[jira] [Updated] (FOP-2503) AFP creation issue for Page Layout

     [ https://issues.apache.org/jira/browse/FOP-2503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vinod updated FOP-2503:
-----------------------
    Description: 
Hello,

I am creating some rending solution and during creation of the page-layout we are facing problem for how to display the page in proper manner. Basically, I need solution for- When i want to display as column-count 2 for front-page then FOP is displaying  with 1 column table in Body page and when i am using column-count 1 for front page then front page data is overlapped with other data but table is displaying as 2 cell

Data display structure is like below :

Front-Page (It can be more then one)
Summary-Page  (It can be more then one)
Body-Page  (It can be more then one).

  was:
Hello,

I am creating some rending solution and during creation of the page-layout we are facing problem for how to display the page in proper manner. Basically, I need solution for- When i want to display as column-count 2 for front-page then FOP is displaying  with 1 column table in Body page and when i am using column-count 1 for front page then front page data is overlapped with other data but table is displaying as 2 cell

Data display structure is like below :

Front-Page (It can be more then one)
Summary-Page  (It can be more then one)
Body-Page  (It can be more then one).



 <fo:layout-master-set>
			<fo:simple-page-master master-name="page-master-0-odd1" margin-left="0in" margin-right="0in" page-height="11.69in" page-width="8.27in" margin-top="0in" margin-bottom="0in">
				<fo:region-body margin-top="0in" margin-bottom="0in"/>
				<afp1:include-page-overlay name="AIRTEL01"/>
			</fo:simple-page-master>
			<fo:simple-page-master master-name="page-master-0-even" margin-left="0mm" margin-right="4mm" page-height="11.69in" page-width="8.27in" margin-top="2mm" margin-bottom="2mm">
				<fo:region-body  margin-top="38mm" margin-bottom="90mm" border-left-style="solid" border-width="0.5pt" border-color="white" border-right-style="solid" border-top-style="solid"/>
				<fo:region-before region-name="even-page-header" overflow="hidden" extent="38mm" border-left-style="solid" border-width="0.5pt" border-color="white"  border-right-style="solid"/>
				<fo:region-after region-name="even-page-footer-first" overflow="hidden" extent="90mm" border-left-style="solid"  border-right-style="solid" border-width="0.5pt" border-color="white" border-bottom-style="solid"/>
			</fo:simple-page-master>
			<fo:simple-page-master master-name="page-master-0-odd" margin-left="0mm" margin-right="0mm" page-height="11.69in" page-width="8.27in" margin-top="0mm" margin-bottom="0mm">
				<fo:region-body column-count="2" column-gap="-2mm" border-color="green" margin-top="38mm" margin-bottom="0mm" border-left-style="solid" border-width="0.5pt" border-right-style="solid" border-top-style="solid"/>
				<fo:region-before region-name="odd-page-header" overflow="hidden" extent="38mm" border-left-style="solid" border-width="0.5pt" border-color="white"  border-right-style="solid"/>
			</fo:simple-page-master>
			<fo:simple-page-master margin-bottom="2mm" margin-left="0mm" margin-right="4mm" margin-top="2mm" master-name="page-master-1-odd" page-height="11.69in" page-width="8.27in">
			<fo:region-body column-count="1" border-color="red" border-left-style="solid" border-right-style="solid" border-top-style="solid" border-width="0.5pt" margin-bottom="40mm" margin-top="38mm"/>
			<fo:region-before border-color="white" border-left-style="solid" border-right-style="solid" border-width="0.5pt" extent="38mm" overflow="hidden" region-name="odd-page-header"/>
		</fo:simple-page-master>
			<fo:page-sequence-master master-name="page-master-0">
					<fo:single-page-master-reference master-reference="page-master-0-odd1" odd-or-even="odd"/>
					<fo:single-page-master-reference master-reference="page-master-0-even" page-position="only"/>
					<fo:single-page-master-reference master-reference="page-master-1-odd" odd-or-even="odd" page-position="first"/>
					<fo:single-page-master-reference master-reference="page-master-1-odd" odd-or-even="even" page-position="first"/>
			<fo:repeatable-page-master-alternatives>
				<!-- <fo:conditional-page-master-reference master-reference="page-master-1-odd" page-position="first"/> -->
				<fo:conditional-page-master-reference master-reference="page-master-0-odd" page-position="any"/>
				</fo:repeatable-page-master-alternatives>
			</fo:page-sequence-master>
		</fo:layout-master-set>


> AFP creation issue for Page Layout
> ----------------------------------
>
>                 Key: FOP-2503
>                 URL: https://issues.apache.org/jira/browse/FOP-2503
>             Project: FOP
>          Issue Type: Task
>            Reporter: Vinod
>            Priority: Critical
>
> Hello,
> I am creating some rending solution and during creation of the page-layout we are facing problem for how to display the page in proper manner. Basically, I need solution for- When i want to display as column-count 2 for front-page then FOP is displaying  with 1 column table in Body page and when i am using column-count 1 for front page then front page data is overlapped with other data but table is displaying as 2 cell
> Data display structure is like below :
> Front-Page (It can be more then one)
> Summary-Page  (It can be more then one)
> Body-Page  (It can be more then one).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)