BaseParagraph
Vue d’ensemble
‘BaseParagraph’ est une classe dans Aspose.PDF FOSS pour .NET.
Classes de base pour le contenu DOM au niveau du paragraphe (fragments texte, tables, images, fragments de tête/footer, boîtes flottantes).
Cette classe fournit 1 méthode pour travailler avec les objets de baseParagraph dans des programmes .NET. Les méthodes disponibles comprennent: ‘Clone’. Tous les membres publics sont accessibles à n’importe quelle application .Net après l’installation du package Aspose.PDF FOSS pour .net. Propriétés: HorizontalAlignment, Hyperlink , HyperlinkText ; IsFirstParagrafInColumn; IsinLineParagramm et 4 autres.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
HorizontalAlignment | HorizontalAlignment | Read/Write | Horizontal alignment applied to this paragraph. |
VerticalAlignment | VerticalAlignment | Read/Write | Vertical alignment applied to this paragraph. |
Margin | MarginInfo? | Read/Write | Outer-margin info applied to this paragraph. |
IsFirstParagraphInColumn | bool | Read/Write | Force the paragraph to start a new column. |
IsKeptWithNext | bool | Read/Write | Keep this paragraph on the same page as the next one. |
IsInNewPage | bool | Read/Write | Force the paragraph to start on a new page. |
IsInLineParagraph | bool | Read/Write | Inline paragraph flag (does not start a new line). |
HyperlinkText | string? | Read/Write | Legacy string-typed hyperlink target. |
Hyperlink | Hyperlink? | Read/Write | Typed hyperlink decoration applied to the paragraph. |
ZIndex | int | Read/Write | Z-order index used by the DOM renderer. |
méthodes
| Signature | Description |
|---|---|
Clone() | Shallow clone — copies scalar/ref-shared state. |
Voir aussi
- Aspose.PDF pour .NET — API d’entreprise