Sort Score
Result 10 results
Languages All
Labels All
Results 4,701 - 4,710 of 300,006 for

doc

(0.11 sec)
  1. 在 C++ 中制作文档

    使用 C++ 库创建文件。只需几个步骤即可在 C++ 中轻松创建新文档。...API,C++ 开发人员只需几行代码即可轻松制作 PDF、DOC、DOCX、HTML、EPUB 和许多其他格式的文档。 DOCX...给定的 C++ 库允许您以任何受支持的格式(PDF、DOCX、DOC、RTF、ODT、EPUB、HTML 等)以编程方式创建文档。...

    products.aspose.com/words/zh/cpp/make/
  2. LayoutCollector.GetStartPageIndex | Aspose.Word...

    LayoutCollector GetStartPageIndex method. Gets 1based index of the page where node begins. Returns 0 if node cannot be mapped to a page in C#.... Document doc = new Document (); LayoutCollector...layoutCollector = new LayoutCollector ( doc ); // Call the "GetNumPagesSpanned"...

    reference.aspose.com/words/net/aspose.words.lay...
  3. LayoutCollector.GetNumPagesSpanned | Aspose.Wor...

    LayoutCollector GetNumPagesSpanned method. Gets number of pages the specified node spans. 0 if node is within a single page. This is the same as GetEndPageIndex GetStartPageIndex in C#.... Document doc = new Document (); LayoutCollector...layoutCollector = new LayoutCollector ( doc ); // Call the "GetNumPagesSpanned"...

    reference.aspose.com/words/net/aspose.words.lay...
  4. Orientation Enum | Aspose.Words for .NET

    Aspose.Words.Orientation enum. Specifies page orientation in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Modify the page setup properties...

    reference.aspose.com/words/net/aspose.words/ori...
  5. CustomXmlPart Class | Aspose.Words for .NET

    Aspose.Words.Markup.CustomXmlPart class. Represents a Custom XML Data Storage Part custom XML data within a package in C#.... Remarks A DOCX or DOC document can contain one or more...with custom XML data. Document doc = new Document (); // Construct...

    reference.aspose.com/words/net/aspose.words.mar...
  6. ListCollection.Count | Aspose.Words for .NET

    ListCollection Count property. Gets the count of numbered and bulleted lists in the Document in C#....Document doc = new Document (); ListCollection lists = doc . Lists...Lists ; Assert . AreEqual ( doc , lists . Document ); List list...

    reference.aspose.com/words/net/aspose.words.lis...
  7. Aspose::Words::PageSetup::ClearFormatting metho...

    Aspose::Words::PageSetup::ClearFormatting method. Resets page setup to default paper size, margins and orientation in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Modify the page setup properties...

    reference.aspose.com/words/cpp/aspose.words/pag...
  8. Style.is_heading property | Aspose.Words for Py...

    Style.is_heading property. True when the style is one of the built-in Heading styles.... doc = aw . Document () self . assertEqual ( 4 , doc . styles...by default. for cur_style in doc . styles : print ( f "Style name:...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Style.styles property | Aspose.Words for Python

    Style.styles property. Gets the collection of styles this style belongs to.... doc = aw . Document () self . assertEqual ( 4 , doc . styles...by default. for cur_style in doc . styles : print ( f "Style name:...

    reference.aspose.com/words/python-net/aspose.wo...
  10. DocumentProperty.is_link_to_content property | ...

    DocumentProperty.is_link_to_content property. Shows whether this property is linked to content or not.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) builder . start_bookmark ( "MyBookmark"...

    reference.aspose.com/words/python-net/aspose.wo...