aspose-html-net 24.6.0__py3-none-win32.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (348) hide show
  1. .__pyi_patched +0 -0
  2. aspose/__init__.py +139 -0
  3. aspose/__pyinstaller/__init__.pyi +1 -0
  4. aspose/__pyinstaller/hook-aspose.py +10 -0
  5. aspose/assemblies/html/Aspose.HTML.dll +0 -0
  6. aspose/assemblies/html/Microsoft.Extensions.Logging.Abstractions.dll +0 -0
  7. aspose/assemblies/html/Microsoft.Win32.SystemEvents.dll +0 -0
  8. aspose/assemblies/html/System.Diagnostics.DiagnosticSource.dll +0 -0
  9. aspose/assemblies/html/System.Drawing.Common.dll +0 -0
  10. aspose/assemblies/html/System.Runtime.CompilerServices.Unsafe.dll +0 -0
  11. aspose/assemblies/html/System.Security.AccessControl.dll +0 -0
  12. aspose/assemblies/html/System.Security.Permissions.dll +0 -0
  13. aspose/assemblies/html/System.Security.Principal.Windows.dll +0 -0
  14. aspose/assemblies/html/System.Windows.Extensions.dll +0 -0
  15. aspose/assemblies/html/WrpInterop.Aspose.Html.dll +0 -0
  16. aspose/assemblies/pycore/WrpInterop.Aspose.PyCore.dll +0 -0
  17. aspose/assemblies/pydrawing/Microsoft.Win32.SystemEvents.dll +0 -0
  18. aspose/assemblies/pydrawing/System.Drawing.Common.dll +0 -0
  19. aspose/assemblies/pydrawing/WrpInterop.Aspose.PyDrawing.dll +0 -0
  20. aspose/assemblies/pygc/Aspose.PyGC.dll +0 -0
  21. aspose/assemblies/pyreflection/WrpInterop.Aspose.PyReflection.dll +0 -0
  22. aspose/html/__init__.pyi +40753 -0
  23. aspose/html/__pyinstaller/__init__.pyi +1 -0
  24. aspose/html/__pyinstaller/hook-aspose.html.py +9 -0
  25. aspose/html/accessibility/__init__.pyi +469 -0
  26. aspose/html/accessibility/results/__init__.pyi +106 -0
  27. aspose/html/accessibility/saving/__init__.pyi +78 -0
  28. aspose/html/collections/__init__.pyi +246 -0
  29. aspose/html/converters/__init__.pyi +2793 -0
  30. aspose/html/diagnostics/__init__.pyi +72 -0
  31. aspose/html/dom/__init__.pyi +6456 -0
  32. aspose/html/dom/attributes/__init__.pyi +144 -0
  33. aspose/html/dom/canvas/__init__.pyi +1103 -0
  34. aspose/html/dom/css/__init__.pyi +3487 -0
  35. aspose/html/dom/events/__init__.pyi +1397 -0
  36. aspose/html/dom/mutations/__init__.pyi +259 -0
  37. aspose/html/dom/svg/__init__.pyi +30800 -0
  38. aspose/html/dom/svg/datatypes/__init__.pyi +1247 -0
  39. aspose/html/dom/svg/events/__init__.pyi +279 -0
  40. aspose/html/dom/svg/filters/__init__.pyi +15600 -0
  41. aspose/html/dom/svg/paths/__init__.pyi +3466 -0
  42. aspose/html/dom/svg/saving/__init__.pyi +83 -0
  43. aspose/html/dom/traversal/__init__.pyi +461 -0
  44. aspose/html/dom/traversal/filters/__init__.pyi +200 -0
  45. aspose/html/dom/views/__init__.pyi +79 -0
  46. aspose/html/dom/xpath/__init__.pyi +317 -0
  47. aspose/html/drawing/__init__.pyi +2720 -0
  48. aspose/html/forms/__init__.pyi +998 -0
  49. aspose/html/io/__init__.pyi +219 -0
  50. aspose/html/loading/__init__.pyi +68 -0
  51. aspose/html/net/__init__.pyi +513 -0
  52. aspose/html/net/headers/__init__.pyi +147 -0
  53. aspose/html/net/messagefilters/__init__.pyi +67 -0
  54. aspose/html/net/messagehandlers/__init__.pyi +103 -0
  55. aspose/html/rendering/__init__.pyi +797 -0
  56. aspose/html/rendering/doc/__init__.pyi +282 -0
  57. aspose/html/rendering/fonts/__init__.pyi +90 -0
  58. aspose/html/rendering/image/__init__.pyi +360 -0
  59. aspose/html/rendering/pdf/__init__.pyi +375 -0
  60. aspose/html/rendering/pdf/encryption/__init__.pyi +171 -0
  61. aspose/html/rendering/xps/__init__.pyi +237 -0
  62. aspose/html/saving/__init__.pyi +751 -0
  63. aspose/html/saving/resourcehandlers/__init__.pyi +95 -0
  64. aspose/html/services/__init__.pyi +167 -0
  65. aspose/html/toolkit/__init__.pyi +55 -0
  66. aspose/html/toolkit/markdown/__init__.pyi +55 -0
  67. aspose/html/toolkit/markdown/syntax/__init__.pyi +6184 -0
  68. aspose/html/toolkit/markdown/syntax/extensions/__init__.pyi +549 -0
  69. aspose/html/toolkit/markdown/syntax/parser/__init__.pyi +631 -0
  70. aspose/html/toolkit/markdown/syntax/parser/extensions/__init__.pyi +55 -0
  71. aspose/html/toolkit/markdown/syntax/parser/extensions/gfm/__init__.pyi +66 -0
  72. aspose/html/toolkit/markdown/syntax/text/__init__.pyi +358 -0
  73. aspose/html/toolkit/optimizers/__init__.pyi +233 -0
  74. aspose/html/window/__init__.pyi +490 -0
  75. aspose/html.cp310-win32.pyd +0 -0
  76. aspose/html.cp311-win32.pyd +0 -0
  77. aspose/html.cp35-win32.pyd +0 -0
  78. aspose/html.cp36-win32.pyd +0 -0
  79. aspose/html.cp37-win32.pyd +0 -0
  80. aspose/html.cp38-win32.pyd +0 -0
  81. aspose/html.cp39-win32.pyd +0 -0
  82. aspose/netcore/netcore3.1/API-MS-Win-core-xstate-l2-1-0.dll +0 -0
  83. aspose/netcore/netcore3.1/Microsoft.CSharp.dll +0 -0
  84. aspose/netcore/netcore3.1/Microsoft.DiaSymReader.Native.x86.dll +0 -0
  85. aspose/netcore/netcore3.1/Microsoft.VisualBasic.Core.dll +0 -0
  86. aspose/netcore/netcore3.1/Microsoft.VisualBasic.dll +0 -0
  87. aspose/netcore/netcore3.1/Microsoft.Win32.Primitives.dll +0 -0
  88. aspose/netcore/netcore3.1/Microsoft.Win32.Registry.dll +0 -0
  89. aspose/netcore/netcore3.1/SOS_README.md +5 -0
  90. aspose/netcore/netcore3.1/System.AppContext.dll +0 -0
  91. aspose/netcore/netcore3.1/System.Buffers.dll +0 -0
  92. aspose/netcore/netcore3.1/System.Collections.Concurrent.dll +0 -0
  93. aspose/netcore/netcore3.1/System.Collections.Immutable.dll +0 -0
  94. aspose/netcore/netcore3.1/System.Collections.NonGeneric.dll +0 -0
  95. aspose/netcore/netcore3.1/System.Collections.Specialized.dll +0 -0
  96. aspose/netcore/netcore3.1/System.Collections.dll +0 -0
  97. aspose/netcore/netcore3.1/System.ComponentModel.Annotations.dll +0 -0
  98. aspose/netcore/netcore3.1/System.ComponentModel.DataAnnotations.dll +0 -0
  99. aspose/netcore/netcore3.1/System.ComponentModel.EventBasedAsync.dll +0 -0
  100. aspose/netcore/netcore3.1/System.ComponentModel.Primitives.dll +0 -0
  101. aspose/netcore/netcore3.1/System.ComponentModel.TypeConverter.dll +0 -0
  102. aspose/netcore/netcore3.1/System.ComponentModel.dll +0 -0
  103. aspose/netcore/netcore3.1/System.Configuration.dll +0 -0
  104. aspose/netcore/netcore3.1/System.Console.dll +0 -0
  105. aspose/netcore/netcore3.1/System.Core.dll +0 -0
  106. aspose/netcore/netcore3.1/System.Data.Common.dll +0 -0
  107. aspose/netcore/netcore3.1/System.Data.DataSetExtensions.dll +0 -0
  108. aspose/netcore/netcore3.1/System.Data.dll +0 -0
  109. aspose/netcore/netcore3.1/System.Diagnostics.Contracts.dll +0 -0
  110. aspose/netcore/netcore3.1/System.Diagnostics.Debug.dll +0 -0
  111. aspose/netcore/netcore3.1/System.Diagnostics.DiagnosticSource.dll +0 -0
  112. aspose/netcore/netcore3.1/System.Diagnostics.FileVersionInfo.dll +0 -0
  113. aspose/netcore/netcore3.1/System.Diagnostics.Process.dll +0 -0
  114. aspose/netcore/netcore3.1/System.Diagnostics.StackTrace.dll +0 -0
  115. aspose/netcore/netcore3.1/System.Diagnostics.TextWriterTraceListener.dll +0 -0
  116. aspose/netcore/netcore3.1/System.Diagnostics.Tools.dll +0 -0
  117. aspose/netcore/netcore3.1/System.Diagnostics.TraceSource.dll +0 -0
  118. aspose/netcore/netcore3.1/System.Diagnostics.Tracing.dll +0 -0
  119. aspose/netcore/netcore3.1/System.Drawing.Primitives.dll +0 -0
  120. aspose/netcore/netcore3.1/System.Drawing.dll +0 -0
  121. aspose/netcore/netcore3.1/System.Dynamic.Runtime.dll +0 -0
  122. aspose/netcore/netcore3.1/System.Globalization.Calendars.dll +0 -0
  123. aspose/netcore/netcore3.1/System.Globalization.Extensions.dll +0 -0
  124. aspose/netcore/netcore3.1/System.Globalization.dll +0 -0
  125. aspose/netcore/netcore3.1/System.IO.Compression.Brotli.dll +0 -0
  126. aspose/netcore/netcore3.1/System.IO.Compression.FileSystem.dll +0 -0
  127. aspose/netcore/netcore3.1/System.IO.Compression.ZipFile.dll +0 -0
  128. aspose/netcore/netcore3.1/System.IO.Compression.dll +0 -0
  129. aspose/netcore/netcore3.1/System.IO.FileSystem.AccessControl.dll +0 -0
  130. aspose/netcore/netcore3.1/System.IO.FileSystem.DriveInfo.dll +0 -0
  131. aspose/netcore/netcore3.1/System.IO.FileSystem.Primitives.dll +0 -0
  132. aspose/netcore/netcore3.1/System.IO.FileSystem.Watcher.dll +0 -0
  133. aspose/netcore/netcore3.1/System.IO.FileSystem.dll +0 -0
  134. aspose/netcore/netcore3.1/System.IO.IsolatedStorage.dll +0 -0
  135. aspose/netcore/netcore3.1/System.IO.MemoryMappedFiles.dll +0 -0
  136. aspose/netcore/netcore3.1/System.IO.Pipes.AccessControl.dll +0 -0
  137. aspose/netcore/netcore3.1/System.IO.Pipes.dll +0 -0
  138. aspose/netcore/netcore3.1/System.IO.UnmanagedMemoryStream.dll +0 -0
  139. aspose/netcore/netcore3.1/System.IO.dll +0 -0
  140. aspose/netcore/netcore3.1/System.Linq.Expressions.dll +0 -0
  141. aspose/netcore/netcore3.1/System.Linq.Parallel.dll +0 -0
  142. aspose/netcore/netcore3.1/System.Linq.Queryable.dll +0 -0
  143. aspose/netcore/netcore3.1/System.Linq.dll +0 -0
  144. aspose/netcore/netcore3.1/System.Memory.dll +0 -0
  145. aspose/netcore/netcore3.1/System.Net.Http.dll +0 -0
  146. aspose/netcore/netcore3.1/System.Net.HttpListener.dll +0 -0
  147. aspose/netcore/netcore3.1/System.Net.Mail.dll +0 -0
  148. aspose/netcore/netcore3.1/System.Net.NameResolution.dll +0 -0
  149. aspose/netcore/netcore3.1/System.Net.NetworkInformation.dll +0 -0
  150. aspose/netcore/netcore3.1/System.Net.Ping.dll +0 -0
  151. aspose/netcore/netcore3.1/System.Net.Primitives.dll +0 -0
  152. aspose/netcore/netcore3.1/System.Net.Requests.dll +0 -0
  153. aspose/netcore/netcore3.1/System.Net.Security.dll +0 -0
  154. aspose/netcore/netcore3.1/System.Net.ServicePoint.dll +0 -0
  155. aspose/netcore/netcore3.1/System.Net.Sockets.dll +0 -0
  156. aspose/netcore/netcore3.1/System.Net.WebClient.dll +0 -0
  157. aspose/netcore/netcore3.1/System.Net.WebHeaderCollection.dll +0 -0
  158. aspose/netcore/netcore3.1/System.Net.WebProxy.dll +0 -0
  159. aspose/netcore/netcore3.1/System.Net.WebSockets.Client.dll +0 -0
  160. aspose/netcore/netcore3.1/System.Net.WebSockets.dll +0 -0
  161. aspose/netcore/netcore3.1/System.Net.dll +0 -0
  162. aspose/netcore/netcore3.1/System.Numerics.Vectors.dll +0 -0
  163. aspose/netcore/netcore3.1/System.Numerics.dll +0 -0
  164. aspose/netcore/netcore3.1/System.ObjectModel.dll +0 -0
  165. aspose/netcore/netcore3.1/System.Private.CoreLib.dll +0 -0
  166. aspose/netcore/netcore3.1/System.Private.DataContractSerialization.dll +0 -0
  167. aspose/netcore/netcore3.1/System.Private.Uri.dll +0 -0
  168. aspose/netcore/netcore3.1/System.Private.Xml.Linq.dll +0 -0
  169. aspose/netcore/netcore3.1/System.Private.Xml.dll +0 -0
  170. aspose/netcore/netcore3.1/System.Reflection.DispatchProxy.dll +0 -0
  171. aspose/netcore/netcore3.1/System.Reflection.Emit.ILGeneration.dll +0 -0
  172. aspose/netcore/netcore3.1/System.Reflection.Emit.Lightweight.dll +0 -0
  173. aspose/netcore/netcore3.1/System.Reflection.Emit.dll +0 -0
  174. aspose/netcore/netcore3.1/System.Reflection.Extensions.dll +0 -0
  175. aspose/netcore/netcore3.1/System.Reflection.Metadata.dll +0 -0
  176. aspose/netcore/netcore3.1/System.Reflection.Primitives.dll +0 -0
  177. aspose/netcore/netcore3.1/System.Reflection.TypeExtensions.dll +0 -0
  178. aspose/netcore/netcore3.1/System.Reflection.dll +0 -0
  179. aspose/netcore/netcore3.1/System.Resources.Reader.dll +0 -0
  180. aspose/netcore/netcore3.1/System.Resources.ResourceManager.dll +0 -0
  181. aspose/netcore/netcore3.1/System.Resources.Writer.dll +0 -0
  182. aspose/netcore/netcore3.1/System.Runtime.CompilerServices.Unsafe.dll +0 -0
  183. aspose/netcore/netcore3.1/System.Runtime.CompilerServices.VisualC.dll +0 -0
  184. aspose/netcore/netcore3.1/System.Runtime.Extensions.dll +0 -0
  185. aspose/netcore/netcore3.1/System.Runtime.Handles.dll +0 -0
  186. aspose/netcore/netcore3.1/System.Runtime.InteropServices.RuntimeInformation.dll +0 -0
  187. aspose/netcore/netcore3.1/System.Runtime.InteropServices.WindowsRuntime.dll +0 -0
  188. aspose/netcore/netcore3.1/System.Runtime.InteropServices.dll +0 -0
  189. aspose/netcore/netcore3.1/System.Runtime.Intrinsics.dll +0 -0
  190. aspose/netcore/netcore3.1/System.Runtime.Loader.dll +0 -0
  191. aspose/netcore/netcore3.1/System.Runtime.Numerics.dll +0 -0
  192. aspose/netcore/netcore3.1/System.Runtime.Serialization.Formatters.dll +0 -0
  193. aspose/netcore/netcore3.1/System.Runtime.Serialization.Json.dll +0 -0
  194. aspose/netcore/netcore3.1/System.Runtime.Serialization.Primitives.dll +0 -0
  195. aspose/netcore/netcore3.1/System.Runtime.Serialization.Xml.dll +0 -0
  196. aspose/netcore/netcore3.1/System.Runtime.Serialization.dll +0 -0
  197. aspose/netcore/netcore3.1/System.Runtime.WindowsRuntime.UI.Xaml.dll +0 -0
  198. aspose/netcore/netcore3.1/System.Runtime.WindowsRuntime.dll +0 -0
  199. aspose/netcore/netcore3.1/System.Runtime.dll +0 -0
  200. aspose/netcore/netcore3.1/System.Security.AccessControl.dll +0 -0
  201. aspose/netcore/netcore3.1/System.Security.Claims.dll +0 -0
  202. aspose/netcore/netcore3.1/System.Security.Cryptography.Algorithms.dll +0 -0
  203. aspose/netcore/netcore3.1/System.Security.Cryptography.Cng.dll +0 -0
  204. aspose/netcore/netcore3.1/System.Security.Cryptography.Csp.dll +0 -0
  205. aspose/netcore/netcore3.1/System.Security.Cryptography.Encoding.dll +0 -0
  206. aspose/netcore/netcore3.1/System.Security.Cryptography.OpenSsl.dll +0 -0
  207. aspose/netcore/netcore3.1/System.Security.Cryptography.Primitives.dll +0 -0
  208. aspose/netcore/netcore3.1/System.Security.Cryptography.X509Certificates.dll +0 -0
  209. aspose/netcore/netcore3.1/System.Security.Principal.Windows.dll +0 -0
  210. aspose/netcore/netcore3.1/System.Security.Principal.dll +0 -0
  211. aspose/netcore/netcore3.1/System.Security.SecureString.dll +0 -0
  212. aspose/netcore/netcore3.1/System.Security.dll +0 -0
  213. aspose/netcore/netcore3.1/System.ServiceModel.Web.dll +0 -0
  214. aspose/netcore/netcore3.1/System.ServiceProcess.dll +0 -0
  215. aspose/netcore/netcore3.1/System.Text.Encoding.CodePages.dll +0 -0
  216. aspose/netcore/netcore3.1/System.Text.Encoding.Extensions.dll +0 -0
  217. aspose/netcore/netcore3.1/System.Text.Encoding.dll +0 -0
  218. aspose/netcore/netcore3.1/System.Text.Encodings.Web.dll +0 -0
  219. aspose/netcore/netcore3.1/System.Text.Json.dll +0 -0
  220. aspose/netcore/netcore3.1/System.Text.RegularExpressions.dll +0 -0
  221. aspose/netcore/netcore3.1/System.Threading.Channels.dll +0 -0
  222. aspose/netcore/netcore3.1/System.Threading.Overlapped.dll +0 -0
  223. aspose/netcore/netcore3.1/System.Threading.Tasks.Dataflow.dll +0 -0
  224. aspose/netcore/netcore3.1/System.Threading.Tasks.Extensions.dll +0 -0
  225. aspose/netcore/netcore3.1/System.Threading.Tasks.Parallel.dll +0 -0
  226. aspose/netcore/netcore3.1/System.Threading.Tasks.dll +0 -0
  227. aspose/netcore/netcore3.1/System.Threading.Thread.dll +0 -0
  228. aspose/netcore/netcore3.1/System.Threading.ThreadPool.dll +0 -0
  229. aspose/netcore/netcore3.1/System.Threading.Timer.dll +0 -0
  230. aspose/netcore/netcore3.1/System.Threading.dll +0 -0
  231. aspose/netcore/netcore3.1/System.Transactions.Local.dll +0 -0
  232. aspose/netcore/netcore3.1/System.Transactions.dll +0 -0
  233. aspose/netcore/netcore3.1/System.ValueTuple.dll +0 -0
  234. aspose/netcore/netcore3.1/System.Web.HttpUtility.dll +0 -0
  235. aspose/netcore/netcore3.1/System.Web.dll +0 -0
  236. aspose/netcore/netcore3.1/System.Windows.dll +0 -0
  237. aspose/netcore/netcore3.1/System.Xml.Linq.dll +0 -0
  238. aspose/netcore/netcore3.1/System.Xml.ReaderWriter.dll +0 -0
  239. aspose/netcore/netcore3.1/System.Xml.Serialization.dll +0 -0
  240. aspose/netcore/netcore3.1/System.Xml.XDocument.dll +0 -0
  241. aspose/netcore/netcore3.1/System.Xml.XPath.XDocument.dll +0 -0
  242. aspose/netcore/netcore3.1/System.Xml.XPath.dll +0 -0
  243. aspose/netcore/netcore3.1/System.Xml.XmlDocument.dll +0 -0
  244. aspose/netcore/netcore3.1/System.Xml.XmlSerializer.dll +0 -0
  245. aspose/netcore/netcore3.1/System.Xml.dll +0 -0
  246. aspose/netcore/netcore3.1/System.dll +0 -0
  247. aspose/netcore/netcore3.1/WindowsBase.dll +0 -0
  248. aspose/netcore/netcore3.1/api-ms-win-core-console-l1-1-0.dll +0 -0
  249. aspose/netcore/netcore3.1/api-ms-win-core-datetime-l1-1-0.dll +0 -0
  250. aspose/netcore/netcore3.1/api-ms-win-core-debug-l1-1-0.dll +0 -0
  251. aspose/netcore/netcore3.1/api-ms-win-core-errorhandling-l1-1-0.dll +0 -0
  252. aspose/netcore/netcore3.1/api-ms-win-core-file-l1-1-0.dll +0 -0
  253. aspose/netcore/netcore3.1/api-ms-win-core-file-l1-2-0.dll +0 -0
  254. aspose/netcore/netcore3.1/api-ms-win-core-file-l2-1-0.dll +0 -0
  255. aspose/netcore/netcore3.1/api-ms-win-core-handle-l1-1-0.dll +0 -0
  256. aspose/netcore/netcore3.1/api-ms-win-core-heap-l1-1-0.dll +0 -0
  257. aspose/netcore/netcore3.1/api-ms-win-core-interlocked-l1-1-0.dll +0 -0
  258. aspose/netcore/netcore3.1/api-ms-win-core-libraryloader-l1-1-0.dll +0 -0
  259. aspose/netcore/netcore3.1/api-ms-win-core-localization-l1-2-0.dll +0 -0
  260. aspose/netcore/netcore3.1/api-ms-win-core-memory-l1-1-0.dll +0 -0
  261. aspose/netcore/netcore3.1/api-ms-win-core-namedpipe-l1-1-0.dll +0 -0
  262. aspose/netcore/netcore3.1/api-ms-win-core-processenvironment-l1-1-0.dll +0 -0
  263. aspose/netcore/netcore3.1/api-ms-win-core-processthreads-l1-1-0.dll +0 -0
  264. aspose/netcore/netcore3.1/api-ms-win-core-processthreads-l1-1-1.dll +0 -0
  265. aspose/netcore/netcore3.1/api-ms-win-core-profile-l1-1-0.dll +0 -0
  266. aspose/netcore/netcore3.1/api-ms-win-core-rtlsupport-l1-1-0.dll +0 -0
  267. aspose/netcore/netcore3.1/api-ms-win-core-string-l1-1-0.dll +0 -0
  268. aspose/netcore/netcore3.1/api-ms-win-core-synch-l1-1-0.dll +0 -0
  269. aspose/netcore/netcore3.1/api-ms-win-core-synch-l1-2-0.dll +0 -0
  270. aspose/netcore/netcore3.1/api-ms-win-core-sysinfo-l1-1-0.dll +0 -0
  271. aspose/netcore/netcore3.1/api-ms-win-core-timezone-l1-1-0.dll +0 -0
  272. aspose/netcore/netcore3.1/api-ms-win-core-util-l1-1-0.dll +0 -0
  273. aspose/netcore/netcore3.1/api-ms-win-crt-conio-l1-1-0.dll +0 -0
  274. aspose/netcore/netcore3.1/api-ms-win-crt-convert-l1-1-0.dll +0 -0
  275. aspose/netcore/netcore3.1/api-ms-win-crt-environment-l1-1-0.dll +0 -0
  276. aspose/netcore/netcore3.1/api-ms-win-crt-filesystem-l1-1-0.dll +0 -0
  277. aspose/netcore/netcore3.1/api-ms-win-crt-heap-l1-1-0.dll +0 -0
  278. aspose/netcore/netcore3.1/api-ms-win-crt-locale-l1-1-0.dll +0 -0
  279. aspose/netcore/netcore3.1/api-ms-win-crt-math-l1-1-0.dll +0 -0
  280. aspose/netcore/netcore3.1/api-ms-win-crt-multibyte-l1-1-0.dll +0 -0
  281. aspose/netcore/netcore3.1/api-ms-win-crt-private-l1-1-0.dll +0 -0
  282. aspose/netcore/netcore3.1/api-ms-win-crt-process-l1-1-0.dll +0 -0
  283. aspose/netcore/netcore3.1/api-ms-win-crt-runtime-l1-1-0.dll +0 -0
  284. aspose/netcore/netcore3.1/api-ms-win-crt-stdio-l1-1-0.dll +0 -0
  285. aspose/netcore/netcore3.1/api-ms-win-crt-string-l1-1-0.dll +0 -0
  286. aspose/netcore/netcore3.1/api-ms-win-crt-time-l1-1-0.dll +0 -0
  287. aspose/netcore/netcore3.1/api-ms-win-crt-utility-l1-1-0.dll +0 -0
  288. aspose/netcore/netcore3.1/aspose.embed.coreclrwrap.dll +0 -0
  289. aspose/netcore/netcore3.1/clrcompression.dll +0 -0
  290. aspose/netcore/netcore3.1/clretwrc.dll +0 -0
  291. aspose/netcore/netcore3.1/clrjit.dll +0 -0
  292. aspose/netcore/netcore3.1/coreclr.dll +0 -0
  293. aspose/netcore/netcore3.1/dbgshim.dll +0 -0
  294. aspose/netcore/netcore3.1/hostfxr.dll +0 -0
  295. aspose/netcore/netcore3.1/hostpolicy.dll +0 -0
  296. aspose/netcore/netcore3.1/mscordaccore.dll +0 -0
  297. aspose/netcore/netcore3.1/mscordaccore_x86_x86_4.700.22.55902.dll +0 -0
  298. aspose/netcore/netcore3.1/mscordbi.dll +0 -0
  299. aspose/netcore/netcore3.1/mscorlib.dll +0 -0
  300. aspose/netcore/netcore3.1/mscorrc.debug.dll +0 -0
  301. aspose/netcore/netcore3.1/mscorrc.dll +0 -0
  302. aspose/netcore/netcore3.1/netstandard.dll +0 -0
  303. aspose/netcore/netcore3.1/ucrtbase.dll +0 -0
  304. aspose/pycore/__init__.pyi +56 -0
  305. aspose/pycore/__pyinstaller/__init__.pyi +1 -0
  306. aspose/pycore/__pyinstaller/hook-aspose.pycore.py +11 -0
  307. aspose/pycore.cp310-win32.pyd +0 -0
  308. aspose/pycore.cp311-win32.pyd +0 -0
  309. aspose/pycore.cp35-win32.pyd +0 -0
  310. aspose/pycore.cp36-win32.pyd +0 -0
  311. aspose/pycore.cp37-win32.pyd +0 -0
  312. aspose/pycore.cp38-win32.pyd +0 -0
  313. aspose/pycore.cp39-win32.pyd +0 -0
  314. aspose/pydrawing/__init__.pyi +8 -0
  315. aspose/pydrawing/__pyinstaller/__init__.pyi +1 -0
  316. aspose/pydrawing/__pyinstaller/hook-aspose.pydrawing.py +9 -0
  317. aspose/pydrawing.cp310-win32.pyd +0 -0
  318. aspose/pydrawing.cp311-win32.pyd +0 -0
  319. aspose/pydrawing.cp35-win32.pyd +0 -0
  320. aspose/pydrawing.cp36-win32.pyd +0 -0
  321. aspose/pydrawing.cp37-win32.pyd +0 -0
  322. aspose/pydrawing.cp38-win32.pyd +0 -0
  323. aspose/pydrawing.cp39-win32.pyd +0 -0
  324. aspose/pygc/__init__.pyi +8 -0
  325. aspose/pygc/__pyinstaller/__init__.pyi +1 -0
  326. aspose/pygc/__pyinstaller/hook-aspose.pygc.py +9 -0
  327. aspose/pygc.cp310-win32.pyd +0 -0
  328. aspose/pygc.cp311-win32.pyd +0 -0
  329. aspose/pygc.cp35-win32.pyd +0 -0
  330. aspose/pygc.cp36-win32.pyd +0 -0
  331. aspose/pygc.cp37-win32.pyd +0 -0
  332. aspose/pygc.cp38-win32.pyd +0 -0
  333. aspose/pygc.cp39-win32.pyd +0 -0
  334. aspose/pyreflection/__init__.pyi +8 -0
  335. aspose/pyreflection/__pyinstaller/__init__.pyi +1 -0
  336. aspose/pyreflection/__pyinstaller/hook-aspose.pyreflection.py +9 -0
  337. aspose/pyreflection.cp310-win32.pyd +0 -0
  338. aspose/pyreflection.cp311-win32.pyd +0 -0
  339. aspose/pyreflection.cp35-win32.pyd +0 -0
  340. aspose/pyreflection.cp36-win32.pyd +0 -0
  341. aspose/pyreflection.cp37-win32.pyd +0 -0
  342. aspose/pyreflection.cp38-win32.pyd +0 -0
  343. aspose/pyreflection.cp39-win32.pyd +0 -0
  344. aspose_html_net-24.6.0.dist-info/METADATA +112 -0
  345. aspose_html_net-24.6.0.dist-info/RECORD +348 -0
  346. aspose_html_net-24.6.0.dist-info/WHEEL +5 -0
  347. aspose_html_net-24.6.0.dist-info/entry_points.txt +3 -0
  348. aspose_html_net-24.6.0.dist-info/top_level.txt +1 -0
