Sort Score
Result 10 results
Languages All
Labels All
Results 4,971 - 4,980 of 9,747 for

map

(0.17 sec)
  1. Convert VSSX to VSSM via C# | products.aspose.com

    Sample code for VSSX to VSSM C# conversion. Use API example code for batch VSSX files to VSSM conversion within VB.NET, Asp.NET or any .NET based application.... database models, objects mapping and other similar information... database models, objects mapping and other similar information...

    products.aspose.com/diagram/net/conversion/vssx...
  2. Convert VSD to VSTM via C# | products.aspose.com

    Sample code for VSD to VSTM C# conversion. Use API example code for batch VSD files to VSTM conversion within VB.NET, Asp.NET or any .NET based application.... database models, objects mapping and other similar information... database models, objects mapping and other similar information...

    products.aspose.com/diagram/net/conversion/vsd-...
  3. Aspose.3D for .NET 17.9 lease elease Notes|Docu...

    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....gerekir: C# //create a curve mapping on cube node's transform object...uygulayabilirsiniz: C# //create a curve mapping on cube node's transform object...

    docs.aspose.com/3d/tr/net/aspose-3d-for-net-17-...
  4. Aspose.3D for .NET 17,9 Notas de la versión|Doc...

    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....necesario: C# //create a curve mapping on cube node's transform object...sintaxis: C# //create a curve mapping on cube node's transform object...

    docs.aspose.com/3d/es/net/aspose-3d-for-net-17-...
  5. Aspose.Font for Java 21.4 Release Notes

    Java APIs to manipulate and font files. This page contains new Aspose.Font for Java features, enhancement, and bug fixes in 2021, version 21.4....occurred with notDef glyph mapping Bug FONTNET-156 Fix bug related...mergeFonts(java.util.Map,java.util.Map,java.lang.String) Renamed...

    releases.aspose.com/font/java/release-notes/202...
  6. FieldMergingArgsBase.field_name property | Aspo...

    FieldMergingArgsBase.field_name property. Gets the name of the merge field in the data source.... If you have a mapping from a document field name...field name, then this is the mapped field name. If you specified...

    reference.aspose.com/words/python-net/aspose.wo...
  7. classe ListObject | Aspose.Cells for Python via...

    classe ListObject classe ListObject Rappresenta un oggetto elenco in un foglio di lavoro. L’oggetto ListObject è un m...... xml_map Ottiene un ListObject.xml_map usato per questo...

    reference.aspose.com/cells/python-net/it/aspose...
  8. ListObject Klasse | Aspose.Cells for Python via...

    ListObject Klasse ListObject Klasse Stellt ein Listenobjekt auf einem Arbeitsblatt dar. Das Objekt ListObject ist ein...... xml_map Ruft eine ListObject.xml_map ab, die für diese...

    reference.aspose.com/cells/python-net/de/aspose...
  9. SignatureField | Aspose.PDF for Python via .NET...

    Represents signature form field.... mapping_name Gets or sets mapping name of the field...

    reference.aspose.com/pdf/python-net/aspose.pdf....
  10. PdfASymbolicFontEncodingStrategy | Aspose.PDF f...

    This class describes rules which can be used to tune process of copying encoding data for cases when TrueType symbolic font has more than one encoding. Some PDF documents after conversion into PDF/A format could give an error More than one encoding in symbolic TrueType fonts cMap. What is a reason of this error All TrueType symbolic fonts have special table cMap in its internal data. This table Maps character codes to glyph indices. And this table could contain different encoding subtables which describe encodings used. See advanced info about cMap tables at https//developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6cMap.html. Usually cMap table contains several encoding subtables but PDF/A standard requires that either only one encoding subtable must be left for this font in PDF/A document or there must be a 30 encoding subtable among this font subtables. And key question here - what data must be taken from another subtables to copy into destination encoding table 30 Majority of fonts have well-formed cMap tables where every encoding subtable is fully consistent with another subtable. But some fonts have cMap tables with collisions - where for example one subtable has glyph index 100 for unicode 100 but another subtable has glyph index 200 for the same unicode 100. To solve this problems special strategy needed. By default following strategy used mac subtable10 is looked for. If this table is found only this data used to fill destination table 30. If mac subtable is not found then all subtables except 30 are iterated and used to copy data into destination 30 subtable. Also Mapping for every unicodeunicode glyph index is copied into destination table only if destination table does not have this unicode at current moment. So for example if first subtabe has glyph index 100 for unicode 100 and next subtable has glyph index 200 for the same unicode 100 only data from first subtable unicode100 glyph index 100 will be copied. So each previous subtable takes precedence over the next. Properties of this class PdfASymbolicFontEncodingStrategy./pdfasymbolicfontencodingstrategy help tune default behaviour. If property PreferredCMapEncodingTable./pdfasymbolicfontencodingstrategy/preferredcMapencodingtable of type CMapEncodingTableType./pdfasymbolicfontencodingstrategy.queueitem.cMapencodingtabletype is set then relevant subtable will be used in precedence to mac subtable10. Value MacTable from enumeration CMapEncodingTableType./pdfasymbolicfontencodingstrategy.queueitem.cMapencodingtabletype has no sense in this case cause it points on the same mac subtable 10 which will be used by default. Property CMapEncodingTablesPriorityQueue./pdfasymbolicfontencodingstrategy/cMapencodingtablespriorityqueue discards all priorities for any subtable. If this property is set then only subtables from declared queue will be used in specified order. If subtables specified are not found then default iteration of all subtables and copy strategy described above will be used. Object QueueItem./pdfasymbolicfontencodingstrategy.queueitem specifies encoding subtable used. This subtable can be set via combination of membersPlatformID PlatformSpecificId or via CMapEncodingTableType./pdfasymbolicfontencodingstrategy.queueitem.cMapencodingtabletype enumeration. In case when the font has no 30 subtable some other subtable will be used to maintain the PDF/A compatibility. The choice of the subtable to use is made under the same rules as described earlier so that PreferredCMapEncodingTable./pdfasymbolicfontencodingstrategy/preferredcMapencodingtable and CMapEncodingTablesPriorityQueue./pdfasymbolicfontencodingstrategy/cMapencodingtablespriorityqueue properties are used to determine the resultant subtable and if the font doesnt have the requested subtables either then any existant subtable will be used.... This table maps character codes to glyph indices...destination (3,0) subtable. Also mapping for every unicode(unicode,...

    reference.aspose.com/pdf/net/aspose.pdf/pdfasym...