InterviewSolution
| 1. |
What Is Difference Between Window & A Page Window? |
|
Answer» Window: An area that is predefined in the layout set. Windows are text modules, which are positioned on a document page. We define the window type, Default Paragraph, specify the text elements or a SAPscript text to be included etc in the Windcow Component. PageWindow: we define the parameters of the earlier defined Window, appearance on the document LIKE left or right MARGINS, WIDTH & HEIGHT. Window: An area that is predefined in the layout set. Windows are text modules, which are positioned on a document page. We define the window type, Default Paragraph, specify the text elements or a SAPscript text to be included etc in the Windcow Component. PageWindow: we define the parameters of the earlier defined Window, appearance on the document like left or right margins, Width & Height. |
|