
    hW	                     b    S r SSKJr   " S S\5      r\r " S S\5      r\r " S S\5      r\rg	)
zDEnumerations related to the main document in WordprocessingML files.   )BaseXmlEnumc                   (    \ rS rSrSrSr Sr SrSrg)WD_HEADER_FOOTER_INDEX   a  Alias: **WD_HEADER_FOOTER**

Specifies one of the three possible header/footer definitions for a section.

For internal use only; not part of the python-docx API.

MS API name: `WdHeaderFooterIndex`
URL: https://docs.microsoft.com/en-us/office/vba/api/word.wdheaderfooterindex
)r   defaultz.Header for odd pages or all if no even header.)   firstz!Header for first page of section.)   evenz-Header for even pages of recto/verso section. N)	__name__
__module____qualname____firstlineno____doc__PRIMARY
FIRST_PAGE	EVEN_PAGE__static_attributes__r       C/var/www/html/env/lib/python3.13/site-packages/docx/enum/section.pyr   r      s"     OG8BJ+LI7r   r   c                   "    \ rS rSrSrSr SrSrg)WD_ORIENTATION   a+  Alias: **WD_ORIENT**

Specifies the page layout orientation.

Example::

    from docx.enum.section import WD_ORIENT

    section = document.sections[-1] section.orientation = WD_ORIENT.LANDSCAPE

MS API name: `WdOrientation`
MS API URL: http://msdn.microsoft.com/en-us/library/office/ff837902.aspx
)    portraitzPortrait orientation.)r   	landscapezLandscape orientation.r   N)r   r   r   r   r   PORTRAIT	LANDSCAPEr   r   r   r   r   r      s     8H:I r   r   c                   4    \ rS rSrSrSr Sr Sr Sr Sr	Sr
g	)
WD_SECTION_START7   a2  Alias: **WD_SECTION**

Specifies the start type of a section break.

Example::

    from docx.enum.section import WD_SECTION

    section = document.sections[0] section.start_type = WD_SECTION.NEW_PAGE

MS API name: `WdSectionStart`
MS API URL: http://msdn.microsoft.com/en-us/library/office/ff840975.aspx
)r   
continuouszContinuous section break.)r   
nextColumnzNew column section break.)r   nextPagezNew page section break.)r
   evenPagezEven pages section break.)   oddPagez Section begins on next odd page.r   N)r   r   r   r   r   
CONTINUOUS
NEW_COLUMNNEW_PAGEr   ODD_PAGEr   r   r   r   r!   r!   7   s2     @J#?J#9H!<I#AH*r   r!   N)	r   baser   r   WD_HEADER_FOOTERr   	WD_ORIENTr!   
WD_SECTIONr   r   r   <module>r1      sE    J 8[ 8* * ![ !, 	+{ +> 
r   