Sort Score
Result 10 results
Languages All
Labels All
Results 1,741 - 1,750 of 165,418 for

doc

(0.09 sec)
  1. Aspose::Words::Settings::HyphenationOptions::ge...

    Aspose::Words::Settings::HyphenationOptions::get_HyphenationZone method. Gets or sets the distance in 1/20 of a point from the right margin within which you do not want to hyphenate words. Default value for this property is 360 (0.25 inch) in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> get_Font () ->...

    reference.aspose.com/words/cpp/aspose.words.set...
  2. Aspose::Words::Style::Equals method | Aspose.Wo...

    Aspose::Words::Style::Equals method. Compares with the specified style. Styles Istds are compared for built-in styles only. Styles defaults are not included in comparison. Base style, linked style and next paragraph style are recursively compared in C++.... auto doc = System :: MakeObject < Aspose...:: Words :: Style > style = doc -> get_Styles () -> idx_get (...

    reference.aspose.com/words/cpp/aspose.words/sty...
  3. Convert Word to Excel in Node.js|Aspose.Words f...

    Convert PDF to Excel, XML to Excel, DocX to Excel Node.js. Save a Document in various formats to XLSX using Node.js....var doc = new aw . Document ( "Pdf Document.pdf" ); doc . save...require ( '@aspose/words' ); var doc = new aw . Document (); var builder...

    docs.aspose.com/words/nodejs-net/convert-a-docu...
  4. Convert Word to Excel in C++|Aspose.Words for C++

    Convert PDF to Excel, XML to Excel, DocX to Excel C++. Save a Document in various formats to XLSX using C++....how to save PDF to XLSX: auto doc = MakeObject < Document > ( MyDir...MyDir + u "Pdf Document.pdf" ); doc -> Save ( ArtifactsDir + u "BaseConversions...

    docs.aspose.com/words/cpp/convert-a-document-to...
  5. Ստեղծեք Փաստաթուղթ C++ Ում

    Ստեղծեք ֆայլ՝ օգտագործելով C++ գրադարանը: Հեշտությամբ ստեղծեք նոր փաստաթուղթ C++ ում՝ մի քանի քայլով:...հեշտությամբ փաստաթուղթ պատրաստել PDF, DOC, DOCX, HTML, EPUB և շատ այլ ձևաչափերով՝...աջակցվող ձևաչափով՝ PDF, DOCX, DOC, RTF, ODT, EPUB, HTML և այլն:...

    products.aspose.com/words/hy/cpp/make/
  6. InlineStory.FirstParagraph | Aspose.Words for .NET

    Discover the InlineStory FirstParagraph property to easily access and enhance the first paragraph of your story for improved engagement.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Hello world...

    reference.aspose.com/words/net/aspose.words/inl...
  7. InlineStory.firstParagraph property | Aspose.Wo...

    InlineStory.firstParagraph property. Gets the first paragraph in the story.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Add text, and reference...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Font.StrikeThrough | Aspose.Words for .NET

    Discover the Font StrikeThrough property. Easily format text with strikethrough for clear visual emphasis in your designs. Enhance readability today!... Document doc = new Document (); Paragraph...Paragraph para = ( Paragraph ) doc . GetChild ( NodeType . Paragraph ...

    reference.aspose.com/words/net/aspose.words/fon...
  9. Font.number_spacing property | Aspose.Words for...

    Font.number_spacing property. Gets or sets the spacing type of the numeral being displayed.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # This effect is only supported...

    reference.aspose.com/words/python-net/aspose.wo...
  10. HyphenationOptions | Aspose.Words for Java

    Allows to configure Document hyphenation options in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.getFont().setSize(24...

    reference.aspose.com/words/java/com.aspose.word...