Aspose.Words.Run clase. Representa una serie de caracteres con el mismo formato de fuente.... virtual Document { get; } Obtiene el documento...propiedad de fuente. Document doc = new Document (); Run run = new...
HtmlSaveOptions eigendom. Gibt die maximale Überschriftenebene an bei der das Dokument geteilt werden soll. Der Standardwert ist2 .... Document doc = new Document (); DocumentBuilder...ParagraphFormat . Style = builder . Document . Styles [ "Heading 1" ];...
HtmlSaveOptions DocumentSplitHeadingLevel proprietà. Specifica il livello massimo di intestazioni a cui dividere il Documento. Il valore predefinito è2 in C#.... Document doc = new Document (); DocumentBuilder...ParagraphFormat . Style = builder . Document . Styles [ "Heading 1" ];...
Aspose.Words.Loading.TxtLeadingSpacesOptions énumération. Spécifie les options disponibles pour la gestion de lespace de tête lors de limportation depuisText fichier....description ConvertToIndent 0 Trim 1 Preserve 2 Exemples Montre...blancs lors du chargement de documents en texte brut. string textDoc...
ControlChar campo. Carácter de retorno de carro x000d o r. Igual queParagraphBreak .... Document doc = new Document (); DocumentBuilder...caracteres de control con el método Trim. Assert . AreEqual ( $"Hello...
ComHelper constructor. Inicializa una nueva instancia de esta clase....local: Document doc = comHelper . Open ( MyDir + "Document.docx"...World!" , doc . GetText (). Trim ()); // 2 - De un flujo: using...
Node propiedad. Obtiene el nodo que sigue inmediatamente a este nodo.... Document doc = new Document ( MyDir + "Paragraphs...contents = node . GetText (). Trim (); Console . WriteLine ( contents...