Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 15,681 for

content stream

(1.19 sec)
  1. Aspose::Words::Hyphenation::RegisterDictionary ...

    Aspose::Words::Hyphenation::RegisterDictionary method. Registers and loads a hyphenation dictionary for the specified language from a Stream. Throws if dictionary cannot be read or has invalid format in C++....RegisterDictionary method Contents [ Hide ] Hyphenation::Reg...System::SharedPtr<System::IO::Stream>&) method Registers and loads...

    reference.aspose.com/words/cpp/aspose.words/hyp...
  2. PlainTextDocument | Aspose.Words for .NET

    Effortlessly create plain text documents with our PlainTextDocument constructor. Enjoy automatic file format detection for seamless integration!...PlainTextDocument Contents [ Hide ] PlainTextDocument( string...Examples Shows how to load the contents of a Microsoft Word document...

    reference.aspose.com/words/net/aspose.words/pla...
  3. Aspose::Words::Rendering::NodeRendererBase::Sav...

    Aspose::Words::Rendering::NodeRendererBase::Save method. Renders the shape into an image and saves into a Stream in C++....RendererBase::Save method Contents [ Hide ] NodeRendererBase::Save(const...System::SharedPtr<System::IO::Stream>&, System::SharedPtr<Aspos...

    reference.aspose.com/words/cpp/aspose.words.ren...
  4. Removing Worksheets using Sheet Name in Jython|...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....using Sheet Name in Jython Contents [ Hide ] Aspose.Cells – Removing...RemovingWorksheetsus / ' # Creating a file stream containing the Excel file to...

    docs.aspose.com/cells/java/removing-worksheets-...
  5. 在Jython中使用工作表名称删除工作表|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....在Jython中使用工作表名称删除工作表 Contents [ Hide ] Aspose.Cells - 使用工作表名称删除工作表...RemovingWorksheetsus / ' # Creating a file stream containing the Excel file to...

    docs.aspose.com/cells/zh/java/removing-workshee...
  6. FontFallbackSettings.Save | Aspose.Words for .NET

    Effortlessly save your FontFallbackSettings with our intuitive Save method. Preserve your custom fallback settings for seamless font management....Save Contents [ Hide ] Save( Stream ) Saves the current fallback...fallback settings to stream. public void Save ( Stream outputStream )...

    reference.aspose.com/words/net/aspose.words.fon...
  7. Work with PDF layers using C#|Aspose.PDF for .NET

    The next task explains how to lock a PDF layer, extract PDF layer elements, flatten a layered PDF, and merge all layers inside PDF into one....Work with PDF layers using C# Contents [ Hide ] PDF layers allow...contain different sets of content that can be selectively viewed...

    docs.aspose.com/pdf/net/work-with-pdf-layers/
  8. Aspose::Words::DocumentBuilder::InsertImage met...

    Aspose::Words::DocumentBuilder::InsertImage method. Inserts an image from a byte array into the document. The image is inserted inline and at 100% scale in C++....ilder::InsertImage method Contents [ Hide ] DocumentBuilder::InsertImage(const...::IO::Stream>&) method Inserts an image from a stream into the...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. Aspose::Words::Drawing::ImageData::Save method ...

    Aspose::Words::Drawing::ImageData::Save method. Saves the image into the specified Stream in C++....g::ImageData::Save method Contents [ Hide ] ImageData::Save(const...System::SharedPtr<System::IO::Stream>&) method Saves the image into...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. I use apache.poi create doc, use aspose.words t...

    in local windows dev, the font is not missing; this is my code public static void StreamToDocX1(String docFilePath, OutputStream Stream) throws Exception { document = new Document(docFilePath); docume…... docFilePath, OutputStream stream) throws Exception { document...RuntimeException(e); } } }); document.save(stream, SaveFormat.DOCX); } ssj123ssj...

    forum.aspose.com/t/i-use-apache-poi-create-doc-...