Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 4,401 for

trim document

(0.13 sec)
  1. Aspose::Words::Tables::TableCollection Class Re...

    Provides typed access to a collection of Table nodes....tables in a document. auto doc = MakeObject<Document>(MyDir + u...) { auto doc = MakeObject<Document>(MyDir + u "Nested tables...

    reference.aspose.com/words/cpp/class/aspose.wor...
  2. Aspose::Words::Tables::TableCollection Class Re...

    Provides typed access to a collection of Table nodes....tables in a document. auto doc = MakeObject<Document>(MyDir + u...) { auto doc = MakeObject<Document>(MyDir + u "Nested tables...

    reference.aspose.com/words/cpp/class/aspose.wor...
  3. Enum FieldUpdateCultureSource | Aspose.Words fo...

    Aspose.Words.Fields.FieldUpdateCultureSource 枚举. 指示在字段更新期间使用什么文化... Document doc = new Document (); DocumentBuilder...2020" , doc . Range . Text . Trim ()); // 恢复线程的原始文化。 Thread ....

    reference.aspose.com/words/zh/net/aspose.words....
  4. ReplacingArgs.GroupName | Aspose.Words for .NET...

    ReplacingArgs 财产. 按名称标识在Match 被替换为Replacement字符串.... { Document doc = new Document (); DocumentBuilder...0x43E3." , doc . GetText (). Trim ()); Assert . AreEqual ( 4 ...

    reference.aspose.com/words/zh/net/aspose.words....
  5. Aspose::Words::Tables::Table::get_NodeType meth...

    Aspose::Words::Tables::Table::get_NodeType method. Returns Table in C++....{ auto doc = MakeObject < Document > ( MyDir + u "Paragraphs...contain child nodes, such as the document itself, is composite. ASSERT_TRUE...

    reference.aspose.com/words/cpp/aspose.words.tab...
  6. Adding a cover page sometimes produces an addit...

    I am trying to add a cover page to my Document. depending on how the Document is formatted sometimes an additional blank page is created. I think headers and footers have something to do with this so i check Is there…...page to my document. depending on how the document is formatted...my document public static Document AddCoverPage(Document doc)...

    forum.aspose.com/t/adding-a-cover-page-sometime...
  7. How to remove whitespaces from a conditional st...

    We are using Aspose.Words in our application as a third party library. Our application is written in OpenEdge and is able to do the mailmerge. However, we have an issue if our word template contains a conditional state…...and output document: Document doc = new Document(@"C:\Temp\in...DocModel1 AS Aspose.Words.Document NO-UNDO PUBLIC GET. PRIVATE...

    forum.aspose.com/t/how-to-remove-whitespaces-fr...
  8. Aspose::Words::Lists::ListFormat::get_IsListIte...

    Aspose::Words::Lists::ListFormat::get_IsListItem method. True when the paragraph has bulleted or numbered formatting applied to it in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...and end a list by using a document builder's "ListFormat" property...

    reference.aspose.com/words/cpp/aspose.words.lis...
  9. String replacing - Aspose.Words Product Family ...

    Hi, I have the following returned as a run type and I what to replace what to make what is between /BS/ /BE/ bold any ideas how to do this please. Mortgage Arrangement and Valuation /BS/Fee./BE/Payable at the start of …...of particular word in the document. Please use the following...of particular word in the document Insert bookmark to each resulting...

    forum.aspose.com/t/string-replacing/66922
  10. NodeCollection.Item | Aspose.Words for .NET API 参考

    NodeCollection 财产. 检索给定索引处的节点... Document doc = new Document (); // 将两个运行和一个形状作为子节点添加到该文档的第一段。...$"\t\" { child . GetText (). Trim ()} \ "" ); break ; case NodeType...

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