Sort Score
Result 10 results
Languages All
Labels All
Results 1,021 - 1,030 of 4,404 for

trim document

(0.39 sec)
  1. 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...
  2. Aspose.word将html转doc后,最后一页是空白页怎么删除? - Free Supp...

    [image]... Document doc = new Document("C:\\Temp\\in.docx");...paragraph from the end of the document. while (doc.getLastSection()...

    forum.aspose.com/t/aspose-word-html-doc/277104
  3. 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
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. TxtLoadOptions Class | Aspose.Words for .NET

    Aspose.Words.Loading.TxtLoadOptions class. Allows to specify additional options when loading Text Document into a Document object in C#....when loading Text document into a Document object. To learn more...the Specify Load Options documentation article. public class TxtLoadOptions...

    reference.aspose.com/words/net/aspose.words.loa...
  9. How to determine if paragraph is a table to ski...

    import aspose.words as aw docToRead = aw.Document("...docx") for paragraph in docToRead.get_child_nodes(aw.NodeType.PARAGRAPH, True) : paragraph = paragraph.as_paragraph() #if paragraph.istable != 0: …...Document("...docx") for paragraph in...the following code: doc = aw.Document("C:\\Temp\\in.docx") for paragraph...

    forum.aspose.com/t/how-to-determine-if-paragrap...
  10. ParagraphFormat.StyleName | Aspose.Words for .N...

    ParagraphFormat 财产. 获取或设置应用于此格式的段落样式的名称... Document doc = new Document (); // 一个空白文档包含一个部分、一个正文和一个段落。...World!" , doc . GetText (). Trim ()); doc . Save ( ArtifactsDir...

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