WdSectionStart Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit le type de saut de section pour l'élément spécifié.
public enum class WdSectionStart
[System.Runtime.InteropServices.Guid("A04EAECD-6433-3994-8B86-4E4D973C4630")]
public enum WdSectionStart
type WdSectionStart =
Public Enum WdSectionStart
- Héritage
-
WdSectionStart
- Attributs
Champs
wdSectionContinuous | 0 | Saut de section continu. |
wdSectionEvenPage | 3 | Saut de section aux pages paires. |
wdSectionNewColumn | 1 | Saut de section aux nouvelles colonnes. |
wdSectionNewPage | 2 | Saut de section aux nouvelles pages. |
wdSectionOddPage | 4 | Saut de section aux pages impaires. |