@@ -0,0 +1,3487 @@
1
+ from typing import List, Optional, Dict, Iterable
2
+ import aspose.pycore
3
+ import aspose.pydrawing
4
+ import aspose.html
5
+ import aspose.html.accessibility
6
+ import aspose.html.accessibility.results
7
+ import aspose.html.accessibility.saving
8
+ import aspose.html.collections
9
+ import aspose.html.converters
10
+ import aspose.html.diagnostics
11
+ import aspose.html.dom
12
+ import aspose.html.dom.attributes
13
+ import aspose.html.dom.canvas
14
+ import aspose.html.dom.css
15
+ import aspose.html.dom.events
16
+ import aspose.html.dom.mutations
17
+ import aspose.html.dom.svg
18
+ import aspose.html.dom.svg.datatypes
19
+ import aspose.html.dom.svg.events
20
+ import aspose.html.dom.svg.filters
21
+ import aspose.html.dom.svg.paths
22
+ import aspose.html.dom.svg.saving
23
+ import aspose.html.dom.traversal
24
+ import aspose.html.dom.traversal.filters
25
+ import aspose.html.dom.views
26
+ import aspose.html.dom.xpath
27
+ import aspose.html.drawing
28
+ import aspose.html.forms
29
+ import aspose.html.io
30
+ import aspose.html.loading
31
+ import aspose.html.net
32
+ import aspose.html.net.headers
33
+ import aspose.html.net.messagefilters
34
+ import aspose.html.net.messagehandlers
35
+ import aspose.html.rendering
36
+ import aspose.html.rendering.doc
37
+ import aspose.html.rendering.fonts
38
+ import aspose.html.rendering.image
39
+ import aspose.html.rendering.pdf
40
+ import aspose.html.rendering.pdf.encryption
41
+ import aspose.html.rendering.xps
42
+ import aspose.html.saving
43
+ import aspose.html.saving.resourcehandlers
44
+ import aspose.html.services
45
+ import aspose.html.toolkit
46
+ import aspose.html.toolkit.markdown
47
+ import aspose.html.toolkit.markdown.syntax
48
+ import aspose.html.toolkit.markdown.syntax.extensions
49
+ import aspose.html.toolkit.markdown.syntax.parser
50
+ import aspose.html.toolkit.markdown.syntax.parser.extensions
51
+ import aspose.html.toolkit.markdown.syntax.parser.extensions.gfm
52
+ import aspose.html.toolkit.markdown.syntax.text
53
+ import aspose.html.toolkit.optimizers
54
+ import aspose.html.window
55
+
56
+ class CSSPrimitiveValue(CSSValue):
57
+ '''The CSSPrimitiveValue interface represents a single CSS value. This interface may be used to determine the value of a specific style property currently set in a block or to set a specific style property explicitly within the block. An instance of this interface might be obtained from the getPropertyCSSValue method of the CSSStyleDeclaration interface. A CSSPrimitiveValue object only occurs in a context of a CSS property.'''
58
+
59
+ def get_platform_type(self) -> Type:
60
+ '''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
61
+
62
+ :returns: The ECMAScript object :py:class:`System.Type`.'''
63
+ ...
64
+
65
+ def set_float_value(self, unit_type : int, float_value : float):
66
+ '''A method to set the float value with a specified unit. If the property attached with this value can not accept the specified unit or the float value, the value will be unchanged and a DOMException will be raised.
67
+
68
+ :param unit_type: Type of the unit.
69
+ :param float_value: The float value.'''
70
+ ...
71
+
72
+ def get_float_value(self, unit_type : int) -> float:
73
+ '''This method is used to get a float value in a specified unit. If this CSS value doesn't contain a float value or can't be converted into the specified unit, a DOMException is raised.
74
+
75
+ :param unit_type: Type of the unit.
76
+ :returns: Returns value'''
77
+ ...
78
+
79
+ def set_int_value(self, unit_type : int, int_value : int):
80
+ '''A method to set the int value with a specified unit. If the property attached with this value can not accept the specified unit or the int value, the value will be unchanged and a DOMException will be raised.
81
+
82
+ :param unit_type: Type of the unit.
83
+ :param int_value: The int value.'''
84
+ ...
85
+
86
+ def get_int_value(self, unit_type : int) -> int:
87
+ '''This method is used to get an int value in a specified unit. If this CSS value doesn't contain an int value or can't be converted into the specified unit, a DOMException is raised.
88
+
89
+ :param unit_type: Type of the unit.
90
+ :returns: Returns value'''
91
+ ...
92
+
93
+ def set_string_value(self, string_type : int, string_value : str):
94
+ '''A method to set the string value with the specified unit. If the property attached to this value can't accept the specified unit or the string value, the value will be unchanged and a DOMException will be raised.
95
+
96
+ :param string_type: Type of the string.
97
+ :param string_value: The string value.'''
98
+ ...
99
+
100
+ def get_string_value(self) -> str:
101
+ '''This method is used to get the string value. If the CSS value doesn't contain a string value, a DOMException is raised.
102
+
103
+ :returns: Returns value'''
104
+ ...
105
+
106
+ def get_counter_value(self) -> aspose.html.dom.css.Counter:
107
+ '''This method is used to get the Counter value. If this CSS value doesn't contain a counter value, a DOMException is raised. Modification to the corresponding style property can be achieved using the Counter interface.
108
+
109
+ :returns: Returns Counter value'''
110
+ ...
111
+
112
+ def get_rect_value(self) -> aspose.html.dom.css.Rect:
113
+ '''This method is used to get the Rect value. If this CSS value doesn't contain a rect value, a DOMException is raised. Modification to the corresponding style property can be achieved using the Rect interface.
114
+
115
+ :returns: Returns Rect value'''
116
+ ...
117
+
118
+ def get_rgb_color_value(self) -> aspose.html.dom.css.RGBColor:
119
+ '''This method is used to get the RGB color. If this CSS value doesn't contain a RGB color value, a DOMException is raised. Modification to the corresponding style property can be achieved using the RGBColor interface.
120
+
121
+ :returns: Returns RGB color value'''
122
+ ...
123
+
124
+ @property
125
+ def css_text(self) -> str:
126
+ ...
127
+
128
+ @css_text.setter
129
+ def css_text(self, value : str):
130
+ ...
131
+
132
+ @property
133
+ def css_value_type(self) -> int:
134
+ ...
135
+
136
+ @classmethod
137
+ @property
138
+ def CSS_INHERIT(cls) -> int:
139
+ '''The value is inherited and the cssText contains "inherit".'''
140
+ ...
141
+
142
+ @classmethod
143
+ @property
144
+ def CSS_PRIMITIVE_VALUE(cls) -> int:
145
+ '''The value is a primitive value and an instance of the CSSPrimitiveValue interface can be obtained by using binding-specific casting methods on this instance of the CSSValue interface.'''
146
+ ...
147
+
148
+ @classmethod
149
+ @property
150
+ def CSS_VALUE_LIST(cls) -> int:
151
+ '''The value is a CSSValue list and an instance of the CSSValueList interface can be obtained by using binding-specific casting methods on this instance of the CSSValue interface.'''
152
+ ...
153
+
154
+ @classmethod
155
+ @property
156
+ def CSS_CUSTOM(cls) -> int:
157
+ '''The value is a custom value.'''
158
+ ...
159
+
160
+ @property
161
+ def primitive_type(self) -> int:
162
+ ...
163
+
164
+ @classmethod
165
+ @property
166
+ def CSS_UNKNOWN(cls) -> int:
167
+ '''The value is not a recognized CSS2 value. The value can only be obtained by using the cssText attribute.'''
168
+ ...
169
+
170
+ @classmethod
171
+ @property
172
+ def CSS_NUMBER(cls) -> int:
173
+ '''The value is a simple number. The value can be obtained by using the getFloatValue method.'''
174
+ ...
175
+
176
+ @classmethod
177
+ @property
178
+ def CSS_PERCENTAGE(cls) -> int:
179
+ '''The value is a percentage. The value can be obtained by using the getFloatValue method.'''
180
+ ...
181
+
182
+ @classmethod
183
+ @property
184
+ def CSS_EMS(cls) -> int:
185
+ '''The value is a length (ems). The value can be obtained by using the getFloatValue method.'''
186
+ ...
187
+
188
+ @classmethod
189
+ @property
190
+ def CSS_EXS(cls) -> int:
191
+ '''The value is a length (exs). The value can be obtained by using the getFloatValue method.'''
192
+ ...
193
+
194
+ @classmethod
195
+ @property
196
+ def CSS_PX(cls) -> int:
197
+ '''The value is a length (px). The value can be obtained by using the getFloatValue method.'''
198
+ ...
199
+
200
+ @classmethod
201
+ @property
202
+ def CSS_CM(cls) -> int:
203
+ '''The value is a length (cm). The value can be obtained by using the getFloatValue method.'''
204
+ ...
205
+
206
+ @classmethod
207
+ @property
208
+ def CSS_MM(cls) -> int:
209
+ '''The value is a length (mm). The value can be obtained by using the getFloatValue method.'''
210
+ ...
211
+
212
+ @classmethod
213
+ @property
214
+ def CSS_IN(cls) -> int:
215
+ '''The value is a length (in). The value can be obtained by using the getFloatValue method.'''
216
+ ...
217
+
218
+ @classmethod
219
+ @property
220
+ def CSS_PT(cls) -> int:
221
+ '''The value is a length (pt). The value can be obtained by using the getFloatValue method.'''
222
+ ...
223
+
224
+ @classmethod
225
+ @property
226
+ def CSS_PC(cls) -> int:
227
+ '''The value is a length (pc). The value can be obtained by using the getFloatValue method.'''
228
+ ...
229
+
230
+ @classmethod
231
+ @property
232
+ def CSS_DEG(cls) -> int:
233
+ '''The value is an angle (deg). The value can be obtained by using the getFloatValue method.'''
234
+ ...
235
+
236
+ @classmethod
237
+ @property
238
+ def CSS_RAD(cls) -> int:
239
+ '''The value is an angle (rad). The value can be obtained by using the getFloatValue method.'''
240
+ ...
241
+
242
+ @classmethod
243
+ @property
244
+ def CSS_GRAD(cls) -> int:
245
+ '''The value is an angle (grad). The value can be obtained by using the getFloatValue method.'''
246
+ ...
247
+
248
+ @classmethod
249
+ @property
250
+ def CSS_MS(cls) -> int:
251
+ '''The value is a time (ms). The value can be obtained by using the getFloatValue method.'''
252
+ ...
253
+
254
+ @classmethod
255
+ @property
256
+ def CSS_S(cls) -> int:
257
+ '''The value is a time (s). The value can be obtained by using the getFloatValue method.'''
258
+ ...
259
+
260
+ @classmethod
261
+ @property
262
+ def CSS_HZ(cls) -> int:
263
+ '''The value is a frequency (Hz). The value can be obtained by using the getFloatValue method.'''
264
+ ...
265
+
266
+ @classmethod
267
+ @property
268
+ def CSS_KHZ(cls) -> int:
269
+ '''The value is a frequency (kHz). The value can be obtained by using the getFloatValue method.'''
270
+ ...
271
+
272
+ @classmethod
273
+ @property
274
+ def CSS_DIMENSION(cls) -> int:
275
+ '''The value is a number with an unknown dimension. The value can be obtained by using the getFloatValue method.'''
276
+ ...
277
+
278
+ @classmethod
279
+ @property
280
+ def CSS_REM(cls) -> int:
281
+ '''The value is a length (rem). The value can be obtained by using the getFloatValue method.'''
282
+ ...
283
+
284
+ @classmethod
285
+ @property
286
+ def CSS_CH(cls) -> int:
287
+ '''The value is a length (ch). The value can be obtained by using the getFloatValue method.'''
288
+ ...
289
+
290
+ @classmethod
291
+ @property
292
+ def CSS_STRING(cls) -> int:
293
+ '''The value is a STRING. The value can be obtained by using the getStringValue method.'''
294
+ ...
295
+
296
+ @classmethod
297
+ @property
298
+ def CSS_URI(cls) -> int:
299
+ '''The value is a URI. The value can be obtained by using the getStringValue method.'''
300
+ ...
301
+
302
+ @classmethod
303
+ @property
304
+ def CSS_IDENT(cls) -> int:
305
+ '''The value is an identifier. The value can be obtained by using the getStringValue method.'''
306
+ ...
307
+
308
+ @classmethod
309
+ @property
310
+ def CSS_ATTR(cls) -> int:
311
+ '''The value is a attribute function. The value can be obtained by using the getStringValue method.'''
312
+ ...
313
+
314
+ @classmethod
315
+ @property
316
+ def CSS_COUNTER(cls) -> int:
317
+ '''The value is a counter or counters function. The value can be obtained by using the GetCounterValue method.'''
318
+ ...
319
+
320
+ @classmethod
321
+ @property
322
+ def CSS_RECT(cls) -> int:
323
+ '''The value is a rect function. The value can be obtained by using the GetRectValue method.'''
324
+ ...
325
+
326
+ @classmethod
327
+ @property
328
+ def CSS_RGBCOLOR(cls) -> int:
329
+ '''The value is a RGB color. The value can be obtained by using the GetRGBColorValue method.'''
330
+ ...
331
+
332
+ @classmethod
333
+ @property
334
+ def CSS_DPI(cls) -> int:
335
+ '''The value is a dots per inch (dpi).'''
336
+ ...
337
+
338
+ @classmethod
339
+ @property
340
+ def CSS_DPCM(cls) -> int:
341
+ '''The value is a dots per centimeter (dpcm).'''
342
+ ...
343
+
344
+ @classmethod
345
+ @property
346
+ def CSS_DPPX(cls) -> int:
347
+ '''The value is a dots per ‘px’ unit (dppx).'''
348
+ ...
349
+
350
+ @classmethod
351
+ @property
352
+ def CSS_VW(cls) -> int:
353
+ '''The value is a percentage of the full viewport width.'''
354
+ ...
355
+
356
+ @classmethod
357
+ @property
358
+ def CSS_VH(cls) -> int:
359
+ '''The value is a percentage of the full viewport height.'''
360
+ ...
361
+
362
+ @classmethod
363
+ @property
364
+ def CSS_VMIN(cls) -> int:
365
+ '''The value is a percentage of the viewport width or height, whichever is smaller.'''
366
+ ...
367
+
368
+ @classmethod
369
+ @property
370
+ def CSS_VMAX(cls) -> int:
371
+ '''The value is a percentage of the viewport width or height, whichever is larger.'''
372
+ ...
373
+
374
+ ...
375
+
376
+ class CSSValue(aspose.html.dom.DOMObject):
377
+ '''Represents a simple or a complex value. A CSSValue object only occurs in a context of a CSS property.'''
378
+
379
+ def get_platform_type(self) -> Type:
380
+ '''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
381
+
382
+ :returns: The ECMAScript object :py:class:`System.Type`.'''
383
+ ...
384
+
385
+ @property
386
+ def css_text(self) -> str:
387
+ ...
388
+
389
+ @css_text.setter
390
+ def css_text(self, value : str):
391
+ ...
392
+
393
+ @property
394
+ def css_value_type(self) -> int:
395
+ ...
396
+
397
+ @classmethod
398
+ @property
399
+ def CSS_INHERIT(cls) -> int:
400
+ '''The value is inherited and the cssText contains "inherit".'''
401
+ ...
402
+
403
+ @classmethod
404
+ @property
405
+ def CSS_PRIMITIVE_VALUE(cls) -> int:
406
+ '''The value is a primitive value and an instance of the CSSPrimitiveValue interface can be obtained by using binding-specific casting methods on this instance of the CSSValue interface.'''
407
+ ...
408
+
409
+ @classmethod
410
+ @property
411
+ def CSS_VALUE_LIST(cls) -> int:
412
+ '''The value is a CSSValue list and an instance of the CSSValueList interface can be obtained by using binding-specific casting methods on this instance of the CSSValue interface.'''
413
+ ...
414
+
415
+ @classmethod
416
+ @property
417
+ def CSS_CUSTOM(cls) -> int:
418
+ '''The value is a custom value.'''
419
+ ...
420
+
421
+ ...
422
+
423
+ class CSSValueList(CSSValue):
424
+ '''The CSSValueList interface provides the abstraction of an ordered collection of CSS values.'''
425
+
426
+ def get_platform_type(self) -> Type:
427
+ '''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
428
+
429
+ :returns: The ECMAScript object :py:class:`System.Type`.'''
430
+ ...
431
+
432
+ @property
433
+ def css_text(self) -> str:
434
+ ...
435
+
436
+ @css_text.setter
437
+ def css_text(self, value : str):
438
+ ...
439
+
440
+ @property
441
+ def css_value_type(self) -> int:
442
+ ...
443
+
444
+ @classmethod
445
+ @property
446
+ def CSS_INHERIT(cls) -> int:
447
+ '''The value is inherited and the cssText contains "inherit".'''
448
+ ...
449
+
450
+ @classmethod
451
+ @property
452
+ def CSS_PRIMITIVE_VALUE(cls) -> int:
453
+ '''The value is a primitive value and an instance of the CSSPrimitiveValue interface can be obtained by using binding-specific casting methods on this instance of the CSSValue interface.'''
454
+ ...
455
+
456
+ @classmethod
457
+ @property
458
+ def CSS_VALUE_LIST(cls) -> int:
459
+ '''The value is a CSSValue list and an instance of the CSSValueList interface can be obtained by using binding-specific casting methods on this instance of the CSSValue interface.'''
460
+ ...
461
+
462
+ @classmethod
463
+ @property
464
+ def CSS_CUSTOM(cls) -> int:
465
+ '''The value is a custom value.'''
466
+ ...
467
+
468
+ @property
469
+ def length(self) -> int:
470
+ '''The number of CSSValues in the list.'''
471
+ ...
472
+
473
+ def __getitem__(self, key : int) -> aspose.html.dom.css.CSSValue:
474
+ '''Gets the :py:class:`aspose.html.dom.css.CSSValue` at the specified index.'''
475
+ ...
476
+
477
+ ...
478
+
479
+ class Counter(aspose.html.dom.DOMObject):
480
+ '''The Counter interface is used to represent any counter or counters function value. This interface reflects the values in the underlying style property.'''
481
+
482
+ def get_platform_type(self) -> Type:
483
+ '''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
484
+
485
+ :returns: The ECMAScript object :py:class:`System.Type`.'''
486
+ ...
487
+
488
+ @property
489
+ def identifier(self) -> str:
490
+ '''This attribute is used for the identifier of the counter.'''
491
+ ...
492
+
493
+ @property
494
+ def list_style(self) -> str:
495
+ ...
496
+
497
+ @property
498
+ def separator(self) -> str:
499
+ '''This attribute is used for the separator of the nested counters.'''
500
+ ...
501
+
502
+ ...
503
+
504
+ class ICSS2Properties:
505
+ '''Provides interface for CSS2 properties set values manipulation in the context of certain HTML element'''
506
+
507
+ @property
508
+ def azimuth(self) -> str:
509
+ '''See the azimuth property definition in CSS2.'''
510
+ ...
511
+
512
+ @azimuth.setter
513
+ def azimuth(self, value : str):
514
+ '''See the azimuth property definition in CSS2.'''
515
+ ...
516
+
517
+ @property
518
+ def background(self) -> str:
519
+ '''See the background property definition in CSS2.'''
520
+ ...
521
+
522
+ @background.setter
523
+ def background(self, value : str):
524
+ '''See the background property definition in CSS2.'''
525
+ ...
526
+
527
+ @property
528
+ def background_attachment(self) -> str:
529
+ ...
530
+
531
+ @background_attachment.setter
532
+ def background_attachment(self, value : str):
533
+ ...
534
+
535
+ @property
536
+ def background_color(self) -> str:
537
+ ...
538
+
539
+ @background_color.setter
540
+ def background_color(self, value : str):
541
+ ...
542
+
543
+ @property
544
+ def background_image(self) -> str:
545
+ ...
546
+
547
+ @background_image.setter
548
+ def background_image(self, value : str):
549
+ ...
550
+
551
+ @property
552
+ def background_position(self) -> str:
553
+ ...
554
+
555
+ @background_position.setter
556
+ def background_position(self, value : str):
557
+ ...
558
+
559
+ @property
560
+ def background_repeat(self) -> str:
561
+ ...
562
+
563
+ @background_repeat.setter
564
+ def background_repeat(self, value : str):
565
+ ...
566
+
567
+ @property
568
+ def border(self) -> str:
569
+ '''See the border property definition in CSS2.'''
570
+ ...
571
+
572
+ @border.setter
573
+ def border(self, value : str):
574
+ '''See the border property definition in CSS2.'''
575
+ ...
576
+
577
+ @property
578
+ def border_collapse(self) -> str:
579
+ ...
580
+
581
+ @border_collapse.setter
582
+ def border_collapse(self, value : str):
583
+ ...
584
+
585
+ @property
586
+ def border_color(self) -> str:
587
+ ...
588
+
589
+ @border_color.setter
590
+ def border_color(self, value : str):
591
+ ...
592
+
593
+ @property
594
+ def border_spacing(self) -> str:
595
+ ...
596
+
597
+ @border_spacing.setter
598
+ def border_spacing(self, value : str):
599
+ ...
600
+
601
+ @property
602
+ def border_style(self) -> str:
603
+ ...
604
+
605
+ @border_style.setter
606
+ def border_style(self, value : str):
607
+ ...
608
+
609
+ @property
610
+ def border_top(self) -> str:
611
+ ...
612
+
613
+ @border_top.setter
614
+ def border_top(self, value : str):
615
+ ...
616
+
617
+ @property
618
+ def border_right(self) -> str:
619
+ ...
620
+
621
+ @border_right.setter
622
+ def border_right(self, value : str):
623
+ ...
624
+
625
+ @property
626
+ def border_bottom(self) -> str:
627
+ ...
628
+
629
+ @border_bottom.setter
630
+ def border_bottom(self, value : str):
631
+ ...
632
+
633
+ @property
634
+ def border_left(self) -> str:
635
+ ...
636
+
637
+ @border_left.setter
638
+ def border_left(self, value : str):
639
+ ...
640
+
641
+ @property
642
+ def border_top_color(self) -> str:
643
+ ...
644
+
645
+ @border_top_color.setter
646
+ def border_top_color(self, value : str):
647
+ ...
648
+
649
+ @property
650
+ def border_right_color(self) -> str:
651
+ ...
652
+
653
+ @border_right_color.setter
654
+ def border_right_color(self, value : str):
655
+ ...
656
+
657
+ @property
658
+ def border_bottom_color(self) -> str:
659
+ ...
660
+
661
+ @border_bottom_color.setter
662
+ def border_bottom_color(self, value : str):
663
+ ...
664
+
665
+ @property
666
+ def border_left_color(self) -> str:
667
+ ...
668
+
669
+ @border_left_color.setter
670
+ def border_left_color(self, value : str):
671
+ ...
672
+
673
+ @property
674
+ def border_top_style(self) -> str:
675
+ ...
676
+
677
+ @border_top_style.setter
678
+ def border_top_style(self, value : str):
679
+ ...
680
+
681
+ @property
682
+ def border_right_style(self) -> str:
683
+ ...
684
+
685
+ @border_right_style.setter
686
+ def border_right_style(self, value : str):
687
+ ...
688
+
689
+ @property
690
+ def border_bottom_style(self) -> str:
691
+ ...
692
+
693
+ @border_bottom_style.setter
694
+ def border_bottom_style(self, value : str):
695
+ ...
696
+
697
+ @property
698
+ def border_left_style(self) -> str:
699
+ ...
700
+
701
+ @border_left_style.setter
702
+ def border_left_style(self, value : str):
703
+ ...
704
+
705
+ @property
706
+ def border_top_width(self) -> str:
707
+ ...
708
+
709
+ @border_top_width.setter
710
+ def border_top_width(self, value : str):
711
+ ...
712
+
713
+ @property
714
+ def border_right_width(self) -> str:
715
+ ...
716
+
717
+ @border_right_width.setter
718
+ def border_right_width(self, value : str):
719
+ ...
720
+
721
+ @property
722
+ def border_bottom_width(self) -> str:
723
+ ...
724
+
725
+ @border_bottom_width.setter
726
+ def border_bottom_width(self, value : str):
727
+ ...
728
+
729
+ @property
730
+ def border_left_width(self) -> str:
731
+ ...
732
+
733
+ @border_left_width.setter
734
+ def border_left_width(self, value : str):
735
+ ...
736
+
737
+ @property
738
+ def border_width(self) -> str:
739
+ ...
740
+
741
+ @border_width.setter
742
+ def border_width(self, value : str):
743
+ ...
744
+
745
+ @property
746
+ def bottom(self) -> str:
747
+ '''See the bottom property definition in CSS2.'''
748
+ ...
749
+
750
+ @bottom.setter
751
+ def bottom(self, value : str):
752
+ '''See the bottom property definition in CSS2.'''
753
+ ...
754
+
755
+ @property
756
+ def caption_side(self) -> str:
757
+ ...
758
+
759
+ @caption_side.setter
760
+ def caption_side(self, value : str):
761
+ ...
762
+
763
+ @property
764
+ def clear(self) -> str:
765
+ '''See the clear property definition in CSS2.'''
766
+ ...
767
+
768
+ @clear.setter
769
+ def clear(self, value : str):
770
+ '''See the clear property definition in CSS2.'''
771
+ ...
772
+
773
+ @property
774
+ def clip(self) -> str:
775
+ '''See the clip property definition in CSS2.'''
776
+ ...
777
+
778
+ @clip.setter
779
+ def clip(self, value : str):
780
+ '''See the clip property definition in CSS2.'''
781
+ ...
782
+
783
+ @property
784
+ def color(self) -> str:
785
+ '''See the color property definition in CSS2.'''
786
+ ...
787
+
788
+ @color.setter
789
+ def color(self, value : str):
790
+ '''See the color property definition in CSS2.'''
791
+ ...
792
+
793
+ @property
794
+ def content(self) -> str:
795
+ '''See the content property definition in CSS2.'''
796
+ ...
797
+
798
+ @content.setter
799
+ def content(self, value : str):
800
+ '''See the content property definition in CSS2.'''
801
+ ...
802
+
803
+ @property
804
+ def counter_increment(self) -> str:
805
+ ...
806
+
807
+ @counter_increment.setter
808
+ def counter_increment(self, value : str):
809
+ ...
810
+
811
+ @property
812
+ def counter_reset(self) -> str:
813
+ ...
814
+
815
+ @counter_reset.setter
816
+ def counter_reset(self, value : str):
817
+ ...
818
+
819
+ @property
820
+ def cue(self) -> str:
821
+ '''See the cue property definition in CSS2.'''
822
+ ...
823
+
824
+ @cue.setter
825
+ def cue(self, value : str):
826
+ '''See the cue property definition in CSS2.'''
827
+ ...
828
+
829
+ @property
830
+ def cue_after(self) -> str:
831
+ ...
832
+
833
+ @cue_after.setter
834
+ def cue_after(self, value : str):
835
+ ...
836
+
837
+ @property
838
+ def cue_before(self) -> str:
839
+ ...
840
+
841
+ @cue_before.setter
842
+ def cue_before(self, value : str):
843
+ ...
844
+
845
+ @property
846
+ def cursor(self) -> str:
847
+ '''See the cursor property definition in CSS2.'''
848
+ ...
849
+
850
+ @cursor.setter
851
+ def cursor(self, value : str):
852
+ '''See the cursor property definition in CSS2.'''
853
+ ...
854
+
855
+ @property
856
+ def direction(self) -> str:
857
+ '''See the direction property definition in CSS2.'''
858
+ ...
859
+
860
+ @direction.setter
861
+ def direction(self, value : str):
862
+ '''See the direction property definition in CSS2.'''
863
+ ...
864
+
865
+ @property
866
+ def display(self) -> str:
867
+ '''See the display property definition in CSS2.'''
868
+ ...
869
+
870
+ @display.setter
871
+ def display(self, value : str):
872
+ '''See the display property definition in CSS2.'''
873
+ ...
874
+
875
+ @property
876
+ def elevation(self) -> str:
877
+ '''See the elevation property definition in CSS2.'''
878
+ ...
879
+
880
+ @elevation.setter
881
+ def elevation(self, value : str):
882
+ '''See the elevation property definition in CSS2.'''
883
+ ...
884
+
885
+ @property
886
+ def empty_cells(self) -> str:
887
+ ...
888
+
889
+ @empty_cells.setter
890
+ def empty_cells(self, value : str):
891
+ ...
892
+
893
+ @property
894
+ def float(self) -> str:
895
+ '''See the float property definition in CSS2.'''
896
+ ...
897
+
898
+ @float.setter
899
+ def float(self, value : str):
900
+ '''See the float property definition in CSS2.'''
901
+ ...
902
+
903
+ @property
904
+ def font(self) -> str:
905
+ '''See the font property definition in CSS2.'''
906
+ ...
907
+
908
+ @font.setter
909
+ def font(self, value : str):
910
+ '''See the font property definition in CSS2.'''
911
+ ...
912
+
913
+ @property
914
+ def font_family(self) -> str:
915
+ ...
916
+
917
+ @font_family.setter
918
+ def font_family(self, value : str):
919
+ ...
920
+
921
+ @property
922
+ def font_size(self) -> str:
923
+ ...
924
+
925
+ @font_size.setter
926
+ def font_size(self, value : str):
927
+ ...
928
+
929
+ @property
930
+ def font_size_adjust(self) -> str:
931
+ ...
932
+
933
+ @font_size_adjust.setter
934
+ def font_size_adjust(self, value : str):
935
+ ...
936
+
937
+ @property
938
+ def font_stretch(self) -> str:
939
+ ...
940
+
941
+ @font_stretch.setter
942
+ def font_stretch(self, value : str):
943
+ ...
944
+
945
+ @property
946
+ def font_style(self) -> str:
947
+ ...
948
+
949
+ @font_style.setter
950
+ def font_style(self, value : str):
951
+ ...
952
+
953
+ @property
954
+ def font_variant(self) -> str:
955
+ ...
956
+
957
+ @font_variant.setter
958
+ def font_variant(self, value : str):
959
+ ...
960
+
961
+ @property
962
+ def font_weight(self) -> str:
963
+ ...
964
+
965
+ @font_weight.setter
966
+ def font_weight(self, value : str):
967
+ ...
968
+
969
+ @property
970
+ def height(self) -> str:
971
+ '''See the height property definition in CSS2.'''
972
+ ...
973
+
974
+ @height.setter
975
+ def height(self, value : str):
976
+ '''See the height property definition in CSS2.'''
977
+ ...
978
+
979
+ @property
980
+ def left(self) -> str:
981
+ '''See the left property definition in CSS2.'''
982
+ ...
983
+
984
+ @left.setter
985
+ def left(self, value : str):
986
+ '''See the left property definition in CSS2.'''
987
+ ...
988
+
989
+ @property
990
+ def letter_spacing(self) -> str:
991
+ ...
992
+
993
+ @letter_spacing.setter
994
+ def letter_spacing(self, value : str):
995
+ ...
996
+
997
+ @property
998
+ def line_height(self) -> str:
999
+ ...
1000
+
1001
+ @line_height.setter
1002
+ def line_height(self, value : str):
1003
+ ...
1004
+
1005
+ @property
1006
+ def list_style(self) -> str:
1007
+ ...
1008
+
1009
+ @list_style.setter
1010
+ def list_style(self, value : str):
1011
+ ...
1012
+
1013
+ @property
1014
+ def list_style_image(self) -> str:
1015
+ ...
1016
+
1017
+ @list_style_image.setter
1018
+ def list_style_image(self, value : str):
1019
+ ...
1020
+
1021
+ @property
1022
+ def list_style_position(self) -> str:
1023
+ ...
1024
+
1025
+ @list_style_position.setter
1026
+ def list_style_position(self, value : str):
1027
+ ...
1028
+
1029
+ @property
1030
+ def list_style_type(self) -> str:
1031
+ ...
1032
+
1033
+ @list_style_type.setter
1034
+ def list_style_type(self, value : str):
1035
+ ...
1036
+
1037
+ @property
1038
+ def margin(self) -> str:
1039
+ '''See the margin property definition in CSS2.'''
1040
+ ...
1041
+
1042
+ @margin.setter
1043
+ def margin(self, value : str):
1044
+ '''See the margin property definition in CSS2.'''
1045
+ ...
1046
+
1047
+ @property
1048
+ def margin_top(self) -> str:
1049
+ ...
1050
+
1051
+ @margin_top.setter
1052
+ def margin_top(self, value : str):
1053
+ ...
1054
+
1055
+ @property
1056
+ def margin_right(self) -> str:
1057
+ ...
1058
+
1059
+ @margin_right.setter
1060
+ def margin_right(self, value : str):
1061
+ ...
1062
+
1063
+ @property
1064
+ def margin_bottom(self) -> str:
1065
+ ...
1066
+
1067
+ @margin_bottom.setter
1068
+ def margin_bottom(self, value : str):
1069
+ ...
1070
+
1071
+ @property
1072
+ def margin_left(self) -> str:
1073
+ ...
1074
+
1075
+ @margin_left.setter
1076
+ def margin_left(self, value : str):
1077
+ ...
1078
+
1079
+ @property
1080
+ def marker_offset(self) -> str:
1081
+ ...
1082
+
1083
+ @marker_offset.setter
1084
+ def marker_offset(self, value : str):
1085
+ ...
1086
+
1087
+ @property
1088
+ def marks(self) -> str:
1089
+ '''See the marks property definition in CSS2.'''
1090
+ ...
1091
+
1092
+ @marks.setter
1093
+ def marks(self, value : str):
1094
+ '''See the marks property definition in CSS2.'''
1095
+ ...
1096
+
1097
+ @property
1098
+ def max_height(self) -> str:
1099
+ ...
1100
+
1101
+ @max_height.setter
1102
+ def max_height(self, value : str):
1103
+ ...
1104
+
1105
+ @property
1106
+ def max_width(self) -> str:
1107
+ ...
1108
+
1109
+ @max_width.setter
1110
+ def max_width(self, value : str):
1111
+ ...
1112
+
1113
+ @property
1114
+ def min_height(self) -> str:
1115
+ ...
1116
+
1117
+ @min_height.setter
1118
+ def min_height(self, value : str):
1119
+ ...
1120
+
1121
+ @property
1122
+ def min_width(self) -> str:
1123
+ ...
1124
+
1125
+ @min_width.setter
1126
+ def min_width(self, value : str):
1127
+ ...
1128
+
1129
+ @property
1130
+ def orphans(self) -> str:
1131
+ '''See the orphans property definition in CSS2.'''
1132
+ ...
1133
+
1134
+ @orphans.setter
1135
+ def orphans(self, value : str):
1136
+ '''See the orphans property definition in CSS2.'''
1137
+ ...
1138
+
1139
+ @property
1140
+ def outline(self) -> str:
1141
+ '''See the outline property definition in CSS2.'''
1142
+ ...
1143
+
1144
+ @outline.setter
1145
+ def outline(self, value : str):
1146
+ '''See the outline property definition in CSS2.'''
1147
+ ...
1148
+
1149
+ @property
1150
+ def outline_color(self) -> str:
1151
+ ...
1152
+
1153
+ @outline_color.setter
1154
+ def outline_color(self, value : str):
1155
+ ...
1156
+
1157
+ @property
1158
+ def outline_style(self) -> str:
1159
+ ...
1160
+
1161
+ @outline_style.setter
1162
+ def outline_style(self, value : str):
1163
+ ...
1164
+
1165
+ @property
1166
+ def outline_width(self) -> str:
1167
+ ...
1168
+
1169
+ @outline_width.setter
1170
+ def outline_width(self, value : str):
1171
+ ...
1172
+
1173
+ @property
1174
+ def overflow(self) -> str:
1175
+ '''See the overflow property definition in CSS2.'''
1176
+ ...
1177
+
1178
+ @overflow.setter
1179
+ def overflow(self, value : str):
1180
+ '''See the overflow property definition in CSS2.'''
1181
+ ...
1182
+
1183
+ @property
1184
+ def padding(self) -> str:
1185
+ '''See the padding property definition in CSS2.'''
1186
+ ...
1187
+
1188
+ @padding.setter
1189
+ def padding(self, value : str):
1190
+ '''See the padding property definition in CSS2.'''
1191
+ ...
1192
+
1193
+ @property
1194
+ def padding_top(self) -> str:
1195
+ ...
1196
+
1197
+ @padding_top.setter
1198
+ def padding_top(self, value : str):
1199
+ ...
1200
+
1201
+ @property
1202
+ def padding_right(self) -> str:
1203
+ ...
1204
+
1205
+ @padding_right.setter
1206
+ def padding_right(self, value : str):
1207
+ ...
1208
+
1209
+ @property
1210
+ def padding_bottom(self) -> str:
1211
+ ...
1212
+
1213
+ @padding_bottom.setter
1214
+ def padding_bottom(self, value : str):
1215
+ ...
1216
+
1217
+ @property
1218
+ def padding_left(self) -> str:
1219
+ ...
1220
+
1221
+ @padding_left.setter
1222
+ def padding_left(self, value : str):
1223
+ ...
1224
+
1225
+ @property
1226
+ def page(self) -> str:
1227
+ '''See the page property definition in CSS2.'''
1228
+ ...
1229
+
1230
+ @page.setter
1231
+ def page(self, value : str):
1232
+ '''See the page property definition in CSS2.'''
1233
+ ...
1234
+
1235
+ @property
1236
+ def page_break_after(self) -> str:
1237
+ ...
1238
+
1239
+ @page_break_after.setter
1240
+ def page_break_after(self, value : str):
1241
+ ...
1242
+
1243
+ @property
1244
+ def page_break_before(self) -> str:
1245
+ ...
1246
+
1247
+ @page_break_before.setter
1248
+ def page_break_before(self, value : str):
1249
+ ...
1250
+
1251
+ @property
1252
+ def page_break_inside(self) -> str:
1253
+ ...
1254
+
1255
+ @page_break_inside.setter
1256
+ def page_break_inside(self, value : str):
1257
+ ...
1258
+
1259
+ @property
1260
+ def pause(self) -> str:
1261
+ '''See the pause property definition in CSS2.'''
1262
+ ...
1263
+
1264
+ @pause.setter
1265
+ def pause(self, value : str):
1266
+ '''See the pause property definition in CSS2.'''
1267
+ ...
1268
+
1269
+ @property
1270
+ def pause_after(self) -> str:
1271
+ ...
1272
+
1273
+ @pause_after.setter
1274
+ def pause_after(self, value : str):
1275
+ ...
1276
+
1277
+ @property
1278
+ def pause_before(self) -> str:
1279
+ ...
1280
+
1281
+ @pause_before.setter
1282
+ def pause_before(self, value : str):
1283
+ ...
1284
+
1285
+ @property
1286
+ def pitch(self) -> str:
1287
+ '''See the pitch property definition in CSS2.'''
1288
+ ...
1289
+
1290
+ @pitch.setter
1291
+ def pitch(self, value : str):
1292
+ '''See the pitch property definition in CSS2.'''
1293
+ ...
1294
+
1295
+ @property
1296
+ def pitch_range(self) -> str:
1297
+ ...
1298
+
1299
+ @pitch_range.setter
1300
+ def pitch_range(self, value : str):
1301
+ ...
1302
+
1303
+ @property
1304
+ def play_during(self) -> str:
1305
+ ...
1306
+
1307
+ @play_during.setter
1308
+ def play_during(self, value : str):
1309
+ ...
1310
+
1311
+ @property
1312
+ def position(self) -> str:
1313
+ '''See the position property definition in CSS2.'''
1314
+ ...
1315
+
1316
+ @position.setter
1317
+ def position(self, value : str):
1318
+ '''See the position property definition in CSS2.'''
1319
+ ...
1320
+
1321
+ @property
1322
+ def quotes(self) -> str:
1323
+ '''See the quotes property definition in CSS2.'''
1324
+ ...
1325
+
1326
+ @quotes.setter
1327
+ def quotes(self, value : str):
1328
+ '''See the quotes property definition in CSS2.'''
1329
+ ...
1330
+
1331
+ @property
1332
+ def richness(self) -> str:
1333
+ '''See the richness property definition in CSS2.'''
1334
+ ...
1335
+
1336
+ @richness.setter
1337
+ def richness(self, value : str):
1338
+ '''See the richness property definition in CSS2.'''
1339
+ ...
1340
+
1341
+ @property
1342
+ def right(self) -> str:
1343
+ '''See the right property definition in CSS2.'''
1344
+ ...
1345
+
1346
+ @right.setter
1347
+ def right(self, value : str):
1348
+ '''See the right property definition in CSS2.'''
1349
+ ...
1350
+
1351
+ @property
1352
+ def size(self) -> str:
1353
+ '''See the size property definition in CSS2.'''
1354
+ ...
1355
+
1356
+ @size.setter
1357
+ def size(self, value : str):
1358
+ '''See the size property definition in CSS2.'''
1359
+ ...
1360
+
1361
+ @property
1362
+ def speak(self) -> str:
1363
+ '''See the speak property definition in CSS2.'''
1364
+ ...
1365
+
1366
+ @speak.setter
1367
+ def speak(self, value : str):
1368
+ '''See the speak property definition in CSS2.'''
1369
+ ...
1370
+
1371
+ @property
1372
+ def speak_header(self) -> str:
1373
+ ...
1374
+
1375
+ @speak_header.setter
1376
+ def speak_header(self, value : str):
1377
+ ...
1378
+
1379
+ @property
1380
+ def speak_numeral(self) -> str:
1381
+ ...
1382
+
1383
+ @speak_numeral.setter
1384
+ def speak_numeral(self, value : str):
1385
+ ...
1386
+
1387
+ @property
1388
+ def speak_punctuation(self) -> str:
1389
+ ...
1390
+
1391
+ @speak_punctuation.setter
1392
+ def speak_punctuation(self, value : str):
1393
+ ...
1394
+
1395
+ @property
1396
+ def speech_rate(self) -> str:
1397
+ ...
1398
+
1399
+ @speech_rate.setter
1400
+ def speech_rate(self, value : str):
1401
+ ...
1402
+
1403
+ @property
1404
+ def stress(self) -> str:
1405
+ '''See the stress property definition in CSS2.'''
1406
+ ...
1407
+
1408
+ @stress.setter
1409
+ def stress(self, value : str):
1410
+ '''See the stress property definition in CSS2.'''
1411
+ ...
1412
+
1413
+ @property
1414
+ def table_layout(self) -> str:
1415
+ ...
1416
+
1417
+ @table_layout.setter
1418
+ def table_layout(self, value : str):
1419
+ ...
1420
+
1421
+ @property
1422
+ def text_align(self) -> str:
1423
+ ...
1424
+
1425
+ @text_align.setter
1426
+ def text_align(self, value : str):
1427
+ ...
1428
+
1429
+ @property
1430
+ def text_decoration(self) -> str:
1431
+ ...
1432
+
1433
+ @text_decoration.setter
1434
+ def text_decoration(self, value : str):
1435
+ ...
1436
+
1437
+ @property
1438
+ def text_indent(self) -> str:
1439
+ ...
1440
+
1441
+ @text_indent.setter
1442
+ def text_indent(self, value : str):
1443
+ ...
1444
+
1445
+ @property
1446
+ def text_shadow(self) -> str:
1447
+ ...
1448
+
1449
+ @text_shadow.setter
1450
+ def text_shadow(self, value : str):
1451
+ ...
1452
+
1453
+ @property
1454
+ def text_transform(self) -> str:
1455
+ ...
1456
+
1457
+ @text_transform.setter
1458
+ def text_transform(self, value : str):
1459
+ ...
1460
+
1461
+ @property
1462
+ def top(self) -> str:
1463
+ '''See the top property definition in CSS2.'''
1464
+ ...
1465
+
1466
+ @top.setter
1467
+ def top(self, value : str):
1468
+ '''See the top property definition in CSS2.'''
1469
+ ...
1470
+
1471
+ @property
1472
+ def unicode_bidi(self) -> str:
1473
+ ...
1474
+
1475
+ @unicode_bidi.setter
1476
+ def unicode_bidi(self, value : str):
1477
+ ...
1478
+
1479
+ @property
1480
+ def vertical_align(self) -> str:
1481
+ ...
1482
+
1483
+ @vertical_align.setter
1484
+ def vertical_align(self, value : str):
1485
+ ...
1486
+
1487
+ @property
1488
+ def visibility(self) -> str:
1489
+ '''See the visibility property definition in CSS2.'''
1490
+ ...
1491
+
1492
+ @visibility.setter
1493
+ def visibility(self, value : str):
1494
+ '''See the visibility property definition in CSS2.'''
1495
+ ...
1496
+
1497
+ @property
1498
+ def voice_family(self) -> str:
1499
+ ...
1500
+
1501
+ @voice_family.setter
1502
+ def voice_family(self, value : str):
1503
+ ...
1504
+
1505
+ @property
1506
+ def volume(self) -> str:
1507
+ '''See the volume property definition in CSS2.'''
1508
+ ...
1509
+
1510
+ @volume.setter
1511
+ def volume(self, value : str):
1512
+ '''See the volume property definition in CSS2.'''
1513
+ ...
1514
+
1515
+ @property
1516
+ def white_space(self) -> str:
1517
+ ...
1518
+
1519
+ @white_space.setter
1520
+ def white_space(self, value : str):
1521
+ ...
1522
+
1523
+ @property
1524
+ def widows(self) -> str:
1525
+ '''See the widows property definition in CSS2.'''
1526
+ ...
1527
+
1528
+ @widows.setter
1529
+ def widows(self, value : str):
1530
+ '''See the widows property definition in CSS2.'''
1531
+ ...
1532
+
1533
+ @property
1534
+ def width(self) -> str:
1535
+ '''See the width property definition in CSS2.'''
1536
+ ...
1537
+
1538
+ @width.setter
1539
+ def width(self, value : str):
1540
+ '''See the width property definition in CSS2.'''
1541
+ ...
1542
+
1543
+ @property
1544
+ def word_spacing(self) -> str:
1545
+ ...
1546
+
1547
+ @word_spacing.setter
1548
+ def word_spacing(self, value : str):
1549
+ ...
1550
+
1551
+ @property
1552
+ def z_index(self) -> str:
1553
+ ...
1554
+
1555
+ @z_index.setter
1556
+ def z_index(self, value : str):
1557
+ ...
1558
+
1559
+ ...
1560
+
1561
+ class ICSSCharsetRule(ICSSRule):
1562
+ '''The CSSCharsetRule interface represents a @charset rule in a CSS style sheet.
1563
+ The value of the encoding attribute does not affect the encoding of text data in the DOM objects; this encoding is always UTF-16. After a stylesheet is loaded, the value of the encoding attribute is the value found in the @charset rule. If there was no @charset in the original document, then no CSSCharsetRule is created.
1564
+ The value of the encoding attribute may also be used as a hint for the encoding used on serialization of the style sheet.'''
1565
+
1566
+ @property
1567
+ def encoding(self) -> str:
1568
+ '''The encoding information used in this @charset rule.'''
1569
+ ...
1570
+
1571
+ @encoding.setter
1572
+ def encoding(self, value : str):
1573
+ '''The encoding information used in this @charset rule.'''
1574
+ ...
1575
+
1576
+ @property
1577
+ def type(self) -> int:
1578
+ '''The type of the rule, as defined above. The expectation is that binding-specific casting methods can be used to cast down from an instance of the CSSRule interface to the specific derived interface implied by the type.'''
1579
+ ...
1580
+
1581
+ @property
1582
+ def css_text(self) -> str:
1583
+ ...
1584
+
1585
+ @css_text.setter
1586
+ def css_text(self, value : str):
1587
+ ...
1588
+
1589
+ @property
1590
+ def parent_style_sheet(self) -> aspose.html.dom.css.ICSSStyleSheet:
1591
+ ...
1592
+
1593
+ @property
1594
+ def parent_rule(self) -> aspose.html.dom.css.ICSSRule:
1595
+ ...
1596
+
1597
+ ...
1598
+
1599
+ class ICSSCounterStyleRule(ICSSRule):
1600
+ '''The @counter-style rule allows authors to define a custom counter style.'''
1601
+
1602
+ @property
1603
+ def name(self) -> str:
1604
+ '''Gets the name.'''
1605
+ ...
1606
+
1607
+ @property
1608
+ def counter_type(self) -> str:
1609
+ ...
1610
+
1611
+ @property
1612
+ def glyphs(self) -> str:
1613
+ '''Gets the glyphs.'''
1614
+ ...
1615
+
1616
+ @property
1617
+ def prefix(self) -> str:
1618
+ '''Gets the prefix.'''
1619
+ ...
1620
+
1621
+ @property
1622
+ def suffix(self) -> str:
1623
+ '''Gets the suffix.'''
1624
+ ...
1625
+
1626
+ @property
1627
+ def fallback(self) -> str:
1628
+ '''Gets the fallback.'''
1629
+ ...
1630
+
1631
+ @property
1632
+ def type(self) -> int:
1633
+ '''The type of the rule, as defined above. The expectation is that binding-specific casting methods can be used to cast down from an instance of the CSSRule interface to the specific derived interface implied by the type.'''
1634
+ ...
1635
+
1636
+ @property
1637
+ def css_text(self) -> str:
1638
+ ...
1639
+
1640
+ @css_text.setter
1641
+ def css_text(self, value : str):
1642
+ ...
1643
+
1644
+ @property
1645
+ def parent_style_sheet(self) -> aspose.html.dom.css.ICSSStyleSheet:
1646
+ ...
1647
+
1648
+ @property
1649
+ def parent_rule(self) -> aspose.html.dom.css.ICSSRule:
1650
+ ...
1651
+
1652
+ ...
1653
+
1654
+ class ICSSFontFaceRule(ICSSRule):
1655
+ '''The CSSFontFaceRule interface represents a @font-face rule in a CSS style sheet. The @font-face rule is used to hold a set of font descriptions.'''
1656
+
1657
+ @property
1658
+ def style(self) -> aspose.html.dom.css.ICSSStyleDeclaration:
1659
+ '''The declaration-block of this rule.'''
1660
+ ...
1661
+
1662
+ @property
1663
+ def type(self) -> int:
1664
+ '''The type of the rule, as defined above. The expectation is that binding-specific casting methods can be used to cast down from an instance of the CSSRule interface to the specific derived interface implied by the type.'''
1665
+ ...
1666
+
1667
+ @property
1668
+ def css_text(self) -> str:
1669
+ ...
1670
+
1671
+ @css_text.setter
1672
+ def css_text(self, value : str):
1673
+ ...
1674
+
1675
+ @property
1676
+ def parent_style_sheet(self) -> aspose.html.dom.css.ICSSStyleSheet:
1677
+ ...
1678
+
1679
+ @property
1680
+ def parent_rule(self) -> aspose.html.dom.css.ICSSRule:
1681
+ ...
1682
+
1683
+ ...
1684
+
1685
+ class ICSSImportRule(ICSSRule):
1686
+ '''The CSSImportRule interface represents a @import rule within a CSS style sheet. The @import rule is used to import style rules from other style sheets.'''
1687
+
1688
+ @property
1689
+ def href(self) -> str:
1690
+ '''The location of the style sheet to be imported. The attribute will not contain the "url(...)" specifier around the URI.'''
1691
+ ...
1692
+
1693
+ @property
1694
+ def media(self) -> aspose.html.dom.css.IMediaList:
1695
+ '''A list of media types for which this style sheet may be used.'''
1696
+ ...
1697
+
1698
+ @property
1699
+ def style_sheet(self) -> aspose.html.dom.css.ICSSStyleSheet:
1700
+ ...
1701
+
1702
+ @property
1703
+ def type(self) -> int:
1704
+ '''The type of the rule, as defined above. The expectation is that binding-specific casting methods can be used to cast down from an instance of the CSSRule interface to the specific derived interface implied by the type.'''
1705
+ ...
1706
+
1707
+ @property
1708
+ def css_text(self) -> str:
1709
+ ...
1710
+
1711
+ @css_text.setter
1712
+ def css_text(self, value : str):
1713
+ ...
1714
+
1715
+ @property
1716
+ def parent_style_sheet(self) -> aspose.html.dom.css.ICSSStyleSheet:
1717
+ ...
1718
+
1719
+ @property
1720
+ def parent_rule(self) -> aspose.html.dom.css.ICSSRule:
1721
+ ...
1722
+
1723
+ ...
1724
+
1725
+ class ICSSKeyframeRule(ICSSRule):
1726
+ '''The CSSKeyframeRule interface represents the style rule for a single key.'''
1727
+
1728
+ @property
1729
+ def key_text(self) -> str:
1730
+ ...
1731
+
1732
+ @property
1733
+ def style(self) -> aspose.html.dom.css.ICSSStyleDeclaration:
1734
+ '''This attribute represents the style associated with this keyframe.'''
1735
+ ...
1736
+
1737
+ @property
1738
+ def type(self) -> int:
1739
+ '''The type of the rule, as defined above. The expectation is that binding-specific casting methods can be used to cast down from an instance of the CSSRule interface to the specific derived interface implied by the type.'''
1740
+ ...
1741
+
1742
+ @property
1743
+ def css_text(self) -> str:
1744
+ ...
1745
+
1746
+ @css_text.setter
1747
+ def css_text(self, value : str):
1748
+ ...
1749
+
1750
+ @property
1751
+ def parent_style_sheet(self) -> aspose.html.dom.css.ICSSStyleSheet:
1752
+ ...
1753
+
1754
+ @property
1755
+ def parent_rule(self) -> aspose.html.dom.css.ICSSRule:
1756
+ ...
1757
+
1758
+ ...
1759
+
1760
+ class ICSSKeyframesRule(ICSSRule):
1761
+ '''The CSSKeyframesRule interface represents a complete set of keyframes for a single animation'''
1762
+
1763
+ def append_rule(self, rule : str):
1764
+ '''The appendRule method appends the passed CSSKeyframeRule into the list at the passed key
1765
+
1766
+ :param rule: The rule to be appended, expressed in the same syntax as one entry in the ‘@keyframes’ rule'''
1767
+ ...
1768
+
1769
+ def delete_rule(self, key : str):
1770
+ '''The deleteRule method deletes the CSSKeyframeRule with the passed key. If a rule with this key does not exist, the method does nothing
1771
+
1772
+ :param key: The key which describes the rule to be deleted. The key must resolve to a number between 0 and 1, or the rule is ignored'''
1773
+ ...
1774
+
1775
+ def find_rule(self, key : str) -> aspose.html.dom.css.ICSSKeyframeRule:
1776
+ '''The findRule method returns the rule with a key matching the passed key. If no such rule exists, a null value is returned
1777
+
1778
+ :param key: The key which described the rule to find. The key must resolve to a number between 0 and 1, or the rule is ignored.
1779
+ :returns: The found rule'''
1780
+ ...
1781
+
1782
+ @property
1783
+ def name(self) -> str:
1784
+ '''This attribute is the name of the keyframes, used by the ‘animation-name’ property.'''
1785
+ ...
1786
+
1787
+ @property
1788
+ def css_rules(self) -> aspose.html.dom.css.ICSSRuleList:
1789
+ ...
1790
+
1791
+ @property
1792
+ def type(self) -> int:
1793
+ '''The type of the rule, as defined above. The expectation is that binding-specific casting methods can be used to cast down from an instance of the CSSRule interface to the specific derived interface implied by the type.'''
1794
+ ...
1795
+
1796
+ @property
1797
+ def css_text(self) -> str:
1798
+ ...
1799
+
1800
+ @css_text.setter
1801
+ def css_text(self, value : str):
1802
+ ...
1803
+
1804
+ @property
1805
+ def parent_style_sheet(self) -> aspose.html.dom.css.ICSSStyleSheet:
1806
+ ...
1807
+
1808
+ @property
1809
+ def parent_rule(self) -> aspose.html.dom.css.ICSSRule:
1810
+ ...
1811
+
1812
+ ...
1813
+
1814
+ class ICSSMarginRule(ICSSRule):
1815
+ '''The CSSMarginRule interface represents a margin at-rule.'''
1816
+
1817
+ @property
1818
+ def name(self) -> str:
1819
+ '''The name attribute must return the name of the margin at-rule. The @ character is not included in the name.'''
1820
+ ...
1821
+
1822
+ @property
1823
+ def style(self) -> aspose.html.dom.css.ICSSStyleDeclaration:
1824
+ '''The declaration-block of this rule.'''
1825
+ ...
1826
+
1827
+ @property
1828
+ def type(self) -> int:
1829
+ '''The type of the rule, as defined above. The expectation is that binding-specific casting methods can be used to cast down from an instance of the CSSRule interface to the specific derived interface implied by the type.'''
1830
+ ...
1831
+
1832
+ @property
1833
+ def css_text(self) -> str:
1834
+ ...
1835
+
1836
+ @css_text.setter
1837
+ def css_text(self, value : str):
1838
+ ...
1839
+
1840
+ @property
1841
+ def parent_style_sheet(self) -> aspose.html.dom.css.ICSSStyleSheet:
1842
+ ...
1843
+
1844
+ @property
1845
+ def parent_rule(self) -> aspose.html.dom.css.ICSSRule:
1846
+ ...
1847
+
1848
+ ...
1849
+
1850
+ class ICSSMediaRule(ICSSRule):
1851
+ '''The CSSMediaRule interface represents a @media rule in a CSS style sheet. A @media rule can be used to delimit style rules for specific media types.'''
1852
+
1853
+ def insert_rule(self, rule : str, index : int) -> int:
1854
+ '''Used to insert a new rule into the media block.
1855
+
1856
+ :param rule: The media rule.
1857
+ :param index: The index.
1858
+ :returns: The inserted index.'''
1859
+ ...
1860
+
1861
+ def delete_rule(self, index : int):
1862
+ '''Used to delete a rule from the media block.
1863
+
1864
+ :param index: The index.'''
1865
+ ...
1866
+
1867
+ @property
1868
+ def media(self) -> aspose.html.dom.css.IMediaList:
1869
+ '''A list of media types for this rule.'''
1870
+ ...
1871
+
1872
+ @property
1873
+ def css_rules(self) -> aspose.html.dom.css.ICSSRuleList:
1874
+ ...
1875
+
1876
+ @property
1877
+ def type(self) -> int:
1878
+ '''The type of the rule, as defined above. The expectation is that binding-specific casting methods can be used to cast down from an instance of the CSSRule interface to the specific derived interface implied by the type.'''
1879
+ ...
1880
+
1881
+ @property
1882
+ def css_text(self) -> str:
1883
+ ...
1884
+
1885
+ @css_text.setter
1886
+ def css_text(self, value : str):
1887
+ ...
1888
+
1889
+ @property
1890
+ def parent_style_sheet(self) -> aspose.html.dom.css.ICSSStyleSheet:
1891
+ ...
1892
+
1893
+ @property
1894
+ def parent_rule(self) -> aspose.html.dom.css.ICSSRule:
1895
+ ...
1896
+
1897
+ ...
1898
+
1899
+ class ICSSPageRule(ICSSRule):
1900
+ '''The CSSPageRule interface represents a @page rule within a CSS style sheet. The @page rule is used to specify the dimensions, orientation, margins, etc. of a page box for paged media.'''
1901
+
1902
+ @property
1903
+ def selector_text(self) -> str:
1904
+ ...
1905
+
1906
+ @selector_text.setter
1907
+ def selector_text(self, value : str):
1908
+ ...
1909
+
1910
+ @property
1911
+ def style(self) -> aspose.html.dom.css.ICSSStyleDeclaration:
1912
+ '''The declaration-block of this rule.'''
1913
+ ...
1914
+
1915
+ @property
1916
+ def type(self) -> int:
1917
+ '''The type of the rule, as defined above. The expectation is that binding-specific casting methods can be used to cast down from an instance of the CSSRule interface to the specific derived interface implied by the type.'''
1918
+ ...
1919
+
1920
+ @property
1921
+ def css_text(self) -> str:
1922
+ ...
1923
+
1924
+ @css_text.setter
1925
+ def css_text(self, value : str):
1926
+ ...
1927
+
1928
+ @property
1929
+ def parent_style_sheet(self) -> aspose.html.dom.css.ICSSStyleSheet:
1930
+ ...
1931
+
1932
+ @property
1933
+ def parent_rule(self) -> aspose.html.dom.css.ICSSRule:
1934
+ ...
1935
+
1936
+ ...
1937
+
1938
+ class ICSSRule:
1939
+ '''The CSSRule interface is the abstract base interface for any type of CSS statement. This includes both rule sets and at-rules. An implementation is expected to preserve all rules specified in a CSS style sheet, even if the rule is not recognized by the parser. Unrecognized rules are represented using the :py:class:`aspose.html.dom.css.ICSSUnknownRule` interface.'''
1940
+
1941
+ @property
1942
+ def type(self) -> int:
1943
+ '''The type of the rule, as defined above. The expectation is that binding-specific casting methods can be used to cast down from an instance of the CSSRule interface to the specific derived interface implied by the type.'''
1944
+ ...
1945
+
1946
+ @property
1947
+ def css_text(self) -> str:
1948
+ ...
1949
+
1950
+ @css_text.setter
1951
+ def css_text(self, value : str):
1952
+ ...
1953
+
1954
+ @property
1955
+ def parent_style_sheet(self) -> aspose.html.dom.css.ICSSStyleSheet:
1956
+ ...
1957
+
1958
+ @property
1959
+ def parent_rule(self) -> aspose.html.dom.css.ICSSRule:
1960
+ ...
1961
+
1962
+ ...
1963
+
1964
+ class ICSSRuleList:
1965
+ '''The CSSRuleList interface provides the abstraction of an ordered collection of CSS rules.'''
1966
+
1967
+ @property
1968
+ def length(self) -> int:
1969
+ '''The number of CSSRules in the list. The range of valid child rule indices is 0 to length-1 inclusive.'''
1970
+ ...
1971
+
1972
+ def __getitem__(self, key : int) -> aspose.html.dom.css.ICSSRule:
1973
+ '''Used to retrieve a CSS rule by method item() (http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSRuleList). The order in this collection represents the order of the rules in the CSS style sheet. If index is greater than or equal to the number of rules in the list, this returns null.'''
1974
+ ...
1975
+
1976
+ ...
1977
+
1978
+ class ICSSStyleDeclaration(ICSS2Properties):
1979
+ '''The CSSStyleDeclaration interface represents a single CSS declaration block. This interface may be used to determine the style properties currently set in a block or to set style properties explicitly within the block.'''
1980
+
1981
+ @overload
1982
+ def set_property(self, property_name : str, value : str):
1983
+ '''Used to set a property value with default priority within this declaration block.
1984
+ Default priority is not "important" i.e. String.Empty
1985
+
1986
+ :param property_name: Name of the property.
1987
+ :param value: The value.'''
1988
+ ...
1989
+
1990
+ @overload
1991
+ def set_property(self, property_name : str, value : str, priority : str):
1992
+ '''Used to set a property value and priority within this declaration block.
1993
+
1994
+ :param property_name: Name of the property.
1995
+ :param value: The value.
1996
+ :param priority: The priority.'''
1997
+ ...
1998
+
1999
+ def get_property_value(self, property_name : str) -> str:
2000
+ '''Used to retrieve the value of a CSS property if it has been explicitly set within this declaration block.
2001
+
2002
+ :param property_name: Name of the property.
2003
+ :returns: Returns property value'''
2004
+ ...
2005
+
2006
+ def get_property_css_value(self, property_name : str) -> aspose.html.dom.css.CSSValue:
2007
+ '''Used to retrieve the object representation of the value of a CSS property if it has been explicitly set within this declaration block. This method returns null if the property is a shorthand property. Shorthand property values can only be accessed and modified as strings, using the getPropertyValue and setProperty methods.
2008
+
2009
+ :param property_name: Name of the property.
2010
+ :returns: Returns property value'''
2011
+ ...
2012
+
2013
+ def remove_property(self, property_name : str) -> str:
2014
+ '''Used to remove a CSS property if it has been explicitly set within this declaration block.
2015
+
2016
+ :param property_name: Name of the property.
2017
+ :returns: Returns property value'''
2018
+ ...
2019
+
2020
+ def get_property_priority(self, property_name : str) -> str:
2021
+ '''Used to retrieve the priority of a CSS property (e.g. the "important" qualifier) if the property has been explicitly set in this declaration block.
2022
+
2023
+ :param property_name: Name of the property.
2024
+ :returns: Returns property priority'''
2025
+ ...
2026
+
2027
+ @property
2028
+ def css_text(self) -> str:
2029
+ ...
2030
+
2031
+ @css_text.setter
2032
+ def css_text(self, value : str):
2033
+ ...
2034
+
2035
+ @property
2036
+ def length(self) -> int:
2037
+ '''The number of properties that have been explicitly set in this declaration block. The range of valid indices is 0 to length-1 inclusive.'''
2038
+ ...
2039
+
2040
+ @property
2041
+ def parent_rule(self) -> aspose.html.dom.css.ICSSRule:
2042
+ ...
2043
+
2044
+ @property
2045
+ def azimuth(self) -> str:
2046
+ '''See the azimuth property definition in CSS2.'''
2047
+ ...
2048
+
2049
+ @azimuth.setter
2050
+ def azimuth(self, value : str):
2051
+ '''See the azimuth property definition in CSS2.'''
2052
+ ...
2053
+
2054
+ @property
2055
+ def background(self) -> str:
2056
+ '''See the background property definition in CSS2.'''
2057
+ ...
2058
+
2059
+ @background.setter
2060
+ def background(self, value : str):
2061
+ '''See the background property definition in CSS2.'''
2062
+ ...
2063
+
2064
+ @property
2065
+ def background_attachment(self) -> str:
2066
+ ...
2067
+
2068
+ @background_attachment.setter
2069
+ def background_attachment(self, value : str):
2070
+ ...
2071
+
2072
+ @property
2073
+ def background_color(self) -> str:
2074
+ ...
2075
+
2076
+ @background_color.setter
2077
+ def background_color(self, value : str):
2078
+ ...
2079
+
2080
+ @property
2081
+ def background_image(self) -> str:
2082
+ ...
2083
+
2084
+ @background_image.setter
2085
+ def background_image(self, value : str):
2086
+ ...
2087
+
2088
+ @property
2089
+ def background_position(self) -> str:
2090
+ ...
2091
+
2092
+ @background_position.setter
2093
+ def background_position(self, value : str):
2094
+ ...
2095
+
2096
+ @property
2097
+ def background_repeat(self) -> str:
2098
+ ...
2099
+
2100
+ @background_repeat.setter
2101
+ def background_repeat(self, value : str):
2102
+ ...
2103
+
2104
+ @property
2105
+ def border(self) -> str:
2106
+ '''See the border property definition in CSS2.'''
2107
+ ...
2108
+
2109
+ @border.setter
2110
+ def border(self, value : str):
2111
+ '''See the border property definition in CSS2.'''
2112
+ ...
2113
+
2114
+ @property
2115
+ def border_collapse(self) -> str:
2116
+ ...
2117
+
2118
+ @border_collapse.setter
2119
+ def border_collapse(self, value : str):
2120
+ ...
2121
+
2122
+ @property
2123
+ def border_color(self) -> str:
2124
+ ...
2125
+
2126
+ @border_color.setter
2127
+ def border_color(self, value : str):
2128
+ ...
2129
+
2130
+ @property
2131
+ def border_spacing(self) -> str:
2132
+ ...
2133
+
2134
+ @border_spacing.setter
2135
+ def border_spacing(self, value : str):
2136
+ ...
2137
+
2138
+ @property
2139
+ def border_style(self) -> str:
2140
+ ...
2141
+
2142
+ @border_style.setter
2143
+ def border_style(self, value : str):
2144
+ ...
2145
+
2146
+ @property
2147
+ def border_top(self) -> str:
2148
+ ...
2149
+
2150
+ @border_top.setter
2151
+ def border_top(self, value : str):
2152
+ ...
2153
+
2154
+ @property
2155
+ def border_right(self) -> str:
2156
+ ...
2157
+
2158
+ @border_right.setter
2159
+ def border_right(self, value : str):
2160
+ ...
2161
+
2162
+ @property
2163
+ def border_bottom(self) -> str:
2164
+ ...
2165
+
2166
+ @border_bottom.setter
2167
+ def border_bottom(self, value : str):
2168
+ ...
2169
+
2170
+ @property
2171
+ def border_left(self) -> str:
2172
+ ...
2173
+
2174
+ @border_left.setter
2175
+ def border_left(self, value : str):
2176
+ ...
2177
+
2178
+ @property
2179
+ def border_top_color(self) -> str:
2180
+ ...
2181
+
2182
+ @border_top_color.setter
2183
+ def border_top_color(self, value : str):
2184
+ ...
2185
+
2186
+ @property
2187
+ def border_right_color(self) -> str:
2188
+ ...
2189
+
2190
+ @border_right_color.setter
2191
+ def border_right_color(self, value : str):
2192
+ ...
2193
+
2194
+ @property
2195
+ def border_bottom_color(self) -> str:
2196
+ ...
2197
+
2198
+ @border_bottom_color.setter
2199
+ def border_bottom_color(self, value : str):
2200
+ ...
2201
+
2202
+ @property
2203
+ def border_left_color(self) -> str:
2204
+ ...
2205
+
2206
+ @border_left_color.setter
2207
+ def border_left_color(self, value : str):
2208
+ ...
2209
+
2210
+ @property
2211
+ def border_top_style(self) -> str:
2212
+ ...
2213
+
2214
+ @border_top_style.setter
2215
+ def border_top_style(self, value : str):
2216
+ ...
2217
+
2218
+ @property
2219
+ def border_right_style(self) -> str:
2220
+ ...
2221
+
2222
+ @border_right_style.setter
2223
+ def border_right_style(self, value : str):
2224
+ ...
2225
+
2226
+ @property
2227
+ def border_bottom_style(self) -> str:
2228
+ ...
2229
+
2230
+ @border_bottom_style.setter
2231
+ def border_bottom_style(self, value : str):
2232
+ ...
2233
+
2234
+ @property
2235
+ def border_left_style(self) -> str:
2236
+ ...
2237
+
2238
+ @border_left_style.setter
2239
+ def border_left_style(self, value : str):
2240
+ ...
2241
+
2242
+ @property
2243
+ def border_top_width(self) -> str:
2244
+ ...
2245
+
2246
+ @border_top_width.setter
2247
+ def border_top_width(self, value : str):
2248
+ ...
2249
+
2250
+ @property
2251
+ def border_right_width(self) -> str:
2252
+ ...
2253
+
2254
+ @border_right_width.setter
2255
+ def border_right_width(self, value : str):
2256
+ ...
2257
+
2258
+ @property
2259
+ def border_bottom_width(self) -> str:
2260
+ ...
2261
+
2262
+ @border_bottom_width.setter
2263
+ def border_bottom_width(self, value : str):
2264
+ ...
2265
+
2266
+ @property
2267
+ def border_left_width(self) -> str:
2268
+ ...
2269
+
2270
+ @border_left_width.setter
2271
+ def border_left_width(self, value : str):
2272
+ ...
2273
+
2274
+ @property
2275
+ def border_width(self) -> str:
2276
+ ...
2277
+
2278
+ @border_width.setter
2279
+ def border_width(self, value : str):
2280
+ ...
2281
+
2282
+ @property
2283
+ def bottom(self) -> str:
2284
+ '''See the bottom property definition in CSS2.'''
2285
+ ...
2286
+
2287
+ @bottom.setter
2288
+ def bottom(self, value : str):
2289
+ '''See the bottom property definition in CSS2.'''
2290
+ ...
2291
+
2292
+ @property
2293
+ def caption_side(self) -> str:
2294
+ ...
2295
+
2296
+ @caption_side.setter
2297
+ def caption_side(self, value : str):
2298
+ ...
2299
+
2300
+ @property
2301
+ def clear(self) -> str:
2302
+ '''See the clear property definition in CSS2.'''
2303
+ ...
2304
+
2305
+ @clear.setter
2306
+ def clear(self, value : str):
2307
+ '''See the clear property definition in CSS2.'''
2308
+ ...
2309
+
2310
+ @property
2311
+ def clip(self) -> str:
2312
+ '''See the clip property definition in CSS2.'''
2313
+ ...
2314
+
2315
+ @clip.setter
2316
+ def clip(self, value : str):
2317
+ '''See the clip property definition in CSS2.'''
2318
+ ...
2319
+
2320
+ @property
2321
+ def color(self) -> str:
2322
+ '''See the color property definition in CSS2.'''
2323
+ ...
2324
+
2325
+ @color.setter
2326
+ def color(self, value : str):
2327
+ '''See the color property definition in CSS2.'''
2328
+ ...
2329
+
2330
+ @property
2331
+ def content(self) -> str:
2332
+ '''See the content property definition in CSS2.'''
2333
+ ...
2334
+
2335
+ @content.setter
2336
+ def content(self, value : str):
2337
+ '''See the content property definition in CSS2.'''
2338
+ ...
2339
+
2340
+ @property
2341
+ def counter_increment(self) -> str:
2342
+ ...
2343
+
2344
+ @counter_increment.setter
2345
+ def counter_increment(self, value : str):
2346
+ ...
2347
+
2348
+ @property
2349
+ def counter_reset(self) -> str:
2350
+ ...
2351
+
2352
+ @counter_reset.setter
2353
+ def counter_reset(self, value : str):
2354
+ ...
2355
+
2356
+ @property
2357
+ def cue(self) -> str:
2358
+ '''See the cue property definition in CSS2.'''
2359
+ ...
2360
+
2361
+ @cue.setter
2362
+ def cue(self, value : str):
2363
+ '''See the cue property definition in CSS2.'''
2364
+ ...
2365
+
2366
+ @property
2367
+ def cue_after(self) -> str:
2368
+ ...
2369
+
2370
+ @cue_after.setter
2371
+ def cue_after(self, value : str):
2372
+ ...
2373
+
2374
+ @property
2375
+ def cue_before(self) -> str:
2376
+ ...
2377
+
2378
+ @cue_before.setter
2379
+ def cue_before(self, value : str):
2380
+ ...
2381
+
2382
+ @property
2383
+ def cursor(self) -> str:
2384
+ '''See the cursor property definition in CSS2.'''
2385
+ ...
2386
+
2387
+ @cursor.setter
2388
+ def cursor(self, value : str):
2389
+ '''See the cursor property definition in CSS2.'''
2390
+ ...
2391
+
2392
+ @property
2393
+ def direction(self) -> str:
2394
+ '''See the direction property definition in CSS2.'''
2395
+ ...
2396
+
2397
+ @direction.setter
2398
+ def direction(self, value : str):
2399
+ '''See the direction property definition in CSS2.'''
2400
+ ...
2401
+
2402
+ @property
2403
+ def display(self) -> str:
2404
+ '''See the display property definition in CSS2.'''
2405
+ ...
2406
+
2407
+ @display.setter
2408
+ def display(self, value : str):
2409
+ '''See the display property definition in CSS2.'''
2410
+ ...
2411
+
2412
+ @property
2413
+ def elevation(self) -> str:
2414
+ '''See the elevation property definition in CSS2.'''
2415
+ ...
2416
+
2417
+ @elevation.setter
2418
+ def elevation(self, value : str):
2419
+ '''See the elevation property definition in CSS2.'''
2420
+ ...
2421
+
2422
+ @property
2423
+ def empty_cells(self) -> str:
2424
+ ...
2425
+
2426
+ @empty_cells.setter
2427
+ def empty_cells(self, value : str):
2428
+ ...
2429
+
2430
+ @property
2431
+ def float(self) -> str:
2432
+ '''See the float property definition in CSS2.'''
2433
+ ...
2434
+
2435
+ @float.setter
2436
+ def float(self, value : str):
2437
+ '''See the float property definition in CSS2.'''
2438
+ ...
2439
+
2440
+ @property
2441
+ def font(self) -> str:
2442
+ '''See the font property definition in CSS2.'''
2443
+ ...
2444
+
2445
+ @font.setter
2446
+ def font(self, value : str):
2447
+ '''See the font property definition in CSS2.'''
2448
+ ...
2449
+
2450
+ @property
2451
+ def font_family(self) -> str:
2452
+ ...
2453
+
2454
+ @font_family.setter
2455
+ def font_family(self, value : str):
2456
+ ...
2457
+
2458
+ @property
2459
+ def font_size(self) -> str:
2460
+ ...
2461
+
2462
+ @font_size.setter
2463
+ def font_size(self, value : str):
2464
+ ...
2465
+
2466
+ @property
2467
+ def font_size_adjust(self) -> str:
2468
+ ...
2469
+
2470
+ @font_size_adjust.setter
2471
+ def font_size_adjust(self, value : str):
2472
+ ...
2473
+
2474
+ @property
2475
+ def font_stretch(self) -> str:
2476
+ ...
2477
+
2478
+ @font_stretch.setter
2479
+ def font_stretch(self, value : str):
2480
+ ...
2481
+
2482
+ @property
2483
+ def font_style(self) -> str:
2484
+ ...
2485
+
2486
+ @font_style.setter
2487
+ def font_style(self, value : str):
2488
+ ...
2489
+
2490
+ @property
2491
+ def font_variant(self) -> str:
2492
+ ...
2493
+
2494
+ @font_variant.setter
2495
+ def font_variant(self, value : str):
2496
+ ...
2497
+
2498
+ @property
2499
+ def font_weight(self) -> str:
2500
+ ...
2501
+
2502
+ @font_weight.setter
2503
+ def font_weight(self, value : str):
2504
+ ...
2505
+
2506
+ @property
2507
+ def height(self) -> str:
2508
+ '''See the height property definition in CSS2.'''
2509
+ ...
2510
+
2511
+ @height.setter
2512
+ def height(self, value : str):
2513
+ '''See the height property definition in CSS2.'''
2514
+ ...
2515
+
2516
+ @property
2517
+ def left(self) -> str:
2518
+ '''See the left property definition in CSS2.'''
2519
+ ...
2520
+
2521
+ @left.setter
2522
+ def left(self, value : str):
2523
+ '''See the left property definition in CSS2.'''
2524
+ ...
2525
+
2526
+ @property
2527
+ def letter_spacing(self) -> str:
2528
+ ...
2529
+
2530
+ @letter_spacing.setter
2531
+ def letter_spacing(self, value : str):
2532
+ ...
2533
+
2534
+ @property
2535
+ def line_height(self) -> str:
2536
+ ...
2537
+
2538
+ @line_height.setter
2539
+ def line_height(self, value : str):
2540
+ ...
2541
+
2542
+ @property
2543
+ def list_style(self) -> str:
2544
+ ...
2545
+
2546
+ @list_style.setter
2547
+ def list_style(self, value : str):
2548
+ ...
2549
+
2550
+ @property
2551
+ def list_style_image(self) -> str:
2552
+ ...
2553
+
2554
+ @list_style_image.setter
2555
+ def list_style_image(self, value : str):
2556
+ ...
2557
+
2558
+ @property
2559
+ def list_style_position(self) -> str:
2560
+ ...
2561
+
2562
+ @list_style_position.setter
2563
+ def list_style_position(self, value : str):
2564
+ ...
2565
+
2566
+ @property
2567
+ def list_style_type(self) -> str:
2568
+ ...
2569
+
2570
+ @list_style_type.setter
2571
+ def list_style_type(self, value : str):
2572
+ ...
2573
+
2574
+ @property
2575
+ def margin(self) -> str:
2576
+ '''See the margin property definition in CSS2.'''
2577
+ ...
2578
+
2579
+ @margin.setter
2580
+ def margin(self, value : str):
2581
+ '''See the margin property definition in CSS2.'''
2582
+ ...
2583
+
2584
+ @property
2585
+ def margin_top(self) -> str:
2586
+ ...
2587
+
2588
+ @margin_top.setter
2589
+ def margin_top(self, value : str):
2590
+ ...
2591
+
2592
+ @property
2593
+ def margin_right(self) -> str:
2594
+ ...
2595
+
2596
+ @margin_right.setter
2597
+ def margin_right(self, value : str):
2598
+ ...
2599
+
2600
+ @property
2601
+ def margin_bottom(self) -> str:
2602
+ ...
2603
+
2604
+ @margin_bottom.setter
2605
+ def margin_bottom(self, value : str):
2606
+ ...
2607
+
2608
+ @property
2609
+ def margin_left(self) -> str:
2610
+ ...
2611
+
2612
+ @margin_left.setter
2613
+ def margin_left(self, value : str):
2614
+ ...
2615
+
2616
+ @property
2617
+ def marker_offset(self) -> str:
2618
+ ...
2619
+
2620
+ @marker_offset.setter
2621
+ def marker_offset(self, value : str):
2622
+ ...
2623
+
2624
+ @property
2625
+ def marks(self) -> str:
2626
+ '''See the marks property definition in CSS2.'''
2627
+ ...
2628
+
2629
+ @marks.setter
2630
+ def marks(self, value : str):
2631
+ '''See the marks property definition in CSS2.'''
2632
+ ...
2633
+
2634
+ @property
2635
+ def max_height(self) -> str:
2636
+ ...
2637
+
2638
+ @max_height.setter
2639
+ def max_height(self, value : str):
2640
+ ...
2641
+
2642
+ @property
2643
+ def max_width(self) -> str:
2644
+ ...
2645
+
2646
+ @max_width.setter
2647
+ def max_width(self, value : str):
2648
+ ...
2649
+
2650
+ @property
2651
+ def min_height(self) -> str:
2652
+ ...
2653
+
2654
+ @min_height.setter
2655
+ def min_height(self, value : str):
2656
+ ...
2657
+
2658
+ @property
2659
+ def min_width(self) -> str:
2660
+ ...
2661
+
2662
+ @min_width.setter
2663
+ def min_width(self, value : str):
2664
+ ...
2665
+
2666
+ @property
2667
+ def orphans(self) -> str:
2668
+ '''See the orphans property definition in CSS2.'''
2669
+ ...
2670
+
2671
+ @orphans.setter
2672
+ def orphans(self, value : str):
2673
+ '''See the orphans property definition in CSS2.'''
2674
+ ...
2675
+
2676
+ @property
2677
+ def outline(self) -> str:
2678
+ '''See the outline property definition in CSS2.'''
2679
+ ...
2680
+
2681
+ @outline.setter
2682
+ def outline(self, value : str):
2683
+ '''See the outline property definition in CSS2.'''
2684
+ ...
2685
+
2686
+ @property
2687
+ def outline_color(self) -> str:
2688
+ ...
2689
+
2690
+ @outline_color.setter
2691
+ def outline_color(self, value : str):
2692
+ ...
2693
+
2694
+ @property
2695
+ def outline_style(self) -> str:
2696
+ ...
2697
+
2698
+ @outline_style.setter
2699
+ def outline_style(self, value : str):
2700
+ ...
2701
+
2702
+ @property
2703
+ def outline_width(self) -> str:
2704
+ ...
2705
+
2706
+ @outline_width.setter
2707
+ def outline_width(self, value : str):
2708
+ ...
2709
+
2710
+ @property
2711
+ def overflow(self) -> str:
2712
+ '''See the overflow property definition in CSS2.'''
2713
+ ...
2714
+
2715
+ @overflow.setter
2716
+ def overflow(self, value : str):
2717
+ '''See the overflow property definition in CSS2.'''
2718
+ ...
2719
+
2720
+ @property
2721
+ def padding(self) -> str:
2722
+ '''See the padding property definition in CSS2.'''
2723
+ ...
2724
+
2725
+ @padding.setter
2726
+ def padding(self, value : str):
2727
+ '''See the padding property definition in CSS2.'''
2728
+ ...
2729
+
2730
+ @property
2731
+ def padding_top(self) -> str:
2732
+ ...
2733
+
2734
+ @padding_top.setter
2735
+ def padding_top(self, value : str):
2736
+ ...
2737
+
2738
+ @property
2739
+ def padding_right(self) -> str:
2740
+ ...
2741
+
2742
+ @padding_right.setter
2743
+ def padding_right(self, value : str):
2744
+ ...
2745
+
2746
+ @property
2747
+ def padding_bottom(self) -> str:
2748
+ ...
2749
+
2750
+ @padding_bottom.setter
2751
+ def padding_bottom(self, value : str):
2752
+ ...
2753
+
2754
+ @property
2755
+ def padding_left(self) -> str:
2756
+ ...
2757
+
2758
+ @padding_left.setter
2759
+ def padding_left(self, value : str):
2760
+ ...
2761
+
2762
+ @property
2763
+ def page(self) -> str:
2764
+ '''See the page property definition in CSS2.'''
2765
+ ...
2766
+
2767
+ @page.setter
2768
+ def page(self, value : str):
2769
+ '''See the page property definition in CSS2.'''
2770
+ ...
2771
+
2772
+ @property
2773
+ def page_break_after(self) -> str:
2774
+ ...
2775
+
2776
+ @page_break_after.setter
2777
+ def page_break_after(self, value : str):
2778
+ ...
2779
+
2780
+ @property
2781
+ def page_break_before(self) -> str:
2782
+ ...
2783
+
2784
+ @page_break_before.setter
2785
+ def page_break_before(self, value : str):
2786
+ ...
2787
+
2788
+ @property
2789
+ def page_break_inside(self) -> str:
2790
+ ...
2791
+
2792
+ @page_break_inside.setter
2793
+ def page_break_inside(self, value : str):
2794
+ ...
2795
+
2796
+ @property
2797
+ def pause(self) -> str:
2798
+ '''See the pause property definition in CSS2.'''
2799
+ ...
2800
+
2801
+ @pause.setter
2802
+ def pause(self, value : str):
2803
+ '''See the pause property definition in CSS2.'''
2804
+ ...
2805
+
2806
+ @property
2807
+ def pause_after(self) -> str:
2808
+ ...
2809
+
2810
+ @pause_after.setter
2811
+ def pause_after(self, value : str):
2812
+ ...
2813
+
2814
+ @property
2815
+ def pause_before(self) -> str:
2816
+ ...
2817
+
2818
+ @pause_before.setter
2819
+ def pause_before(self, value : str):
2820
+ ...
2821
+
2822
+ @property
2823
+ def pitch(self) -> str:
2824
+ '''See the pitch property definition in CSS2.'''
2825
+ ...
2826
+
2827
+ @pitch.setter
2828
+ def pitch(self, value : str):
2829
+ '''See the pitch property definition in CSS2.'''
2830
+ ...
2831
+
2832
+ @property
2833
+ def pitch_range(self) -> str:
2834
+ ...
2835
+
2836
+ @pitch_range.setter
2837
+ def pitch_range(self, value : str):
2838
+ ...
2839
+
2840
+ @property
2841
+ def play_during(self) -> str:
2842
+ ...
2843
+
2844
+ @play_during.setter
2845
+ def play_during(self, value : str):
2846
+ ...
2847
+
2848
+ @property
2849
+ def position(self) -> str:
2850
+ '''See the position property definition in CSS2.'''
2851
+ ...
2852
+
2853
+ @position.setter
2854
+ def position(self, value : str):
2855
+ '''See the position property definition in CSS2.'''
2856
+ ...
2857
+
2858
+ @property
2859
+ def quotes(self) -> str:
2860
+ '''See the quotes property definition in CSS2.'''
2861
+ ...
2862
+
2863
+ @quotes.setter
2864
+ def quotes(self, value : str):
2865
+ '''See the quotes property definition in CSS2.'''
2866
+ ...
2867
+
2868
+ @property
2869
+ def richness(self) -> str:
2870
+ '''See the richness property definition in CSS2.'''
2871
+ ...
2872
+
2873
+ @richness.setter
2874
+ def richness(self, value : str):
2875
+ '''See the richness property definition in CSS2.'''
2876
+ ...
2877
+
2878
+ @property
2879
+ def right(self) -> str:
2880
+ '''See the right property definition in CSS2.'''
2881
+ ...
2882
+
2883
+ @right.setter
2884
+ def right(self, value : str):
2885
+ '''See the right property definition in CSS2.'''
2886
+ ...
2887
+
2888
+ @property
2889
+ def size(self) -> str:
2890
+ '''See the size property definition in CSS2.'''
2891
+ ...
2892
+
2893
+ @size.setter
2894
+ def size(self, value : str):
2895
+ '''See the size property definition in CSS2.'''
2896
+ ...
2897
+
2898
+ @property
2899
+ def speak(self) -> str:
2900
+ '''See the speak property definition in CSS2.'''
2901
+ ...
2902
+
2903
+ @speak.setter
2904
+ def speak(self, value : str):
2905
+ '''See the speak property definition in CSS2.'''
2906
+ ...
2907
+
2908
+ @property
2909
+ def speak_header(self) -> str:
2910
+ ...
2911
+
2912
+ @speak_header.setter
2913
+ def speak_header(self, value : str):
2914
+ ...
2915
+
2916
+ @property
2917
+ def speak_numeral(self) -> str:
2918
+ ...
2919
+
2920
+ @speak_numeral.setter
2921
+ def speak_numeral(self, value : str):
2922
+ ...
2923
+
2924
+ @property
2925
+ def speak_punctuation(self) -> str:
2926
+ ...
2927
+
2928
+ @speak_punctuation.setter
2929
+ def speak_punctuation(self, value : str):
2930
+ ...
2931
+
2932
+ @property
2933
+ def speech_rate(self) -> str:
2934
+ ...
2935
+
2936
+ @speech_rate.setter
2937
+ def speech_rate(self, value : str):
2938
+ ...
2939
+
2940
+ @property
2941
+ def stress(self) -> str:
2942
+ '''See the stress property definition in CSS2.'''
2943
+ ...
2944
+
2945
+ @stress.setter
2946
+ def stress(self, value : str):
2947
+ '''See the stress property definition in CSS2.'''
2948
+ ...
2949
+
2950
+ @property
2951
+ def table_layout(self) -> str:
2952
+ ...
2953
+
2954
+ @table_layout.setter
2955
+ def table_layout(self, value : str):
2956
+ ...
2957
+
2958
+ @property
2959
+ def text_align(self) -> str:
2960
+ ...
2961
+
2962
+ @text_align.setter
2963
+ def text_align(self, value : str):
2964
+ ...
2965
+
2966
+ @property
2967
+ def text_decoration(self) -> str:
2968
+ ...
2969
+
2970
+ @text_decoration.setter
2971
+ def text_decoration(self, value : str):
2972
+ ...
2973
+
2974
+ @property
2975
+ def text_indent(self) -> str:
2976
+ ...
2977
+
2978
+ @text_indent.setter
2979
+ def text_indent(self, value : str):
2980
+ ...
2981
+
2982
+ @property
2983
+ def text_shadow(self) -> str:
2984
+ ...
2985
+
2986
+ @text_shadow.setter
2987
+ def text_shadow(self, value : str):
2988
+ ...
2989
+
2990
+ @property
2991
+ def text_transform(self) -> str:
2992
+ ...
2993
+
2994
+ @text_transform.setter
2995
+ def text_transform(self, value : str):
2996
+ ...
2997
+
2998
+ @property
2999
+ def top(self) -> str:
3000
+ '''See the top property definition in CSS2.'''
3001
+ ...
3002
+
3003
+ @top.setter
3004
+ def top(self, value : str):
3005
+ '''See the top property definition in CSS2.'''
3006
+ ...
3007
+
3008
+ @property
3009
+ def unicode_bidi(self) -> str:
3010
+ ...
3011
+
3012
+ @unicode_bidi.setter
3013
+ def unicode_bidi(self, value : str):
3014
+ ...
3015
+
3016
+ @property
3017
+ def vertical_align(self) -> str:
3018
+ ...
3019
+
3020
+ @vertical_align.setter
3021
+ def vertical_align(self, value : str):
3022
+ ...
3023
+
3024
+ @property
3025
+ def visibility(self) -> str:
3026
+ '''See the visibility property definition in CSS2.'''
3027
+ ...
3028
+
3029
+ @visibility.setter
3030
+ def visibility(self, value : str):
3031
+ '''See the visibility property definition in CSS2.'''
3032
+ ...
3033
+
3034
+ @property
3035
+ def voice_family(self) -> str:
3036
+ ...
3037
+
3038
+ @voice_family.setter
3039
+ def voice_family(self, value : str):
3040
+ ...
3041
+
3042
+ @property
3043
+ def volume(self) -> str:
3044
+ '''See the volume property definition in CSS2.'''
3045
+ ...
3046
+
3047
+ @volume.setter
3048
+ def volume(self, value : str):
3049
+ '''See the volume property definition in CSS2.'''
3050
+ ...
3051
+
3052
+ @property
3053
+ def white_space(self) -> str:
3054
+ ...
3055
+
3056
+ @white_space.setter
3057
+ def white_space(self, value : str):
3058
+ ...
3059
+
3060
+ @property
3061
+ def widows(self) -> str:
3062
+ '''See the widows property definition in CSS2.'''
3063
+ ...
3064
+
3065
+ @widows.setter
3066
+ def widows(self, value : str):
3067
+ '''See the widows property definition in CSS2.'''
3068
+ ...
3069
+
3070
+ @property
3071
+ def width(self) -> str:
3072
+ '''See the width property definition in CSS2.'''
3073
+ ...
3074
+
3075
+ @width.setter
3076
+ def width(self, value : str):
3077
+ '''See the width property definition in CSS2.'''
3078
+ ...
3079
+
3080
+ @property
3081
+ def word_spacing(self) -> str:
3082
+ ...
3083
+
3084
+ @word_spacing.setter
3085
+ def word_spacing(self, value : str):
3086
+ ...
3087
+
3088
+ @property
3089
+ def z_index(self) -> str:
3090
+ ...
3091
+
3092
+ @z_index.setter
3093
+ def z_index(self, value : str):
3094
+ ...
3095
+
3096
+ def __getitem__(self, key : int) -> str:
3097
+ '''Used to retrieve the properties that have been explicitly set in this declaration block. The order of the properties retrieved using this method does not have to be the order in which they were set. This method can be used to iterate over all properties in this declaration block.'''
3098
+ ...
3099
+
3100
+ ...
3101
+
3102
+ class ICSSStyleRule(ICSSRule):
3103
+ '''The CSSStyleRule interface represents a single rule set in a CSS style sheet.'''
3104
+
3105
+ @property
3106
+ def selector_text(self) -> str:
3107
+ ...
3108
+
3109
+ @property
3110
+ def style(self) -> aspose.html.dom.css.ICSSStyleDeclaration:
3111
+ '''The declaration-block of this rule set.'''
3112
+ ...
3113
+
3114
+ @property
3115
+ def type(self) -> int:
3116
+ '''The type of the rule, as defined above. The expectation is that binding-specific casting methods can be used to cast down from an instance of the CSSRule interface to the specific derived interface implied by the type.'''
3117
+ ...
3118
+
3119
+ @property
3120
+ def css_text(self) -> str:
3121
+ ...
3122
+
3123
+ @css_text.setter
3124
+ def css_text(self, value : str):
3125
+ ...
3126
+
3127
+ @property
3128
+ def parent_style_sheet(self) -> aspose.html.dom.css.ICSSStyleSheet:
3129
+ ...
3130
+
3131
+ @property
3132
+ def parent_rule(self) -> aspose.html.dom.css.ICSSRule:
3133
+ ...
3134
+
3135
+ ...
3136
+
3137
+ class ICSSStyleSheet(IStyleSheet):
3138
+ '''The CSSStyleSheet interface is a concrete interface used to represent a CSS style sheet i.e., a style sheet whose content type is "text/css".'''
3139
+
3140
+ def insert_rule(self, rule : str, index : int) -> int:
3141
+ '''Used to insert a new rule into the style sheet. The new rule now becomes part of the cascade.
3142
+
3143
+ :param rule: The style rule.
3144
+ :param index: The rule index.
3145
+ :returns: The inserted index'''
3146
+ ...
3147
+
3148
+ def delete_rule(self, index : int):
3149
+ '''Used to delete a rule from the style sheet.
3150
+
3151
+ :param index: The index.'''
3152
+ ...
3153
+
3154
+ @property
3155
+ def owner_rule(self) -> aspose.html.dom.css.ICSSRule:
3156
+ ...
3157
+
3158
+ @property
3159
+ def css_rules(self) -> aspose.html.dom.css.ICSSRuleList:
3160
+ ...
3161
+
3162
+ @property
3163
+ def type(self) -> str:
3164
+ '''This specifies the style sheet language for this style sheet. The style sheet language is specified as a content type (e.g. "text/css").'''
3165
+ ...
3166
+
3167
+ @property
3168
+ def disabled(self) -> bool:
3169
+ '''false if the style sheet is applied to the document. true if it is not. Modifying this attribute may cause a new resolution of style for the document. A stylesheet only applies if both an appropriate medium definition is present and the disabled attribute is false. So, if the media doesn't apply to the current user agent, the disabled attribute is ignored.'''
3170
+ ...
3171
+
3172
+ @disabled.setter
3173
+ def disabled(self, value : bool):
3174
+ '''false if the style sheet is applied to the document. true if it is not. Modifying this attribute may cause a new resolution of style for the document. A stylesheet only applies if both an appropriate medium definition is present and the disabled attribute is false. So, if the media doesn't apply to the current user agent, the disabled attribute is ignored.'''
3175
+ ...
3176
+
3177
+ @property
3178
+ def owner_node(self) -> aspose.html.dom.Node:
3179
+ ...
3180
+
3181
+ @property
3182
+ def parent_style_sheet(self) -> aspose.html.dom.css.IStyleSheet:
3183
+ ...
3184
+
3185
+ @property
3186
+ def href(self) -> str:
3187
+ '''If the style sheet is a linked style sheet, the value of its attribute is its location. For inline style sheets, the value of this attribute is null.'''
3188
+ ...
3189
+
3190
+ @property
3191
+ def title(self) -> str:
3192
+ '''The advisory title.'''
3193
+ ...
3194
+
3195
+ @property
3196
+ def media(self) -> aspose.html.dom.css.IMediaList:
3197
+ '''The intended destination media for style information.'''
3198
+ ...
3199
+
3200
+ ...
3201
+
3202
+ class ICSSUnknownRule(ICSSRule):
3203
+ '''The CSSUnknownRule interface represents an at-rule not supported by this user agent.'''
3204
+
3205
+ @property
3206
+ def type(self) -> int:
3207
+ '''The type of the rule, as defined above. The expectation is that binding-specific casting methods can be used to cast down from an instance of the CSSRule interface to the specific derived interface implied by the type.'''
3208
+ ...
3209
+
3210
+ @property
3211
+ def css_text(self) -> str:
3212
+ ...
3213
+
3214
+ @css_text.setter
3215
+ def css_text(self, value : str):
3216
+ ...
3217
+
3218
+ @property
3219
+ def parent_style_sheet(self) -> aspose.html.dom.css.ICSSStyleSheet:
3220
+ ...
3221
+
3222
+ @property
3223
+ def parent_rule(self) -> aspose.html.dom.css.ICSSRule:
3224
+ ...
3225
+
3226
+ ...
3227
+
3228
+ class ICSSValueList:
3229
+ '''The interface provides the abstraction of an ordered collection of CSS values.'''
3230
+
3231
+ @property
3232
+ def length(self) -> int:
3233
+ '''The number of CSSValues in the list.'''
3234
+ ...
3235
+
3236
+ def __getitem__(self, key : int) -> aspose.html.dom.css.CSSValue:
3237
+ '''Method returns the :py:class:`aspose.html.dom.css.CSSValue` at the specified index.
3238
+ http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html#CSS-CSSValueList'''
3239
+ ...
3240
+
3241
+ ...
3242
+
3243
+ class IDocumentCSS(IDocumentStyle):
3244
+ '''This interface represents a document with a CSS view.'''
3245
+
3246
+ def get_override_style(self, elt : aspose.html.dom.Element, pseudo_elt : str) -> aspose.html.dom.css.ICSSStyleDeclaration:
3247
+ '''This method is used to retrieve the override style declaration for a specified element and a specified pseudo-element.
3248
+
3249
+ :param elt: The element whose style is to be modified. This parameter cannot be null.
3250
+ :param pseudo_elt: The pseudo-element or null if none.
3251
+ :returns: The override style declaration'''
3252
+ ...
3253
+
3254
+ @property
3255
+ def style_sheets(self) -> aspose.html.dom.css.IStyleSheetList:
3256
+ ...
3257
+
3258
+ ...
3259
+
3260
+ class IDocumentStyle:
3261
+ '''The DocumentStyle interface provides a mechanism by which the style sheets embedded in a document can be retrieved. The expectation is that an instance of the DocumentStyle interface can be obtained by using binding-specific casting methods on an instance of the Document interface.'''
3262
+
3263
+ @property
3264
+ def style_sheets(self) -> aspose.html.dom.css.IStyleSheetList:
3265
+ ...
3266
+
3267
+ ...
3268
+
3269
+ class IElementCSSInlineStyle:
3270
+ '''Inline style information attached to elements is exposed through the style attribute. This represents the contents of the STYLE attribute for HTML elements (or elements in other schemas or DTDs which use the STYLE attribute in the same way).'''
3271
+
3272
+ @property
3273
+ def style(self) -> aspose.html.dom.css.ICSSStyleDeclaration:
3274
+ '''Represents Represents a style attribute that allows author to directly apply style information to specific element.'''
3275
+ ...
3276
+
3277
+ ...
3278
+
3279
+ class ILinkStyle:
3280
+ '''The LinkStyle interface provides a mechanism by which a style sheet can be retrieved from the node responsible for linking it into a document. An instance of the LinkStyle interface can be obtained using binding-specific casting methods on an instance of a linking node (HTMLLinkElement, HTMLStyleElement or ProcessingInstruction in DOM Level 2).'''
3281
+
3282
+ @property
3283
+ def sheet(self) -> aspose.html.dom.css.IStyleSheet:
3284
+ '''Gets the associated style sheet.'''
3285
+ ...
3286
+
3287
+ ...
3288
+
3289
+ class IMediaList:
3290
+ '''The MediaList interface provides the abstraction of an ordered collection of media, without defining or constraining how this collection is implemented. An empty list is the same as a list that contains the medium "all".'''
3291
+
3292
+ def delete_medium(self, old_medium : str):
3293
+ '''Deletes the medium indicated by oldMedium from the list.
3294
+
3295
+ :param old_medium: The old medium.'''
3296
+ ...
3297
+
3298
+ def append_medium(self, new_medium : str):
3299
+ '''Adds the medium newMedium to the end of the list. If the newMedium is already used, it is first removed.
3300
+
3301
+ :param new_medium: The new medium.'''
3302
+ ...
3303
+
3304
+ @property
3305
+ def media_text(self) -> str:
3306
+ ...
3307
+
3308
+ @property
3309
+ def length(self) -> int:
3310
+ '''The number of media in the list. The range of valid media is 0 to length-1 inclusive.'''
3311
+ ...
3312
+
3313
+ def __getitem__(self, key : int) -> str:
3314
+ '''Returns the indexth in the list. If index is greater than or equal to the number of media in the list, this returns null.'''
3315
+ ...
3316
+
3317
+ ...
3318
+
3319
+ class IStyleSheet:
3320
+ '''The StyleSheet interface is the abstract base interface for any type of style sheet. It represents a single style sheet associated with a structured document.'''
3321
+
3322
+ @property
3323
+ def type(self) -> str:
3324
+ '''This specifies the style sheet language for this style sheet. The style sheet language is specified as a content type (e.g. "text/css").'''
3325
+ ...
3326
+
3327
+ @property
3328
+ def disabled(self) -> bool:
3329
+ '''false if the style sheet is applied to the document. true if it is not. Modifying this attribute may cause a new resolution of style for the document. A stylesheet only applies if both an appropriate medium definition is present and the disabled attribute is false. So, if the media doesn't apply to the current user agent, the disabled attribute is ignored.'''
3330
+ ...
3331
+
3332
+ @disabled.setter
3333
+ def disabled(self, value : bool):
3334
+ '''false if the style sheet is applied to the document. true if it is not. Modifying this attribute may cause a new resolution of style for the document. A stylesheet only applies if both an appropriate medium definition is present and the disabled attribute is false. So, if the media doesn't apply to the current user agent, the disabled attribute is ignored.'''
3335
+ ...
3336
+
3337
+ @property
3338
+ def owner_node(self) -> aspose.html.dom.Node:
3339
+ ...
3340
+
3341
+ @property
3342
+ def parent_style_sheet(self) -> aspose.html.dom.css.IStyleSheet:
3343
+ ...
3344
+
3345
+ @property
3346
+ def href(self) -> str:
3347
+ '''If the style sheet is a linked style sheet, the value of its attribute is its location. For inline style sheets, the value of this attribute is null.'''
3348
+ ...
3349
+
3350
+ @property
3351
+ def title(self) -> str:
3352
+ '''The advisory title.'''
3353
+ ...
3354
+
3355
+ @property
3356
+ def media(self) -> aspose.html.dom.css.IMediaList:
3357
+ '''The intended destination media for style information.'''
3358
+ ...
3359
+
3360
+ ...
3361
+
3362
+ class IStyleSheetList:
3363
+ '''The StyleSheetList interface provides the abstraction of an ordered collection of style sheets.'''
3364
+
3365
+ @property
3366
+ def length(self) -> int:
3367
+ '''The number of StyleSheets in the list. The range of valid child stylesheet indices is 0 to length-1 inclusive.'''
3368
+ ...
3369
+
3370
+ def __getitem__(self, key : int) -> aspose.html.dom.css.ICSSStyleSheet:
3371
+ '''Used to retrieve a style sheet by method item(int index) accordind to http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/stylesheets.html.'''
3372
+ ...
3373
+
3374
+ ...
3375
+
3376
+ class IViewCSS(aspose.html.dom.views.IAbstractView):
3377
+ '''This interface represents a CSS view.'''
3378
+
3379
+ @overload
3380
+ def get_computed_style(self, element : aspose.html.dom.Element) -> aspose.html.dom.css.ICSSStyleDeclaration:
3381
+ '''This method is used to get the computed style as it is defined in CSS2.
3382
+
3383
+ :param element: The element whose style is to be computed. This parameter cannot be null.
3384
+ :returns: The computed style'''
3385
+ ...
3386
+
3387
+ @overload
3388
+ def get_computed_style(self, element : aspose.html.dom.Element, pseudo_element : str) -> aspose.html.dom.css.ICSSStyleDeclaration:
3389
+ '''This method is used to get the computed style as it is defined in CSS2.
3390
+
3391
+ :param element: The element whose style is to be computed. This parameter cannot be null.
3392
+ :param pseudo_element: The pseudo element.
3393
+ :returns: The computed style'''
3394
+ ...
3395
+
3396
+ @property
3397
+ def document(self) -> aspose.html.dom.views.IDocumentView:
3398
+ '''The source DocumentView of which this is an AbstractView.'''
3399
+ ...
3400
+
3401
+ ...
3402
+
3403
+ class RGBColor(aspose.html.dom.DOMObject):
3404
+ '''The RGBColor interface is used to represent any RGB color value. This interface reflects the values in the underlying style property. Hence, modifications made to the CSSPrimitiveValue objects modify the style property.'''
3405
+
3406
+ def get_platform_type(self) -> Type:
3407
+ '''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
3408
+
3409
+ :returns: The ECMAScript object :py:class:`System.Type`.'''
3410
+ ...
3411
+
3412
+ def to_native(self) -> aspose.pydrawing.Color:
3413
+ '''Converts to the native color object.
3414
+
3415
+ :returns: The :py:class:`aspose.pydrawing.Color` object.'''
3416
+ ...
3417
+
3418
+ @property
3419
+ def red(self) -> aspose.html.dom.css.CSSPrimitiveValue:
3420
+ '''This attribute is used for the red value of the RGB color.'''
3421
+ ...
3422
+
3423
+ @property
3424
+ def green(self) -> aspose.html.dom.css.CSSPrimitiveValue:
3425
+ '''This attribute is used for the green value of the RGB color.'''
3426
+ ...
3427
+
3428
+ @property
3429
+ def blue(self) -> aspose.html.dom.css.CSSPrimitiveValue:
3430
+ '''This attribute is used for the blue value of the RGB color.'''
3431
+ ...
3432
+
3433
+ @property
3434
+ def alpha(self) -> aspose.html.dom.css.CSSPrimitiveValue:
3435
+ '''This attribute is used for the alpha value of the RGB color.'''
3436
+ ...
3437
+
3438
+ ...
3439
+
3440
+ class Rect(aspose.html.dom.DOMObject):
3441
+ '''The Rect interface is used to represent any rect value. This interface reflects the values in the underlying style property. Hence, modifications made to the CSSPrimitiveValue objects modify the style property.'''
3442
+
3443
+ def get_platform_type(self) -> Type:
3444
+ '''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
3445
+
3446
+ :returns: The ECMAScript object :py:class:`System.Type`.'''
3447
+ ...
3448
+
3449
+ @property
3450
+ def top(self) -> aspose.html.dom.css.CSSPrimitiveValue:
3451
+ '''This attribute is used for the top of the rect.'''
3452
+ ...
3453
+
3454
+ @property
3455
+ def right(self) -> aspose.html.dom.css.CSSPrimitiveValue:
3456
+ '''This attribute is used for the right of the rect.'''
3457
+ ...
3458
+
3459
+ @property
3460
+ def bottom(self) -> aspose.html.dom.css.CSSPrimitiveValue:
3461
+ '''This attribute is used for the bottom of the rect.'''
3462
+ ...
3463
+
3464
+ @property
3465
+ def left(self) -> aspose.html.dom.css.CSSPrimitiveValue:
3466
+ '''This attribute is used for the left of the rect.'''
3467
+ ...
3468
+
3469
+ ...
3470
+
3471
+ class CSSEngineMode:
3472
+ '''Specifies CSSEngine mode'''
3473
+
3474
+ @classmethod
3475
+ @property
3476
+ def DEFAULT(cls) -> CSSEngineMode:
3477
+ '''CSS engine will work like usual.'''
3478
+ ...
3479
+
3480
+ @classmethod
3481
+ @property
3482
+ def NOT_STRICT(cls) -> CSSEngineMode:
3483
+ '''CSS parser will work in not strict mode. All not documented properties will be parsed and could be accessed through :py:class:`aspose.html.dom.css.ICSSStyleDeclaration`.'''
3484
+ ...
3485
+
3486
+ ...
3487
+