aspose-html-net 25.9.0__py3-none-macosx_10_14_x86_64.whl

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