Aspose.Words.Settings.WriteProtection classe. Specifica le impostazioni di protezione da scrittura per un Documento in C#.... Document doc = new Document (); DocumentBuilder...Writeln ( "Hello world! This document is protected." ); // Immettere...
Section costruttore. Inizializza una nuova istanza della classe Sezione in C#....e InsertBefore metodi del Document OR Add E Insert metodi del...documento Aspose.Words. Document doc = new Document (); // Un documento...
BookmarkCollection RemoveAt metod. Tar bort ett bokmärke vid det angivna indexet i C#.... Document doc = new Document (); DocumentBuilder...MyBookmark_5." , doc . GetText (). Trim ()); Se även class BookmarkCollection...
DocumentBuilder IsAtEndOfParagraph fast egendom. ReturnerarSann om markören är i slutet av det aktuella stycket i C#.... Document doc = new Document (); DocumentBuilder...firstParagraphNodes [ 1 ]. GetText (). Trim ()); Assert . AreEqual ( NodeType...
DocumentBuilder IsAtStartOfParagraph fast egendom. ReturnerarSann om markören är i början av det aktuella stycket ingen text före markören i C#.... Document doc = new Document (); DocumentBuilder...firstParagraphNodes [ 1 ]. GetText (). Trim ()); Assert . AreEqual ( NodeType...
Paragraph byggare. Initierar en ny instans avParagraph class i C#.... Document doc = new Document (); // Ett tomt dokument...World!" , doc . GetText (). Trim ()); doc . Save ( ArtifactsDir...
CellCollection Item fast egendom. Hämtar enCell vid det givna indexet i C#.... Document doc = new Document ( MyDir + "Tables...ToString ( SaveFormat . Text ). Trim (); Console . WriteLine ( $"\t\tContents...