Sort Score
Result 10 results
Languages All
Labels All
Results 4,401 - 4,410 of 313,762 for

doc

(0.15 sec)
  1. C++ API to Export PCL to DOT | products.aspose.com

    Convert PCL to DOT within C++ applications....to convert PCL file format to DOC. Secondly, by using advanced...Words for C++ , you can export DOC to DOT. C++ API to Render PCL...

    products.aspose.com/total/cpp/conversion/pcl-to...
  2. Սեղմել DOC Ը C# Ում

    Սեղմեք Doc ը C# ում՝ առանց որակի կորստի: Օպտիմալացրեք Doc բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...DOC ը C# ում սեղմելու կոդը Բարձր արդյունավետությամբ .NET գրադարան՝...գրադարան՝ օպտիմալացնելու DOC բովանդակությունը և չափը՝ պահպանելով...

    products.aspose.com/words/hy/net/compress/doc/
  3. Aspose::Words::Notes::EndnoteOptions class | As...

    Aspose::Words::Notes::EndnoteOptions class. Represents the endnote numbering options for a Document or section. To learn more, visit the Documentation article in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // An endnote is a way to...

    reference.aspose.com/words/cpp/aspose.words.not...
  4. CustomPartCollection.add method | Aspose.Words ...

    CustomPartCollection.add method. Adds an item to the collection.... doc = aw . Document ( MY_DIR + 'Custom...docx' ) self . assertEqual ( 2 , doc . package_custom_parts . count...

    reference.aspose.com/words/python-net/aspose.wo...
  5. CustomPartCollection.Clear | Aspose.Words for .NET

    CustomPartCollection Clear method. Removes all elements from the collection in C#.... Document doc = new Document ( MyDir + "Custom...docx" ); Assert . AreEqual ( 2 , doc . PackageCustomParts . Count...

    reference.aspose.com/words/net/aspose.words.mar...
  6. CustomPartCollection.Add | Aspose.Words for .NET

    CustomPartCollection Add method. Adds an item to the collection in C#.... Document doc = new Document ( MyDir + "Custom...docx" ); Assert . AreEqual ( 2 , doc . PackageCustomParts . Count...

    reference.aspose.com/words/net/aspose.words.mar...
  7. CustomPartCollection.GetEnumerator | Aspose.Wor...

    CustomPartCollection GetEnumerator method. Returns an enumerator object that can be used to iterate over all items in the collection in C#.... Document doc = new Document ( MyDir + "Custom...docx" ); Assert . AreEqual ( 2 , doc . PackageCustomParts . Count...

    reference.aspose.com/words/net/aspose.words.mar...
  8. Aspose::Words::Range Class Reference - Aspose.W...

    Represents a contiguous area in a Document.... auto doc = MakeObject<Document>(); auto...MakeObject<DocumentBuilder>(doc); builder->Write(u "Hello world...

    reference.aspose.com/words/cpp/class/aspose.wor...
  9. ParagraphStyle | Aspose.Note for .NET API Refer...

    Text style settings to be used if there is no matching TextStyle object in Styles collection either this object doesnt specify a needed setting.... Document doc = new Aspose . Note . Document.... Page ( doc ); Outline outline = new Outline ( doc ); // Apply...

    reference.aspose.com/note/net/aspose.note/parag...
  10. Comment constructor | Aspose.Words for Python

    aspose.words.Comment constructor...constructor Contents [ Hide ] Comment(doc) Initializes a new instance of...class. def __init__ ( self , doc : aspose . words . DocumentBase...

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