Sort Score
Result 10 results
Languages All
Labels All
Results 1,961 - 1,970 of 8,921 for

header

(1.13 sec)
  1. geometries.png

    nonpremultipled deflate 536 8 8 8 8 PixelInterleaved width=533, height=536, bitDepth=8, colorType=RGBAlpha, compressionMethod=deflate, filterMethod=adaptive, interlaceMethod=none RGB 8 8 8 8 536 ke......FontColor #0568ae FontStyle bold } header { LineThickness 0 } referenceHeader...FontColor #0568ae FontStyle bold } header { LineThickness 0 } referenceHeader...

    docs.aspose.com/3d/ru/net/aspose-3d-document-ob...
  2. primitives.png

    nonpremultipled deflate 743 8 8 8 8 PixelInterleaved width=551, height=743, bitDepth=8, colorType=RGBAlpha, compressionMethod=deflate, filterMethod=adaptive, interlaceMethod=none RGB 8 8 8 8 743 ke......FontColor #0568ae FontStyle bold } header { LineThickness 0 } referenceHeader...FontColor #0568ae FontStyle bold } header { LineThickness 0 } referenceHeader...

    docs.aspose.com/3d/de/net/aspose-3d-document-ob...
  3. curves.png

    nonpremultipled deflate 724 8 8 8 8 PixelInterleaved width=479, height=724, bitDepth=8, colorType=RGBAlpha, compressionMethod=deflate, filterMethod=adaptive, interlaceMethod=none RGB 8 8 8 8 724 ke......FontColor #0568ae FontStyle bold } header { LineThickness 0 } referenceHeader...FontColor #0568ae FontStyle bold } header { LineThickness 0 } referenceHeader...

    docs.aspose.com/3d/es/net/aspose-3d-document-ob...
  4. primitives.png

    nonpremultipled deflate 743 8 8 8 8 PixelInterleaved width=551, height=743, bitDepth=8, colorType=RGBAlpha, compressionMethod=deflate, filterMethod=adaptive, interlaceMethod=none RGB 8 8 8 8 743 ke......FontColor #0568ae FontStyle bold } header { LineThickness 0 } referenceHeader...FontColor #0568ae FontStyle bold } header { LineThickness 0 } referenceHeader...

    docs.aspose.com/3d/es/net/aspose-3d-document-ob...
  5. Replace Text in PDF|Aspose.PDF for Java

    Explore how to replace text within a PDF document in Java using Aspose.PDF for content updates and document customization....); } Replaceable symbols in Header/Footer area Replaceable symbols...can also be placed inside the Header/Footer section of PDF file...

    docs.aspose.com/pdf/java/replace-text-in-a-pdf-...
  6. Working with Attachments and Embedded Objects u...

    Add, remove, extract, and display email attachments and embedded objects using Aspose.Email for C++ classes and methods....attachment’s Content-Description header for additional metadata. Code...

    docs.aspose.com/email/cpp/working-with-attachme...
  7. View DIB images via Python | products.aspose.com

    Try our On-Premise document APIs to View DIB image files on .NET Framework, .NET Core, Windows Application, ASP.NET Web Application....files (BMP) but has a different header. It can be opened with almost...

    products.aspose.com/imaging/python-net/viewer/dib/
  8. Aspose::Words::Settings::Odso class | Aspose.Wo...

    Aspose::Words::Settings::Odso class. Specifies the Office Data Source Object (ODSO) settings for a mail merge data source. To learn more, visit the documentation article in C++....specified external data source as a header row containing the names of...

    reference.aspose.com/words/cpp/aspose.words.set...
  9. Developer Guide|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....inside the TextBox Header & Footer Setting Headers and Footers WordArt...

    docs.aspose.com/cells/java/developer-guide/
  10. Word文件,如何去掉页眉页脚,同时保持内容排版不变 - Free Support Forum...

    import com.aspose.words.*; public class RemoveHeaderFooter { public static void main(String[] args) throws Exception { Document doc = new Document("input.doc"); for (Section section : doc.getSection…...clear(); // 清空所有 header/footer } } doc.save("output...

    forum.aspose.com/t/word/322768