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

trim document

(0.07 sec)
  1. 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/...
  2. 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...
  3. PageSetup.SectionStart | Aspose.Words for .NET

    PageSetup SectionStart property. Returns or sets the type of section break for the specified 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/pag...
  4. 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...
  5. 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....
  6. 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....
  7. 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....
  8. 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...
  9. 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...
  10. CompositeNode.GetChild | Aspose.Words for .NET

    CompositeNode GetChild method. Returns an Nth child node that matches the specified type in C#.... Document doc = new Document (); DocumentBuilder...doc . Save ( ArtifactsDir + "Document.TableStyleToDirectFo.docx"...

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