Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 4,296 for

paragraph builder

(0.03 sec)
  1. Aspose::Words::ControlChar::NonBreakingHyphenCh...

    Aspose::Words::ControlChar::NonBreakingHyphenChar field. Non-breaking Hyphen in Microsoft Word is (char)30 in C++....MakeObject < Document > (); auto builder = MakeObject < DocumentBuilder...); // Add a regular space. builder -> Write ( String ( u "Before...

    reference.aspose.com/words/cpp/aspose.words/con...
  2. ParagraphFormat.ClearFormatting | Aspose.Words ...

    Reset your Paragraph formatting effortlessly with the ClearFormatting method, ensuring a polished and professional look for your documents....method Resets to default paragraph formatting. public void ClearFormatting...ClearFormatting () Remarks Default paragraph formatting is Normal style...

    reference.aspose.com/words/net/aspose.words/par...
  3. EditableRange.editor_group property | Aspose.Wo...

    EditableRange.editor_group property. Returns or sets an alias (or editing group) which shall be used to determine if the current user shall be allowed to edit this editable range....'MyPassword' ) builder = aw . DocumentBuilder ( doc = doc ) builder . writeln..." + 'we cannot edit this paragraph without the password.' ) #...

    reference.aspose.com/words/python-net/aspose.wo...
  4. InlineStory.ParentParagraph | Aspose.Words for ...

    Discover the InlineStory ParentParagraph property to effortlessly access the parent Paragraph of any node, enhancing your content management experience....the parent Paragraph of this node. public Paragraph ParentParagraph...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...

    reference.aspose.com/words/net/aspose.words/inl...
  5. FieldRef.BookmarkName | Aspose.Words for .NET

    Discover the FieldRef BookmarkName property to easily manage and customize your bookmarks. Enhance your document navigation effortlessly!...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...FieldSet fieldSet = ( FieldSet ) builder . InsertField ( FieldType ...

    reference.aspose.com/words/net/aspose.words.fie...
  6. ParagraphFormat.add_space_between_far_east_and_...

    ParagraphFormat.add_space_between_far_east_and_digit property. Gets or sets a flag indicating whether inter-character spacing is automatically adjusted between regions of numbers and regions of East Asian text in the current Paragraph....Asian text in the current paragraph. @property def add_space_...Examples Shows how to insert a paragraph into the document. doc = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Add bullets or numbers to a list in NPOI|Aspose...

    Add bullets or numbers to a list within a document easily and fast instead of using NPOI in C#....DocumentBuilder builder = new DocumentBuilder ( doc ); builder . Font...= true ; builder . Font . Name = "Courier" ; builder . Font ....

    docs.aspose.com/words/net/add-bullets-or-number...
  8. Aspose::Words::Fields::FieldListNum::get_HasLis...

    Aspose::Words::Fields::FieldListNum::get_HasListName method. Returns a value indicating whether the name of an abstract numbering definition is provided by the field's code in C++....Examples Shows how to number paragraphs with LISTNUM fields. auto...MakeObject < Document > (); auto builder = MakeObject < DocumentBuilder...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. BorderCollection.equals method | Aspose.Words f...

    BorderCollection.equals method. Compares collections of borders....let builder = new aw . DocumentBuilder ( doc ); builder . writeln...writeln ( "Paragraph 1." ); builder . write ( "Paragraph 2." ); //...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Border class | Aspose.Words for Python

    aspose.words.Border class. Represents a border of an object...including paragraph, run of text inside a paragraph or a table...Document () builder = aw . DocumentBuilder ( doc = doc ) builder . font...

    reference.aspose.com/words/python-net/aspose.wo...