Sort Score
Result 10 results
Languages All
Labels All
Results 1,001 - 1,010 of 4,385 for

trim document

(0.07 sec)
  1. Table.NodeType | Aspose.Words for .NET

    Table NodeType property. Returns Table in C#....RecurseChildren () { Document doc = new Document ( MyDir + "Paragraphs...contain child nodes, such as the document itself, is composite. Assert...

    reference.aspose.com/words/net/aspose.words.tab...
  2. How to find font and color has been used for th...

    How to find font and color has been used for the string in c# and How to find font and color has been used for the string in whole word Document...word document How to find the string in the whole document contains...properties applied to the document are accessible via StyleCollection...

    forum.aspose.com/t/how-to-find-font-and-color-h...
  3. Aspose::Words::Run::Run constructor | Aspose.Wo...

    Aspose::Words::Run::Run constructor. Initializes a new instance of the Run class in C++....:DocumentBase>& The owner document. Remarks When Run is created...specified document, but is not yet part of the document and ParentNode...

    reference.aspose.com/words/cpp/aspose.words/run...
  4. Use a zero (0) in a data field when the measure...

    Hi Team, I need a code to Use a zero (0) in a data field when the measured result is zero in cell. Use 3 hyphens (—) to indicate there is blank cell in a table. Do not leave a data field blank. Thanks and Regards, Har…...following simple code and documents: DataTable dt = new DataTable("MyTable");...Add("AnotherNotZeroValue", 10); Document doc = new Document(@"C:\Temp\in.docx");...

    forum.aspose.com/t/use-a-zero-0-in-a-data-field...
  5. Aspose::Words::SectionCollection::idx_get metho...

    Aspose::Words::SectionCollection::idx_get method. Retrieves a section at the given index in C++....layout of the document. auto doc = MakeObject < Document > ( MyDir..."Rendering.docx" ); // Saving a document to PDF, to an image, or printing...

    reference.aspose.com/words/cpp/aspose.words/sec...
  6. Aspose::Words::Replacing::FindReplaceOptions cl...

    Aspose::Words::Replacing::FindReplaceOptions class. Specifies options for find/replace operations. To learn more, visit the Documentation article in C++....visit the Find and Replace documentation article. class FindReplaceOptions...operation. auto doc = MakeObject < Document > (); auto builder = MakeObject...

    reference.aspose.com/words/cpp/aspose.words.rep...
  7. CellCollection.Item | Aspose.Words for .NET API 参考

    CellCollection 财产. 检索一个 细胞在给定的索引处... Document doc = new Document ( MyDir + "Tables...ToString ( SaveFormat . Text ). Trim (); Console . WriteLine ( $"\t\tContents...

    reference.aspose.com/words/zh/net/aspose.words....
  8. TableCollection.Item | Aspose.Words for .NET AP...

    TableCollection 财产. 检索一个 桌子在给定的索引处... Document doc = new Document ( MyDir + "Tables...ToString ( SaveFormat . Text ). Trim (); Console . WriteLine ( $"\t\tContents...

    reference.aspose.com/words/zh/net/aspose.words....
  9. ReplacingArgs.MatchOffset | Aspose.Words for .N...

    ReplacingArgs 财产. 从包含匹配开头的 节点的开头获取匹配的从零开始的位置... { Document doc = new Document (); DocumentBuilder...0x43E3." , doc . GetText (). Trim ()); Assert . AreEqual ( 4 ...

    reference.aspose.com/words/zh/net/aspose.words....
  10. Enum FindReplaceDirection | Aspose.Words for .N...

    Aspose.Words.Replacing.FindReplaceDirection 枚举. 指定替换操作的方向...findReplaceDirection ) { Document doc = new Document (); DocumentBuilder..."Replacement." , doc . GetText (). Trim ()); switch ( findReplaceDirection...

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