Sort Score
Result 10 results
Languages All
Labels All
Results 3,981 - 3,990 of 180,131 for

doc

(0.21 sec)
  1. Aspose::Words::Style::get_UnhideWhenUsed method...

    Aspose::Words::Style::get_UnhideWhenUsed method. Gets/sets whether the style used in the current Document unhides from the Styles gallery and from the Styles task pane. True when the used style should be shown in the Styles gallery in C++.... auto doc = System :: MakeObject < Aspose...Words :: Style > styleTitle = doc -> get_Styles () -> idx_get (...

    reference.aspose.com/words/cpp/aspose.words/sty...
  2. Aspose::Words::Font::get_Outline method | Aspos...

    Aspose::Words::Font::get_Outline method. True if the font is formatted as outline in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Set the Outline flag to...

    reference.aspose.com/words/cpp/aspose.words/fon...
  3. File Formats and Conversions|Aspose.Words for C++

    Convert Documents from any supported load to save format with just two lines of C++ code. It provides high-quality conversions.... For example, for the DOC format, shapes, textboxes, fields...support for those formats, such as DOC, DOCX, RTF, or WordprocessingML...

    docs.aspose.com/words/cpp/file-formats-and-conv...
  4. BaselineAlignment Enum | Aspose.Words for .NET

    Discover Aspose.Words.BaselineAlignment enum for precise font positioning. Enhance your Document formatting with optimal vertical alignment options.... Document doc = new Document ( MyDir + "Office...); ParagraphFormat format = doc . FirstSection . Body . Paragraphs...

    reference.aspose.com/words/net/aspose.words/bas...
  5. Aspose::Words::Document::RemoveMacros method | ...

    Aspose::Words::Document::RemoveMacros method. Removes all macros (the VBA project) as well as toolbars and command customizations from the Document in C++.... auto doc = System :: MakeObject < Aspose..."Macro.docm" ); ASSERT_TRUE ( doc -> get_HasMacros ()); ASSERT_EQ...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. Border.shadow property | Aspose.Words for Node.js

    Border.shadow property. Gets or sets a value indicating whether the border has a shadow.... let doc = new aw . Document (); let pageSetup = doc . sections.... borders . shadow = true ; doc . save ( base . artifactsDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Comment.date_time_utc property | Aspose.Words f...

    Comment.date_time_utc property. Gets the UTC date and time that the comment was made.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) date = datetime . datetime . now...

    reference.aspose.com/words/python-net/aspose.wo...
  8. PdfSaveOptions.AttachmentsEmbeddingMode | Aspos...

    Customize how attachments are embedded in PDFs with PdfSaveOptions. Ensure seamless integration and optimized Document sharing.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertOleObject...

    reference.aspose.com/words/net/aspose.words.sav...
  9. ShapeBase.ScreenTip | Aspose.Words for .NET

    Discover the ShapeBase ScreenTip property, enhance user experience by customizing tooltip text that appears on mouse hover over shapes.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertImage...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Font.Spacing | Aspose.Words for .NET

    Discover the Font Spacing property to easily adjust character spacing in points. Enhance readability and design with precise typographic control.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Add run of text and increase...

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