Language
	
	
  
  
    
    
The Free and Open Productivity Suite
   
      
      
 
| :: com :: sun :: star :: text ::  | 
| constants group RelOrientation | 
| 
DescriptionThese values define the reference position of relative orientations.
  | 
| Constants | 
| FRAME | paragraph, including margins | 
| PRINT_AREA | paragraph, without margins | 
| CHAR | at a character | 
| PAGE_LEFT | inside the left page margin | 
| PAGE_RIGHT | inside the right page margin | 
| FRAME_LEFT | inside the left paragraph margin | 
| FRAME_RIGHT | inside the right paragraph margin | 
| PAGE_FRAME | page includes margins for page-anchored frames identical with
 RelOrientation::FRAME | 
| PAGE_PRINT_AREA | page without borders (for page anchored frames identical with
 RelOrientation::PRINT_AREA). | 
| TEXT_LINE | at the top of the text line, only sensible for vertical orientation. | 
| Constants' Details | 
| FRAME 
| const short FRAME = 0; 
 
Descriptionparagraph, including margins
  |  | 
| PRINT_AREA 
| const short PRINT_AREA = 1; 
 
Descriptionparagraph, without margins
  |  | 
| CHAR 
| const short CHAR = 2; 
 
Descriptionat a character
  |  | 
| PAGE_LEFT 
| const short PAGE_LEFT = 3; 
 
Descriptioninside the left page margin
  |  | 
| PAGE_RIGHT 
| const short PAGE_RIGHT = 4; 
 
Descriptioninside the right page margin
  |  | 
| FRAME_LEFT 
| const short FRAME_LEFT = 5; 
 
Descriptioninside the left paragraph margin
  |  | 
| FRAME_RIGHT 
| const short FRAME_RIGHT = 6; 
 
Descriptioninside the right paragraph margin
  |  | 
| PAGE_FRAME 
| const short PAGE_FRAME = 7; 
 
Descriptionpage includes margins for page-anchored frames identical with
 RelOrientation::FRAME
  |  | 
| PAGE_PRINT_AREA 
| const short PAGE_PRINT_AREA = 8; 
 
Descriptionpage without borders (for page anchored frames identical with
 RelOrientation::PRINT_AREA).
  |  | 
| TEXT_LINE 
| const short TEXT_LINE = 9; 
 
Descriptionat the top of the text line, only sensible for vertical orientation.
 Since OOo 2.0  |  | 
Top of Page
Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.