Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 4,401 for

trim document

(0.06 sec)
  1. NodeList.ToArray | Aspose.Words for .NET

    NodeList ToArray method. Copies all nodes from the collection to a new array of nodes in C#.... Document doc = new Document ( MyDir + "Tables...descendants of any table node in the document. NodeList nodeList = doc ...

    reference.aspose.com/words/net/aspose.words/nod...
  2. Aspose::Words::Tables::CellCollection Class Ref...

    Provides typed access to a collection of Cell nodes....through all tables in the document and print the contents of...cell. auto doc = MakeObject<Document>(MyDir + u "Tables.docx" );...

    reference.aspose.com/words/cpp/class/aspose.wor...
  3. Aspose::Words::Tables::CellCollection Class Ref...

    Provides typed access to a collection of Cell nodes....through all tables in the document and print the contents of...cell. auto doc = MakeObject<Document>(MyDir + u "Tables.docx" );...

    reference.aspose.com/words/cpp/class/aspose.wor...
  4. Paragraph.ParagraphFormat | Aspose.Words for .NET

    Paragraph ParagraphFormat property. Provides access to the paragraph formatting properties in C#....Words document by hand. Document doc = new Document (); // A...A blank document contains one section, one body and one paragraph...

    reference.aspose.com/words/net/aspose.words/par...
  5. Inline.Font | Aspose.Words for .NET

    Inline Font property. Provides access to the font formatting of this object in C#....Words document by hand. Document doc = new Document (); // A...A blank document contains one section, one body and one paragraph...

    reference.aspose.com/words/net/aspose.words/inl...
  6. FieldMergeField.IsMapped | Aspose.Words for .NET

    FieldMergeField IsMapped property. Gets or sets whether this field is a mapped field in C#.... Document doc = new Document (); DocumentBuilder...Cardholder:" , doc . GetText (). Trim ()); See Also class FieldMergeField...

    reference.aspose.com/words/net/aspose.words.fie...
  7. FieldMergeField.FieldNameNoPrefix | Aspose.Word...

    FieldMergeField FieldNameNoPrefix property. Returns just the name of the data field. Any prefix is stripped to the prefix property in C#.... Document doc = new Document (); DocumentBuilder...Cardholder:" , doc . GetText (). Trim ()); See Also class FieldMergeField...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Implementing Arabic Text Support in PDFs: RTL a...

    Good day, I am trying to implement support for Arabic text in a PDF Document (RTL direction, bi-directional fonts, etc.). For Word Documents, there is an option to set the paragraph direction and specify bi-directional …...support for Arabic text in a PDF document (RTL direction, bi-directional...bi-directional fonts, etc.). For Word documents, there is an option to set...

    forum.aspose.com/t/implementing-arabic-text-sup...
  9. Node.CustomNodeId | Aspose.Words for .NET

    Node CustomNodeId property. Specifies custom node identifier in C#.... Document doc = new Document (); // Add two runs...the first paragraph of this document. Paragraph paragraph = ( Paragraph...

    reference.aspose.com/words/net/aspose.words/nod...
  10. CompositeNode.RemoveChild | Aspose.Words for .N...

    CompositeNode 方法. 移除指定的子节点... Document doc = new Document (); DocumentBuilder...2 text." , doc . GetText (). Trim ()); 也可以看看 class Node class...

    reference.aspose.com/words/zh/net/aspose.words/...