Sort Score
Result 10 results
Languages All
Labels All
Results 8,961 - 8,970 of 168,781 for

doc

(0.18 sec)
  1. Export OFT to PNG via C++ | products.aspose.com

    C++ API to Convert OFT to PNG without using Microsoft Word or Outlook...range of file formats, including DOC, DOCX, ODT, and more. It also...System :: SharedPtr < Document > doc = System :: MakeObject < Document...

    products.aspose.com/total/cpp/conversion/oft-to...
  2. Export OFT to PCL via C++ | products.aspose.com

    C++ API to Convert OFT to PCL without using Microsoft Word or Outlook...range of file formats, including DOC, DOCX, RTF, HTML, and PCL. It...System :: SharedPtr < Document > doc = System :: MakeObject < Document...

    products.aspose.com/total/cpp/conversion/oft-to...
  3. ImageData Class | Aspose.Words for .NET

    Discover Aspose.Words.Drawing.ImageData class—your solution for defining and managing images in shapes. Enhance your Document design effortlessly!... Document doc = new Document ( MyDir + "Images...system. NodeCollection shapes = doc . GetChildNodes ( NodeType ....

    reference.aspose.com/words/net/aspose.words.dra...
  4. PdfPermissions enumeration | Aspose.Words for P...

    aspose.words.saving.PdfPermissions enumeration. Specifies the operations that are allowed to a user on an encrypted PDF Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  5. OptionButtonControl class | Aspose.Words for Py...

    aspose.words.drawing.ole.OptionButtonControl class. The OptionButton control enables a single choice in a limited set of mutually exclusive choices.... doc = aw . Document ( file_name =...'Radio buttons.docx' ) shape1 = doc . get_child ( aw . NodeType ...

    reference.aspose.com/words/python-net/aspose.wo...
  6. OleFormat.is_link property | Aspose.Words for P...

    OleFormat.is_link property. Returns ``True`` if the OLE object is linked (when [OleFormat.source_full_name](../source_full_name/) is specified).... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Embed a Microsoft Visio drawing...

    reference.aspose.com/words/python-net/aspose.wo...
  7. RowFormat.clear_formatting method | Aspose.Word...

    RowFormat.clear_formatting method. Resets to default row formatting.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . start_table ()...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Tables::CellFormat::get_Orientat...

    Aspose::Words::Tables::CellFormat::get_Orientation method. Returns or sets the orientation of text in a table cell in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> StartTable ();...

    reference.aspose.com/words/cpp/aspose.words.tab...
  9. ChartYValue.from_double method | Aspose.Words f...

    ChartYValue.from_double method. Creates a [ChartYValue](../) instance of the [ChartYValueType.DOUBLE](../../chartyvaluetype/#DOUBLE) type.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Set Size of PDF using pythob via C++|Aspose.PDF...

    This section shows how to get or set PDF page properties such as size of Document using Python via C++....document object from the input file doc = apCore . document_create_from_file...apCore . document_get_pages ( doc ) # Get the first page from the...

    docs.aspose.com/pdf/python-cpp/get-and-set-page...