Sort Score
Result 10 results
Languages All
Labels All
Results 3,341 - 3,350 of 157,620 for

doc

(1.03 sec)
  1. 使用 C++ 製作 Markdown

    通過幾個步驟在 C++ 中創建一個新的 Markdown。使用 C++ 庫輕鬆創建 Markdown。...例子 輸出格式 DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...namespace Aspose::Words; auto doc = MakeObject <Document>(); auto...

    products.aspose.com/words/zh-hant/cpp/make/md/
  2. 使用 C++ 製作 PDF

    通過幾個步驟在 C++ 中創建一個新的 PDF。使用 C++ 庫輕鬆創建 PDF。...例子 輸出格式 DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...namespace Aspose::Words; auto doc = MakeObject <Document>(); auto...

    products.aspose.com/words/zh-hant/cpp/make/pdf/
  3. Aspose::Words::Paragraph::get_IsEndOfCell metho...

    Aspose::Words::Paragraph::get_IsEndOfCell method. True if this paragraph is the last paragraph in a Cell; false otherwise in C++.... auto doc = MakeObject < Document > ( MyDir...SharedPtr < Table > table = doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words/par...
  4. Aspose::Words::Drawing::Fill::get_ForeThemeColo...

    Aspose::Words::Drawing::Fill::get_ForeThemeColor method. Gets or sets a ThemeColor object that represents the foreground color for the fill in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Aspose::Words::DocumentBuilder::InsertTextInput...

    Aspose::Words::DocumentBuilder::InsertTextInput method. Inserts a text form field at the current position in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Insert a form that prompts...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. FieldTC | Aspose.Words for Java

    Implements the TC field in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Insert a TOC field, which...

    reference.aspose.com/words/java/com.aspose.word...
  7. Aspose::Words::Drawing::Shape::get_Adjustments ...

    Aspose::Words::Drawing::Shape::get_Adjustments method. Provides access to the adjustment raw values of a shape. For a shape that does not contain any adjustment raw values, it returns an empty collection in C++.... auto doc = System :: MakeObject < Aspose...Words :: Drawing :: Shape > ( doc -> GetChild ( Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. FieldIndex.run_subentries_on_same_line property...

    FieldIndex.run_subentries_on_same_line property. Gets or sets whether run subentries into the same line as the main entry.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create an INDEX field which...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ShapeBase.Width | Aspose.Words for .NET

    Discover the ShapeBase Width property. Easily adjust the width of your shape's containing block for enhanced design flexibility and precision.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertImage...

    reference.aspose.com/words/net/aspose.words.dra...
  10. ShapeBase.Height | Aspose.Words for .NET

    Discover the ShapeBase Height property to easily adjust your shape's container height, enhancing design flexibility and precision in your projects.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertImage...

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