Sort Score
Result 10 results
Languages All
Labels All
Results 1,501 - 1,510 of 182,139 for

doc

(0.16 sec)
  1. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – تبدیل فایل XSLFO به Doc با استفاده از Python https://products.aspose.com/pdf/fa/python-net/conversion/xslfo-to-Doc/ Recent content in تبدیل فای......Products – تبدیل فایل XSLFO به DOC با استفاده از Python https://products...lfo-to-doc/ Recent content in تبدیل فایل XSLFO به DOC با استفاده...

    products.aspose.com/pdf/fa/python-net/conversio...
  2. CustomXmlPartCollection.getById method | Aspose...

    CustomXmlPartCollection.getById method. Finds and returns a custom XML part by its identifier.... let doc = new aw . Document (); // Construct...</text></root>" ; let xmlPart = doc . customXmlParts . add ( xmlPartId...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. SectionStart Enum | Aspose.Words for .NET

    Explore Aspose.Words.SectionStart enum to understand section breaks and enhance Document formatting for better control and presentation.... Document doc = new Document (); // A blank...document node with no children. doc . RemoveAllChildren (); // This...

    reference.aspose.com/words/net/aspose.words/sec...
  4. ImageData.SetImage | Aspose.Words for .NET

    Discover how to use the SetImage method in ImageData to enhance your shapes with customized images. Elevate your design effortlessly!... Document doc = new Document (); // To display...imgShape = new Shape ( doc , ShapeType . Image ); doc . FirstSection...

    reference.aspose.com/words/net/aspose.words.dra...
  5. ViewOptions class | Aspose.Words for Python

    aspose.words.settings.ViewOptions class. Provides various options that control how a Document is shown in Microsoft Word... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello world!' ) doc . view_options...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Run::Run constructor | Aspose.Wo...

    Aspose::Words::Run::Run constructor. Initializes a new instance of the Run class in C++....DocumentBase > & doc ) Parameter Type Description doc const Syste...Words document by hand. auto doc = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words/run...
  7. Aspose::Words::PageSetup::get_SectionStart meth...

    Aspose::Words::PageSetup::get_SectionStart method. Returns or sets the type of section break for the specified object in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Writeln ( u "This...

    reference.aspose.com/words/cpp/aspose.words/pag...
  8. Aspose::Words::Fonts::FontSettings::get_Substit...

    Aspose::Words::Fonts::FontSettings::get_SubstitutionSettings method. Settings related to font substitution mechanism in C++.... auto doc = System :: MakeObject < Aspose...Aspose :: Words :: Document > (); doc -> set_FontSettings ( System...

    reference.aspose.com/words/cpp/aspose.words.fon...
  9. FontSubstitutionRule.enabled property | Aspose....

    FontSubstitutionRule.enabled property. Specifies whether the rule is enabled or not.... doc = aw . Document () doc . font_settings =...self . assertEqual ( 1 , len ( doc . font_settings . get_fonts_sources...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ViewOptions.ViewType | Aspose.Words for .NET

    Discover the ViewOptions ViewType property to easily customize your Microsoft Word view mode for enhanced productivity and a tailored editing experience.... Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); builder . Writeln ( "Hello world!" ); doc . ViewOptions...

    reference.aspose.com/words/net/aspose.words.set...