rubyXL 3.4.9 → 3.4.15

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 (414) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/Gemfile.lock +33 -33
  4. data/LICENSE.txt +1 -1
  5. data/README.rdoc +6 -1
  6. data/VERSION +1 -1
  7. data/lib/rubyXL/convenience_methods/color.rb +5 -3
  8. data/lib/rubyXL/convenience_methods/worksheet.rb +12 -0
  9. data/lib/rubyXL/objects/data_validation.rb +2 -0
  10. data/lib/rubyXL/objects/document_properties.rb +2 -2
  11. data/lib/rubyXL/objects/ooxml_object.rb +5 -0
  12. data/lib/rubyXL/objects/sheet_data.rb +2 -2
  13. data/lib/rubyXL/objects/storage.rb +1 -0
  14. data/lib/rubyXL/objects/text.rb +1 -1
  15. data/lib/rubyXL/objects/workbook.rb +4 -1
  16. data/lib/rubyXL/worksheet.rb +2 -0
  17. data/rdoc/README_rdoc.html +10 -5
  18. data/rdoc/RubyXL.html +9 -4
  19. data/rdoc/RubyXL/AExtension.html +9 -4
  20. data/rdoc/RubyXL/AExtensionStorageArea.html +9 -4
  21. data/rdoc/RubyXL/ActiveX.html +10 -5
  22. data/rdoc/RubyXL/ActiveXBinary.html +9 -4
  23. data/rdoc/RubyXL/AdjustHandleList.html +9 -4
  24. data/rdoc/RubyXL/Alignment.html +9 -4
  25. data/rdoc/RubyXL/AlternateContent.html +9 -4
  26. data/rdoc/RubyXL/Authors.html +9 -4
  27. data/rdoc/RubyXL/AutoFilter.html +9 -4
  28. data/rdoc/RubyXL/AutoFilterColumn.html +9 -4
  29. data/rdoc/RubyXL/BinaryImageFile.html +9 -4
  30. data/rdoc/RubyXL/BodyProperties.html +9 -4
  31. data/rdoc/RubyXL/BooleanNode.html +9 -4
  32. data/rdoc/RubyXL/BooleanValue.html +9 -4
  33. data/rdoc/RubyXL/Border.html +9 -4
  34. data/rdoc/RubyXL/BorderEdge.html +9 -4
  35. data/rdoc/RubyXL/Borders.html +9 -4
  36. data/rdoc/RubyXL/Break.html +9 -4
  37. data/rdoc/RubyXL/BreakList.html +9 -4
  38. data/rdoc/RubyXL/CT_AdjPoint2D.html +9 -4
  39. data/rdoc/RubyXL/CT_AlphaBiLevelEffect.html +9 -4
  40. data/rdoc/RubyXL/CT_AlphaModulateEffect.html +9 -4
  41. data/rdoc/RubyXL/CT_AlphaModulateFixedEffect.html +9 -4
  42. data/rdoc/RubyXL/CT_AlphaOutsetEffect.html +9 -4
  43. data/rdoc/RubyXL/CT_AlphaReplaceEffect.html +9 -4
  44. data/rdoc/RubyXL/CT_Backdrop.html +9 -4
  45. data/rdoc/RubyXL/CT_Bevel.html +9 -4
  46. data/rdoc/RubyXL/CT_BiLevelEffect.html +9 -4
  47. data/rdoc/RubyXL/CT_BlendEffect.html +9 -4
  48. data/rdoc/RubyXL/CT_Blip.html +9 -4
  49. data/rdoc/RubyXL/CT_BlipFillProperties.html +9 -4
  50. data/rdoc/RubyXL/CT_BlurEffect.html +9 -4
  51. data/rdoc/RubyXL/CT_Camera.html +9 -4
  52. data/rdoc/RubyXL/CT_Color.html +9 -4
  53. data/rdoc/RubyXL/CT_ColorChangeEffect.html +9 -4
  54. data/rdoc/RubyXL/CT_ColorMapping.html +9 -4
  55. data/rdoc/RubyXL/CT_ColorScheme.html +9 -4
  56. data/rdoc/RubyXL/CT_ColorSchemeAndMapping.html +9 -4
  57. data/rdoc/RubyXL/CT_ConnectionSite.html +9 -4
  58. data/rdoc/RubyXL/CT_ConnectionSiteList.html +9 -4
  59. data/rdoc/RubyXL/CT_DashStop.html +9 -4
  60. data/rdoc/RubyXL/CT_DashStopList.html +9 -4
  61. data/rdoc/RubyXL/CT_DefaultShapeDefinition.html +9 -4
  62. data/rdoc/RubyXL/CT_DuotoneEffect.html +9 -4
  63. data/rdoc/RubyXL/CT_EffectContainer.html +9 -4
  64. data/rdoc/RubyXL/CT_EffectList.html +9 -4
  65. data/rdoc/RubyXL/CT_EffectReference.html +9 -4
  66. data/rdoc/RubyXL/CT_EffectStyleItem.html +9 -4
  67. data/rdoc/RubyXL/CT_EffectStyleList.html +9 -4
  68. data/rdoc/RubyXL/CT_EmbeddedWAVAudioFile.html +9 -4
  69. data/rdoc/RubyXL/CT_FillEffect.html +9 -4
  70. data/rdoc/RubyXL/CT_FillOverlayEffect.html +9 -4
  71. data/rdoc/RubyXL/CT_FillStyleList.html +9 -4
  72. data/rdoc/RubyXL/CT_FlatText.html +9 -4
  73. data/rdoc/RubyXL/CT_FontCollection.html +9 -4
  74. data/rdoc/RubyXL/CT_FontReference.html +9 -4
  75. data/rdoc/RubyXL/CT_GeomGuideList.html +9 -4
  76. data/rdoc/RubyXL/CT_GlowEffect.html +9 -4
  77. data/rdoc/RubyXL/CT_GradientFillProperties.html +9 -4
  78. data/rdoc/RubyXL/CT_GradientStop.html +9 -4
  79. data/rdoc/RubyXL/CT_GradientStopList.html +9 -4
  80. data/rdoc/RubyXL/CT_HSLEffect.html +9 -4
  81. data/rdoc/RubyXL/CT_HslColor.html +9 -4
  82. data/rdoc/RubyXL/CT_Hyperlink.html +9 -4
  83. data/rdoc/RubyXL/CT_InnerShadowEffect.html +9 -4
  84. data/rdoc/RubyXL/CT_LightRig.html +9 -4
  85. data/rdoc/RubyXL/CT_LineEndProperties.html +9 -4
  86. data/rdoc/RubyXL/CT_LineJoinMiterProperties.html +9 -4
  87. data/rdoc/RubyXL/CT_LineProperties.html +9 -4
  88. data/rdoc/RubyXL/CT_LineStyleList.html +9 -4
  89. data/rdoc/RubyXL/CT_LinearShadeProperties.html +9 -4
  90. data/rdoc/RubyXL/CT_LuminanceEffect.html +9 -4
  91. data/rdoc/RubyXL/CT_ObjectStyleDefaults.html +9 -4
  92. data/rdoc/RubyXL/CT_OuterShadowEffect.html +9 -4
  93. data/rdoc/RubyXL/CT_Path2D.html +9 -4
  94. data/rdoc/RubyXL/CT_Path2DArcTo.html +9 -4
  95. data/rdoc/RubyXL/CT_Path2DCubicBezierTo.html +9 -4
  96. data/rdoc/RubyXL/CT_Path2DList.html +9 -4
  97. data/rdoc/RubyXL/CT_Path2DQuadBezierTo.html +9 -4
  98. data/rdoc/RubyXL/CT_Path2DTo.html +9 -4
  99. data/rdoc/RubyXL/CT_PathShadeProperties.html +9 -4
  100. data/rdoc/RubyXL/CT_PatternFillProperties.html +9 -4
  101. data/rdoc/RubyXL/CT_Point3D.html +9 -4
  102. data/rdoc/RubyXL/CT_PolarAdjustHandle.html +9 -4
  103. data/rdoc/RubyXL/CT_PresetColor.html +9 -4
  104. data/rdoc/RubyXL/CT_PresetLineDashProperties.html +9 -4
  105. data/rdoc/RubyXL/CT_PresetShadowEffect.html +9 -4
  106. data/rdoc/RubyXL/CT_PresetTextShape.html +9 -4
  107. data/rdoc/RubyXL/CT_ReflectionEffect.html +9 -4
  108. data/rdoc/RubyXL/CT_RelativeOffsetEffect.html +9 -4
  109. data/rdoc/RubyXL/CT_RelativeRect.html +9 -4
  110. data/rdoc/RubyXL/CT_SRgbColor.html +9 -4
  111. data/rdoc/RubyXL/CT_ScRgbColor.html +9 -4
  112. data/rdoc/RubyXL/CT_Scene3D.html +9 -4
  113. data/rdoc/RubyXL/CT_SchemeColor.html +9 -4
  114. data/rdoc/RubyXL/CT_Shape3D.html +9 -4
  115. data/rdoc/RubyXL/CT_ShapeStyle.html +9 -4
  116. data/rdoc/RubyXL/CT_SoftEdgesEffect.html +9 -4
  117. data/rdoc/RubyXL/CT_SphereCoords.html +9 -4
  118. data/rdoc/RubyXL/CT_StretchInfoProperties.html +9 -4
  119. data/rdoc/RubyXL/CT_StyleMatrix.html +9 -4
  120. data/rdoc/RubyXL/CT_StyleMatrixReference.html +9 -4
  121. data/rdoc/RubyXL/CT_SupplementalFont.html +9 -4
  122. data/rdoc/RubyXL/CT_SystemColor.html +9 -4
  123. data/rdoc/RubyXL/CT_TextAutonumberBullet.html +9 -4
  124. data/rdoc/RubyXL/CT_TextBlipBullet.html +9 -4
  125. data/rdoc/RubyXL/CT_TextCharBullet.html +9 -4
  126. data/rdoc/RubyXL/CT_TextCharacterProperties.html +9 -4
  127. data/rdoc/RubyXL/CT_TextFont.html +9 -4
  128. data/rdoc/RubyXL/CT_TextListStyle.html +9 -4
  129. data/rdoc/RubyXL/CT_TextNormalAutofit.html +9 -4
  130. data/rdoc/RubyXL/CT_TextParagraphProperties.html +9 -4
  131. data/rdoc/RubyXL/CT_TextSpacing.html +9 -4
  132. data/rdoc/RubyXL/CT_TextTabStop.html +9 -4
  133. data/rdoc/RubyXL/CT_TextTabStopList.html +9 -4
  134. data/rdoc/RubyXL/CT_TileInfoProperties.html +9 -4
  135. data/rdoc/RubyXL/CT_TintEffect.html +9 -4
  136. data/rdoc/RubyXL/CT_Transform2D.html +9 -4
  137. data/rdoc/RubyXL/CT_TransformEffect.html +9 -4
  138. data/rdoc/RubyXL/CT_Vector3D.html +9 -4
  139. data/rdoc/RubyXL/CT_XYAdjustHandle.html +9 -4
  140. data/rdoc/RubyXL/CalculationChain.html +9 -4
  141. data/rdoc/RubyXL/CalculationChainCell.html +9 -4
  142. data/rdoc/RubyXL/CalculationProperties.html +9 -4
  143. data/rdoc/RubyXL/Cell.html +11 -6
  144. data/rdoc/RubyXL/CellConvenienceMethods.html +9 -4
  145. data/rdoc/RubyXL/CellExt.html +9 -4
  146. data/rdoc/RubyXL/CellSmartTag.html +9 -4
  147. data/rdoc/RubyXL/CellSmartTagProperty.html +9 -4
  148. data/rdoc/RubyXL/CellSmartTags.html +9 -4
  149. data/rdoc/RubyXL/CellStyle.html +9 -4
  150. data/rdoc/RubyXL/CellStyleXFs.html +9 -4
  151. data/rdoc/RubyXL/CellStyles.html +9 -4
  152. data/rdoc/RubyXL/CellValue.html +9 -4
  153. data/rdoc/RubyXL/CellWatch.html +9 -4
  154. data/rdoc/RubyXL/CellWatches.html +9 -4
  155. data/rdoc/RubyXL/CellXFs.html +9 -4
  156. data/rdoc/RubyXL/ChartColorsFile.html +9 -4
  157. data/rdoc/RubyXL/ChartFile.html +9 -4
  158. data/rdoc/RubyXL/ChartStyleFile.html +9 -4
  159. data/rdoc/RubyXL/ChartUserShapesFile.html +9 -4
  160. data/rdoc/RubyXL/Chartsheet.html +9 -4
  161. data/rdoc/RubyXL/ChartsheetPageSetup.html +9 -4
  162. data/rdoc/RubyXL/ChartsheetProperties.html +9 -4
  163. data/rdoc/RubyXL/ChartsheetProtection.html +9 -4
  164. data/rdoc/RubyXL/ChartsheetView.html +9 -4
  165. data/rdoc/RubyXL/ChartsheetViews.html +9 -4
  166. data/rdoc/RubyXL/Color.html +9 -4
  167. data/rdoc/RubyXL/ColorConvenienceClasses.html +9 -4
  168. data/rdoc/RubyXL/ColorConvenienceClasses/HlsColor.html +11 -6
  169. data/rdoc/RubyXL/ColorConvenienceClasses/RgbColor.html +14 -7
  170. data/rdoc/RubyXL/ColorConvenienceMethods.html +9 -4
  171. data/rdoc/RubyXL/ColorFilter.html +9 -4
  172. data/rdoc/RubyXL/ColorScale.html +9 -4
  173. data/rdoc/RubyXL/ColorSet.html +9 -4
  174. data/rdoc/RubyXL/Colors.html +9 -4
  175. data/rdoc/RubyXL/ColumnRange.html +9 -4
  176. data/rdoc/RubyXL/ColumnRanges.html +9 -4
  177. data/rdoc/RubyXL/Comment.html +9 -4
  178. data/rdoc/RubyXL/CommentList.html +9 -4
  179. data/rdoc/RubyXL/CommentsFile.html +9 -4
  180. data/rdoc/RubyXL/ConditionalFormatValue.html +9 -4
  181. data/rdoc/RubyXL/ConditionalFormatting.html +9 -4
  182. data/rdoc/RubyXL/ConditionalFormattingRule.html +9 -4
  183. data/rdoc/RubyXL/Connection.html +9 -4
  184. data/rdoc/RubyXL/ConnectionTable.html +9 -4
  185. data/rdoc/RubyXL/ConnectionTables.html +9 -4
  186. data/rdoc/RubyXL/ConnectionTextField.html +9 -4
  187. data/rdoc/RubyXL/ConnectionTextFields.html +9 -4
  188. data/rdoc/RubyXL/Connections.html +9 -4
  189. data/rdoc/RubyXL/ContentTypeDefault.html +9 -4
  190. data/rdoc/RubyXL/ContentTypeOverride.html +9 -4
  191. data/rdoc/RubyXL/ContentTypes.html +9 -4
  192. data/rdoc/RubyXL/ControlPropertiesFile.html +14 -4
  193. data/rdoc/RubyXL/CorePropertiesFile.html +11 -6
  194. data/rdoc/RubyXL/CustomColor.html +9 -4
  195. data/rdoc/RubyXL/CustomColorList.html +9 -4
  196. data/rdoc/RubyXL/CustomFilter.html +9 -4
  197. data/rdoc/RubyXL/CustomFilters.html +9 -4
  198. data/rdoc/RubyXL/CustomGeometry.html +9 -4
  199. data/rdoc/RubyXL/CustomProperties.html +9 -4
  200. data/rdoc/RubyXL/CustomPropertiesFile.html +9 -4
  201. data/rdoc/RubyXL/CustomProperty.html +9 -4
  202. data/rdoc/RubyXL/CustomPropertyFile.html +9 -4
  203. data/rdoc/RubyXL/CustomSheetView.html +9 -4
  204. data/rdoc/RubyXL/CustomSheetViews.html +9 -4
  205. data/rdoc/RubyXL/CustomWorkbookView.html +9 -4
  206. data/rdoc/RubyXL/CustomWorkbookViews.html +9 -4
  207. data/rdoc/RubyXL/CustomXMLFile.html +9 -4
  208. data/rdoc/RubyXL/DXF.html +9 -4
  209. data/rdoc/RubyXL/DXFs.html +9 -4
  210. data/rdoc/RubyXL/DataBar.html +9 -4
  211. data/rdoc/RubyXL/DataConsolidate.html +9 -4
  212. data/rdoc/RubyXL/DataConsolidationReference.html +9 -4
  213. data/rdoc/RubyXL/DataConsolidationReferences.html +9 -4
  214. data/rdoc/RubyXL/DataType.html +9 -4
  215. data/rdoc/RubyXL/DataValidation.html +9 -4
  216. data/rdoc/RubyXL/DataValidations.html +9 -4
  217. data/rdoc/RubyXL/DateGroupItem.html +9 -4
  218. data/rdoc/RubyXL/DefinedName.html +9 -4
  219. data/rdoc/RubyXL/DefinedNameExt.html +9 -4
  220. data/rdoc/RubyXL/DefinedNames.html +9 -4
  221. data/rdoc/RubyXL/DefinedNamesExt.html +9 -4
  222. data/rdoc/RubyXL/DocumentPropertiesFile.html +9 -4
  223. data/rdoc/RubyXL/DrawingFile.html +9 -4
  224. data/rdoc/RubyXL/DynamicFilter.html +9 -4
  225. data/rdoc/RubyXL/EmbeddedControl.html +9 -4
  226. data/rdoc/RubyXL/EmbeddedControls.html +9 -4
  227. data/rdoc/RubyXL/Extension.html +9 -4
  228. data/rdoc/RubyXL/ExtensionStorageArea.html +9 -4
  229. data/rdoc/RubyXL/Extents.html +9 -4
  230. data/rdoc/RubyXL/ExternalBook.html +9 -4
  231. data/rdoc/RubyXL/ExternalLinksFile.html +9 -4
  232. data/rdoc/RubyXL/ExternalReference.html +9 -4
  233. data/rdoc/RubyXL/ExternalReferences.html +9 -4
  234. data/rdoc/RubyXL/ExtraColorSchemeList.html +9 -4
  235. data/rdoc/RubyXL/FieldItem.html +9 -4
  236. data/rdoc/RubyXL/FileRecoveryProperties.html +9 -4
  237. data/rdoc/RubyXL/FileSharing.html +9 -4
  238. data/rdoc/RubyXL/FileVersion.html +9 -4
  239. data/rdoc/RubyXL/Fill.html +9 -4
  240. data/rdoc/RubyXL/Fills.html +9 -4
  241. data/rdoc/RubyXL/FilterContainer.html +9 -4
  242. data/rdoc/RubyXL/FloatNode.html +9 -4
  243. data/rdoc/RubyXL/FloatValue.html +9 -4
  244. data/rdoc/RubyXL/Font.html +9 -4
  245. data/rdoc/RubyXL/FontConvenienceMethods.html +9 -4
  246. data/rdoc/RubyXL/FontScheme.html +9 -4
  247. data/rdoc/RubyXL/Fonts.html +9 -4
  248. data/rdoc/RubyXL/Formula.html +9 -4
  249. data/rdoc/RubyXL/FunctionGroup.html +9 -4
  250. data/rdoc/RubyXL/FunctionGroups.html +9 -4
  251. data/rdoc/RubyXL/GenericStorageObject.html +9 -4
  252. data/rdoc/RubyXL/GradientFill.html +9 -4
  253. data/rdoc/RubyXL/HeaderFooterSettings.html +9 -4
  254. data/rdoc/RubyXL/Hyperlink.html +9 -4
  255. data/rdoc/RubyXL/HyperlinkRelFile.html +9 -4
  256. data/rdoc/RubyXL/Hyperlinks.html +9 -4
  257. data/rdoc/RubyXL/IconFilter.html +9 -4
  258. data/rdoc/RubyXL/IconSet.html +9 -4
  259. data/rdoc/RubyXL/IgnoredError.html +9 -4
  260. data/rdoc/RubyXL/IgnoredErrors.html +9 -4
  261. data/rdoc/RubyXL/IndexedColors.html +9 -4
  262. data/rdoc/RubyXL/InputCells.html +9 -4
  263. data/rdoc/RubyXL/IntegerNode.html +9 -4
  264. data/rdoc/RubyXL/IntegerValue.html +9 -4
  265. data/rdoc/RubyXL/LegacyCell.html +9 -4
  266. data/rdoc/RubyXL/LegacyWorksheet.html +11 -4
  267. data/rdoc/RubyXL/MRUColors.html +9 -4
  268. data/rdoc/RubyXL/MacrosFile.html +9 -4
  269. data/rdoc/RubyXL/MergedCell.html +9 -4
  270. data/rdoc/RubyXL/MergedCells.html +9 -4
  271. data/rdoc/RubyXL/NumFmt.html +9 -4
  272. data/rdoc/RubyXL/NumberFormat.html +9 -4
  273. data/rdoc/RubyXL/NumberFormats.html +9 -4
  274. data/rdoc/RubyXL/OLEObject.html +9 -4
  275. data/rdoc/RubyXL/OLEObjectFile.html +9 -4
  276. data/rdoc/RubyXL/OLEObjects.html +9 -4
  277. data/rdoc/RubyXL/OLESize.html +9 -4
  278. data/rdoc/RubyXL/OOXMLContainerObject.html +15 -10
  279. data/rdoc/RubyXL/OOXMLIgnored.html +9 -4
  280. data/rdoc/RubyXL/OOXMLObject.html +9 -4
  281. data/rdoc/RubyXL/OOXMLObjectClassMethods.html +9 -4
  282. data/rdoc/RubyXL/OOXMLObjectInstanceMethods.html +17 -7
  283. data/rdoc/RubyXL/OOXMLRelationshipsFile.html +9 -4
  284. data/rdoc/RubyXL/OOXMLTopLevelObject.html +14 -9
  285. data/rdoc/RubyXL/OdbcOleDbProperties.html +9 -4
  286. data/rdoc/RubyXL/Offset.html +9 -4
  287. data/rdoc/RubyXL/OlapProperties.html +9 -4
  288. data/rdoc/RubyXL/OutlineProperties.html +9 -4
  289. data/rdoc/RubyXL/PageMargins.html +9 -4
  290. data/rdoc/RubyXL/PageSetup.html +9 -4
  291. data/rdoc/RubyXL/PageSetupProperties.html +9 -4
  292. data/rdoc/RubyXL/Pane.html +9 -4
  293. data/rdoc/RubyXL/Parser.html +9 -4
  294. data/rdoc/RubyXL/PatternFill.html +9 -4
  295. data/rdoc/RubyXL/PhoneticProperties.html +9 -4
  296. data/rdoc/RubyXL/PhoneticRun.html +9 -4
  297. data/rdoc/RubyXL/PivotArea.html +9 -4
  298. data/rdoc/RubyXL/PivotCache.html +9 -4
  299. data/rdoc/RubyXL/PivotCacheDefinitionFile.html +9 -4
  300. data/rdoc/RubyXL/PivotCacheRecordsFile.html +9 -4
  301. data/rdoc/RubyXL/PivotCaches.html +9 -4
  302. data/rdoc/RubyXL/PivotReference.html +9 -4
  303. data/rdoc/RubyXL/PivotReferences.html +9 -4
  304. data/rdoc/RubyXL/PivotTableFile.html +9 -4
  305. data/rdoc/RubyXL/PivotTableSelection.html +9 -4
  306. data/rdoc/RubyXL/PresetGeometry.html +9 -4
  307. data/rdoc/RubyXL/PrintOptions.html +9 -4
  308. data/rdoc/RubyXL/PrinterSettingsFile.html +9 -4
  309. data/rdoc/RubyXL/ProtectedRange.html +9 -4
  310. data/rdoc/RubyXL/ProtectedRanges.html +9 -4
  311. data/rdoc/RubyXL/Protection.html +9 -4
  312. data/rdoc/RubyXL/QueryParameter.html +9 -4
  313. data/rdoc/RubyXL/QueryParameters.html +9 -4
  314. data/rdoc/RubyXL/QueryTable.html +9 -4
  315. data/rdoc/RubyXL/QueryTableDeletedField.html +9 -4
  316. data/rdoc/RubyXL/QueryTableDeletedFields.html +9 -4
  317. data/rdoc/RubyXL/QueryTableField.html +9 -4
  318. data/rdoc/RubyXL/QueryTableFields.html +9 -4
  319. data/rdoc/RubyXL/QueryTableRefresh.html +9 -4
  320. data/rdoc/RubyXL/RID.html +9 -4
  321. data/rdoc/RubyXL/RawOOXML.html +9 -4
  322. data/rdoc/RubyXL/Reference.html +9 -4
  323. data/rdoc/RubyXL/Relationship.html +9 -4
  324. data/rdoc/RubyXL/RelationshipSupport.html +9 -4
  325. data/rdoc/RubyXL/RelationshipSupport/ClassMehods.html +9 -4
  326. data/rdoc/RubyXL/RevisionPointer.html +9 -4
  327. data/rdoc/RubyXL/RichText.html +10 -5
  328. data/rdoc/RubyXL/RichTextRun.html +9 -4
  329. data/rdoc/RubyXL/Row.html +9 -4
  330. data/rdoc/RubyXL/RowExt.html +9 -4
  331. data/rdoc/RubyXL/RunProperties.html +9 -4
  332. data/rdoc/RubyXL/Scenario.html +9 -4
  333. data/rdoc/RubyXL/Scenarios.html +9 -4
  334. data/rdoc/RubyXL/Selection.html +9 -4
  335. data/rdoc/RubyXL/ShapeGuide.html +9 -4
  336. data/rdoc/RubyXL/ShapeTextRectangle.html +9 -4
  337. data/rdoc/RubyXL/SharedStringsTable.html +9 -4
  338. data/rdoc/RubyXL/Sheet.html +9 -4
  339. data/rdoc/RubyXL/SheetCalculationProperties.html +9 -4
  340. data/rdoc/RubyXL/SheetData.html +9 -4
  341. data/rdoc/RubyXL/SheetDataExt.html +9 -4
  342. data/rdoc/RubyXL/SheetDataSet.html +9 -4
  343. data/rdoc/RubyXL/SheetName.html +9 -4
  344. data/rdoc/RubyXL/SheetNames.html +9 -4
  345. data/rdoc/RubyXL/Sheets.html +9 -4
  346. data/rdoc/RubyXL/SlicerCacheFile.html +9 -4
  347. data/rdoc/RubyXL/SlicerFile.html +9 -4
  348. data/rdoc/RubyXL/SmartTagProperties.html +9 -4
  349. data/rdoc/RubyXL/SmartTagType.html +9 -4
  350. data/rdoc/RubyXL/SmartTagTypes.html +9 -4
  351. data/rdoc/RubyXL/SmartTags.html +9 -4
  352. data/rdoc/RubyXL/SortCondition.html +9 -4
  353. data/rdoc/RubyXL/SortState.html +9 -4
  354. data/rdoc/RubyXL/Sqref.html +9 -4
  355. data/rdoc/RubyXL/Stop.html +9 -4
  356. data/rdoc/RubyXL/StringNode.html +9 -4
  357. data/rdoc/RubyXL/StringNodeW3C.html +9 -4
  358. data/rdoc/RubyXL/StringValue.html +9 -4
  359. data/rdoc/RubyXL/Stylesheet.html +9 -4
  360. data/rdoc/RubyXL/TableFile.html +9 -4
  361. data/rdoc/RubyXL/TableParts.html +9 -4
  362. data/rdoc/RubyXL/TableStyle.html +9 -4
  363. data/rdoc/RubyXL/TableStyles.html +9 -4
  364. data/rdoc/RubyXL/Text.html +9 -4
  365. data/rdoc/RubyXL/TextImportSettings.html +9 -4
  366. data/rdoc/RubyXL/Theme.html +9 -4
  367. data/rdoc/RubyXL/ThemeElements.html +9 -4
  368. data/rdoc/RubyXL/ThumbnailFile.html +9 -4
  369. data/rdoc/RubyXL/Top10.html +9 -4
  370. data/rdoc/RubyXL/VMLDrawingFile.html +9 -4
  371. data/rdoc/RubyXL/Variant.html +9 -4
  372. data/rdoc/RubyXL/Vector.html +9 -4
  373. data/rdoc/RubyXL/VectorValue.html +9 -4
  374. data/rdoc/RubyXL/VisualProperties.html +9 -4
  375. data/rdoc/RubyXL/WebPublishObject.html +9 -4
  376. data/rdoc/RubyXL/WebPublishObjects.html +9 -4
  377. data/rdoc/RubyXL/WebPublishingItem.html +9 -4
  378. data/rdoc/RubyXL/WebPublishingItems.html +9 -4
  379. data/rdoc/RubyXL/WebPublishingProperties.html +9 -4
  380. data/rdoc/RubyXL/WebQueryProperties.html +9 -4
  381. data/rdoc/RubyXL/Workbook.html +33 -25
  382. data/rdoc/RubyXL/WorkbookConvenienceMethods.html +9 -4
  383. data/rdoc/RubyXL/WorkbookProperties.html +9 -4
  384. data/rdoc/RubyXL/WorkbookProtection.html +9 -4
  385. data/rdoc/RubyXL/WorkbookRoot.html +9 -4
  386. data/rdoc/RubyXL/WorkbookView.html +9 -4
  387. data/rdoc/RubyXL/WorkbookViews.html +9 -4
  388. data/rdoc/RubyXL/Worksheet.html +9 -4
  389. data/rdoc/RubyXL/WorksheetConvenienceMethods.html +52 -4
  390. data/rdoc/RubyXL/WorksheetDimensions.html +9 -4
  391. data/rdoc/RubyXL/WorksheetFormatProperties.html +9 -4
  392. data/rdoc/RubyXL/WorksheetProperties.html +9 -4
  393. data/rdoc/RubyXL/WorksheetProtection.html +9 -4
  394. data/rdoc/RubyXL/WorksheetView.html +9 -4
  395. data/rdoc/RubyXL/WorksheetViews.html +9 -4
  396. data/rdoc/RubyXL/XF.html +9 -4
  397. data/rdoc/created.rid +14 -14
  398. data/rdoc/css/rdoc.css +35 -6
  399. data/rdoc/index.html +11 -5
  400. data/rdoc/js/darkfish.js +22 -99
  401. data/rdoc/js/navigation.js +4 -40
  402. data/rdoc/js/navigation.js.gz +0 -0
  403. data/rdoc/js/search.js +32 -31
  404. data/rdoc/js/search_index.js +1 -1
  405. data/rdoc/js/search_index.js.gz +0 -0
  406. data/rdoc/js/searcher.js +6 -6
  407. data/rdoc/js/searcher.js.gz +0 -0
  408. data/rdoc/table_of_contents.html +821 -5
  409. data/rubyXL.gemspec +17 -28
  410. data/spec/lib/cell_spec.rb +26 -2
  411. data/spec/lib/rgb_color_spec.rb +16 -0
  412. metadata +6 -8
  413. data/rdoc/js/jquery.js +0 -4
  414. data/test/output/test.xlsx +0 -0
@@ -4,21 +4,25 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>class RubyXL::WorksheetFormatProperties - rubyXL 3.4.9</title>
7
+ <title>class RubyXL::WorksheetFormatProperties - rubyXL 3.4.15</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "../";
11
11
  var index_rel_prefix = "../";
12
12
  </script>
13
13
 
14
- <script src="../js/jquery.js"></script>
15
- <script src="../js/darkfish.js"></script>
14
+ <script src="../js/navigation.js" defer></script>
15
+ <script src="../js/search.js" defer></script>
16
+ <script src="../js/search_index.js" defer></script>
17
+ <script src="../js/searcher.js" defer></script>
18
+ <script src="../js/darkfish.js" defer></script>
16
19
 
17
20
  <link href="../css/fonts.css" rel="stylesheet">
18
21
  <link href="../css/rdoc.css" rel="stylesheet">
19
22
 
20
23
 
21
24
 
25
+
22
26
  <body id="top" role="document" class="class">
23
27
  <nav role="navigation">
24
28
  <div id="project-navigation">
@@ -90,12 +94,13 @@
90
94
 
91
95
 
92
96
  </section>
97
+
93
98
  </main>
94
99
 
95
100
 
96
101
  <footer id="validator-badges" role="contentinfo">
97
102
  <p><a href="https://validator.w3.org/check/referer">Validate</a>
98
- <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.1.1.
103
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.1.
99
104
  <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
100
105
  </footer>
101
106
 
@@ -4,21 +4,25 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>class RubyXL::WorksheetProperties - rubyXL 3.4.9</title>
7
+ <title>class RubyXL::WorksheetProperties - rubyXL 3.4.15</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "../";
11
11
  var index_rel_prefix = "../";
12
12
  </script>
13
13
 
14
- <script src="../js/jquery.js"></script>
15
- <script src="../js/darkfish.js"></script>
14
+ <script src="../js/navigation.js" defer></script>
15
+ <script src="../js/search.js" defer></script>
16
+ <script src="../js/search_index.js" defer></script>
17
+ <script src="../js/searcher.js" defer></script>
18
+ <script src="../js/darkfish.js" defer></script>
16
19
 
17
20
  <link href="../css/fonts.css" rel="stylesheet">
18
21
  <link href="../css/rdoc.css" rel="stylesheet">
19
22
 
20
23
 
21
24
 
25
+
22
26
  <body id="top" role="document" class="class">
23
27
  <nav role="navigation">
24
28
  <div id="project-navigation">
@@ -92,12 +96,13 @@
92
96
 
93
97
 
94
98
  </section>
99
+
95
100
  </main>
96
101
 
97
102
 
98
103
  <footer id="validator-badges" role="contentinfo">
99
104
  <p><a href="https://validator.w3.org/check/referer">Validate</a>
100
- <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.1.1.
105
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.1.
101
106
  <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
102
107
  </footer>
103
108
 
@@ -4,21 +4,25 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>class RubyXL::WorksheetProtection - rubyXL 3.4.9</title>
7
+ <title>class RubyXL::WorksheetProtection - rubyXL 3.4.15</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "../";
11
11
  var index_rel_prefix = "../";
12
12
  </script>
13
13
 
14
- <script src="../js/jquery.js"></script>
15
- <script src="../js/darkfish.js"></script>
14
+ <script src="../js/navigation.js" defer></script>
15
+ <script src="../js/search.js" defer></script>
16
+ <script src="../js/search_index.js" defer></script>
17
+ <script src="../js/searcher.js" defer></script>
18
+ <script src="../js/darkfish.js" defer></script>
16
19
 
17
20
  <link href="../css/fonts.css" rel="stylesheet">
18
21
  <link href="../css/rdoc.css" rel="stylesheet">
19
22
 
20
23
 
21
24
 
25
+
22
26
  <body id="top" role="document" class="class">
23
27
  <nav role="navigation">
24
28
  <div id="project-navigation">
@@ -92,12 +96,13 @@
92
96
 
93
97
 
94
98
  </section>
99
+
95
100
  </main>
96
101
 
97
102
 
98
103
  <footer id="validator-badges" role="contentinfo">
99
104
  <p><a href="https://validator.w3.org/check/referer">Validate</a>
100
- <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.1.1.
105
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.1.
101
106
  <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
102
107
  </footer>
103
108
 
@@ -4,21 +4,25 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>class RubyXL::WorksheetView - rubyXL 3.4.9</title>
7
+ <title>class RubyXL::WorksheetView - rubyXL 3.4.15</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "../";
11
11
  var index_rel_prefix = "../";
12
12
  </script>
13
13
 
14
- <script src="../js/jquery.js"></script>
15
- <script src="../js/darkfish.js"></script>
14
+ <script src="../js/navigation.js" defer></script>
15
+ <script src="../js/search.js" defer></script>
16
+ <script src="../js/search_index.js" defer></script>
17
+ <script src="../js/searcher.js" defer></script>
18
+ <script src="../js/darkfish.js" defer></script>
16
19
 
17
20
  <link href="../css/fonts.css" rel="stylesheet">
18
21
  <link href="../css/rdoc.css" rel="stylesheet">
19
22
 
20
23
 
21
24
 
25
+
22
26
  <body id="top" role="document" class="class">
23
27
  <nav role="navigation">
24
28
  <div id="project-navigation">
@@ -92,12 +96,13 @@
92
96
 
93
97
 
94
98
  </section>
99
+
95
100
  </main>
96
101
 
97
102
 
98
103
  <footer id="validator-badges" role="contentinfo">
99
104
  <p><a href="https://validator.w3.org/check/referer">Validate</a>
100
- <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.1.1.
105
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.1.
101
106
  <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
102
107
  </footer>
103
108
 
@@ -4,21 +4,25 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>class RubyXL::WorksheetViews - rubyXL 3.4.9</title>
7
+ <title>class RubyXL::WorksheetViews - rubyXL 3.4.15</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "../";
11
11
  var index_rel_prefix = "../";
12
12
  </script>
13
13
 
14
- <script src="../js/jquery.js"></script>
15
- <script src="../js/darkfish.js"></script>
14
+ <script src="../js/navigation.js" defer></script>
15
+ <script src="../js/search.js" defer></script>
16
+ <script src="../js/search_index.js" defer></script>
17
+ <script src="../js/searcher.js" defer></script>
18
+ <script src="../js/darkfish.js" defer></script>
16
19
 
17
20
  <link href="../css/fonts.css" rel="stylesheet">
18
21
  <link href="../css/rdoc.css" rel="stylesheet">
19
22
 
20
23
 
21
24
 
25
+
22
26
  <body id="top" role="document" class="class">
23
27
  <nav role="navigation">
24
28
  <div id="project-navigation">
@@ -92,12 +96,13 @@
92
96
 
93
97
 
94
98
  </section>
99
+
95
100
  </main>
96
101
 
97
102
 
98
103
  <footer id="validator-badges" role="contentinfo">
99
104
  <p><a href="https://validator.w3.org/check/referer">Validate</a>
100
- <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.1.1.
105
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.1.
101
106
  <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
102
107
  </footer>
103
108
 
@@ -4,21 +4,25 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>class RubyXL::XF - rubyXL 3.4.9</title>
7
+ <title>class RubyXL::XF - rubyXL 3.4.15</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "../";
11
11
  var index_rel_prefix = "../";
12
12
  </script>
13
13
 
14
- <script src="../js/jquery.js"></script>
15
- <script src="../js/darkfish.js"></script>
14
+ <script src="../js/navigation.js" defer></script>
15
+ <script src="../js/search.js" defer></script>
16
+ <script src="../js/search_index.js" defer></script>
17
+ <script src="../js/searcher.js" defer></script>
18
+ <script src="../js/darkfish.js" defer></script>
16
19
 
17
20
  <link href="../css/fonts.css" rel="stylesheet">
18
21
  <link href="../css/rdoc.css" rel="stylesheet">
19
22
 
20
23
 
21
24
 
25
+
22
26
  <body id="top" role="document" class="class">
23
27
  <nav role="navigation">
24
28
  <div id="project-navigation">
@@ -92,12 +96,13 @@
92
96
 
93
97
 
94
98
  </section>
99
+
95
100
  </main>
96
101
 
97
102
 
98
103
  <footer id="validator-badges" role="contentinfo">
99
104
  <p><a href="https://validator.w3.org/check/referer">Validate</a>
100
- <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.1.1.
105
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.1.
101
106
  <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
102
107
  </footer>
103
108
 
@@ -1,13 +1,13 @@
1
- Fri, 22 Nov 2019 20:38:08 +0000
2
- README.rdoc Tue, 10 Sep 2019 20:36:08 +0000
1
+ Tue, 04 Aug 2020 06:35:41 +0000
2
+ README.rdoc Tue, 07 Jan 2020 20:07:39 +0000
3
3
  lib/rubyXL.rb Wed, 12 Jun 2019 18:44:04 +0000
4
4
  lib/rubyXL/cell.rb Mon, 25 Feb 2019 21:46:23 +0000
5
5
  lib/rubyXL/convenience_methods.rb Mon, 25 Feb 2019 21:06:24 +0000
6
6
  lib/rubyXL/convenience_methods/cell.rb Tue, 10 Sep 2019 20:49:14 +0000
7
- lib/rubyXL/convenience_methods/color.rb Tue, 05 Mar 2019 21:53:52 +0000
7
+ lib/rubyXL/convenience_methods/color.rb Thu, 19 Mar 2020 20:24:56 +0000
8
8
  lib/rubyXL/convenience_methods/font.rb Tue, 05 Mar 2019 21:52:31 +0000
9
9
  lib/rubyXL/convenience_methods/workbook.rb Tue, 05 Mar 2019 21:56:22 +0000
10
- lib/rubyXL/convenience_methods/worksheet.rb Thu, 11 Apr 2019 00:19:57 +0000
10
+ lib/rubyXL/convenience_methods/worksheet.rb Tue, 04 Aug 2020 05:56:55 +0000
11
11
  lib/rubyXL/objects/border.rb Mon, 20 Nov 2017 21:42:33 +0000
12
12
  lib/rubyXL/objects/calculation_chain.rb Fri, 22 Nov 2019 20:22:28 +0000
13
13
  lib/rubyXL/objects/cell_style.rb Mon, 25 Feb 2019 21:06:24 +0000
@@ -16,30 +16,30 @@ lib/rubyXL/objects/color.rb Tue, 11 Jun 2019 16:21:25 +0000
16
16
  lib/rubyXL/objects/column_range.rb Mon, 20 Nov 2017 21:42:33 +0000
17
17
  lib/rubyXL/objects/comments.rb Fri, 22 Nov 2019 20:22:28 +0000
18
18
  lib/rubyXL/objects/connection.rb Tue, 11 Jun 2019 16:38:41 +0000
19
- lib/rubyXL/objects/container_nodes.rb Mon, 20 Nov 2017 21:42:33 +0000
19
+ lib/rubyXL/objects/container_nodes.rb Tue, 19 May 2020 01:55:37 +0000
20
20
  lib/rubyXL/objects/content_types.rb Fri, 22 Nov 2019 20:22:28 +0000
21
- lib/rubyXL/objects/data_validation.rb Mon, 20 Nov 2017 21:42:33 +0000
22
- lib/rubyXL/objects/document_properties.rb Fri, 22 Nov 2019 20:22:28 +0000
21
+ lib/rubyXL/objects/data_validation.rb Tue, 04 Aug 2020 05:58:16 +0000
22
+ lib/rubyXL/objects/document_properties.rb Fri, 10 Jan 2020 21:38:59 +0000
23
23
  lib/rubyXL/objects/extensions.rb Mon, 25 Feb 2019 21:06:24 +0000
24
24
  lib/rubyXL/objects/external_links.rb Fri, 22 Nov 2019 20:22:28 +0000
25
25
  lib/rubyXL/objects/fill.rb Mon, 20 Nov 2017 21:42:33 +0000
26
26
  lib/rubyXL/objects/filters.rb Mon, 20 Nov 2017 21:42:33 +0000
27
27
  lib/rubyXL/objects/font.rb Mon, 25 Feb 2019 21:06:24 +0000
28
- lib/rubyXL/objects/formula.rb Mon, 25 Feb 2019 21:06:21 +0000
29
- lib/rubyXL/objects/ooxml_object.rb Fri, 22 Nov 2019 20:23:35 +0000
28
+ lib/rubyXL/objects/formula.rb Tue, 19 May 2020 01:56:36 +0000
29
+ lib/rubyXL/objects/ooxml_object.rb Tue, 14 Jan 2020 22:11:11 +0000
30
30
  lib/rubyXL/objects/query_table.rb Tue, 11 Jun 2019 16:40:50 +0000
31
31
  lib/rubyXL/objects/reference.rb Mon, 25 Feb 2019 21:06:21 +0000
32
32
  lib/rubyXL/objects/relationships.rb Fri, 22 Nov 2019 20:22:28 +0000
33
33
  lib/rubyXL/objects/root.rb Tue, 27 Jun 2017 20:19:22 +0000
34
34
  lib/rubyXL/objects/shared_strings.rb Fri, 22 Nov 2019 20:22:28 +0000
35
35
  lib/rubyXL/objects/sheet_common.rb Tue, 11 Jun 2019 16:34:29 +0000
36
- lib/rubyXL/objects/sheet_data.rb Thu, 21 Nov 2019 22:02:54 +0000
36
+ lib/rubyXL/objects/sheet_data.rb Tue, 07 Jan 2020 19:35:22 +0000
37
37
  lib/rubyXL/objects/simple_types.rb Tue, 11 Jun 2019 16:36:00 +0000
38
- lib/rubyXL/objects/storage.rb Mon, 25 Feb 2019 21:06:24 +0000
38
+ lib/rubyXL/objects/storage.rb Tue, 19 May 2020 01:45:42 +0000
39
39
  lib/rubyXL/objects/stylesheet.rb Tue, 10 Sep 2019 20:32:35 +0000
40
- lib/rubyXL/objects/text.rb Mon, 20 Nov 2017 21:42:33 +0000
40
+ lib/rubyXL/objects/text.rb Tue, 07 Jan 2020 19:33:00 +0000
41
41
  lib/rubyXL/objects/theme.rb Mon, 25 Feb 2019 21:06:24 +0000
42
- lib/rubyXL/objects/workbook.rb Fri, 22 Nov 2019 20:22:28 +0000
42
+ lib/rubyXL/objects/workbook.rb Tue, 04 Aug 2020 06:22:37 +0000
43
43
  lib/rubyXL/objects/worksheet.rb Fri, 22 Nov 2019 20:22:28 +0000
44
44
  lib/rubyXL/parser.rb Tue, 27 Jun 2017 20:19:22 +0000
45
- lib/rubyXL/worksheet.rb Mon, 25 Feb 2019 21:50:06 +0000
45
+ lib/rubyXL/worksheet.rb Tue, 04 Aug 2020 06:03:31 +0000
@@ -9,6 +9,8 @@
9
9
  /* vim: ft=css et sw=2 ts=2 sts=2 */
10
10
  /* Base Green is: #6C8C22 */
11
11
 
12
+ .hide { display: none !important; }
13
+
12
14
  * { padding: 0; margin: 0; }
13
15
 
14
16
  body {
@@ -48,6 +50,16 @@ h6:hover span {
48
50
  display: inline;
49
51
  }
50
52
 
53
+ h1:target,
54
+ h2:target,
55
+ h3:target,
56
+ h4:target,
57
+ h5:target,
58
+ h6:target {
59
+ margin-left: -10px;
60
+ border-left: 10px solid #f1edba;
61
+ }
62
+
51
63
  :link,
52
64
  :visited {
53
65
  color: #6C8C22;
@@ -62,6 +74,9 @@ h6:hover span {
62
74
  code,
63
75
  pre {
64
76
  font-family: "Source Code Pro", Monaco, monospace;
77
+ background-color: rgba(27,31,35,0.05);
78
+ padding: 0em 0.2em;
79
+ border-radius: 0.2em;
65
80
  }
66
81
 
67
82
  /* @group Generic Classes */
@@ -91,7 +106,7 @@ pre {
91
106
 
92
107
  .missing-docs {
93
108
  font-size: 120%;
94
- background: white url(images/wrench_orange.png) no-repeat 4px center;
109
+ background: white url(../images/wrench_orange.png) no-repeat 4px center;
95
110
  color: #ccc;
96
111
  line-height: 2em;
97
112
  border: 1px solid #d00;
@@ -135,11 +150,11 @@ pre {
135
150
  .table-of-contents li .toc-toggle {
136
151
  width: 16px;
137
152
  height: 16px;
138
- background: url(images/add.png) no-repeat;
153
+ background: url(../images/add.png) no-repeat;
139
154
  }
140
155
 
141
156
  .table-of-contents li .toc-toggle.open {
142
- background: url(images/delete.png) no-repeat;
157
+ background: url(../images/delete.png) no-repeat;
143
158
  }
144
159
 
145
160
  /* @end */
@@ -261,8 +276,13 @@ ul.link-list .type {
261
276
  -webkit-border-radius: 5px;
262
277
  }
263
278
 
279
+ dl.label-list dt {
280
+ float: left;
281
+ margin-right: 1em;
282
+ }
283
+
264
284
  .calls-super {
265
- background: url(images/arrow_up.png) no-repeat right center;
285
+ background: url(../images/arrow_up.png) no-repeat right center;
266
286
  }
267
287
 
268
288
  /* @end */
@@ -441,7 +461,16 @@ main header h3 {
441
461
  /* @group Method Details */
442
462
 
443
463
  main .method-source-code {
444
- display: none;
464
+ max-height: 0;
465
+ overflow: hidden;
466
+ transition-duration: 200ms;
467
+ transition-delay: 0ms;
468
+ transition-property: all;
469
+ transition-timing-function: ease-in-out;
470
+ }
471
+
472
+ main .method-source-code.active-menu {
473
+ max-height: 100vh;
445
474
  }
446
475
 
447
476
  main .method-description .method-calls-super {
@@ -479,7 +508,7 @@ main .method-click-advice {
479
508
  visibility: hidden;
480
509
  padding-right: 20px;
481
510
  line-height: 20px;
482
- background: url(images/zoom.png) no-repeat right top;
511
+ background: url(../images/zoom.png) no-repeat right top;
483
512
  }
484
513
  main .method-heading:hover .method-click-advice {
485
514
  visibility: visible;
@@ -4,21 +4,25 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>rubyXL 3.4.9</title>
7
+ <title>rubyXL 3.4.15</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "./";
11
11
  var index_rel_prefix = "./";
12
12
  </script>
13
13
 
14
- <script src="./js/jquery.js"></script>
15
- <script src="./js/darkfish.js"></script>
14
+ <script src="./js/navigation.js" defer></script>
15
+ <script src="./js/search.js" defer></script>
16
+ <script src="./js/search_index.js" defer></script>
17
+ <script src="./js/searcher.js" defer></script>
18
+ <script src="./js/darkfish.js" defer></script>
16
19
 
17
20
  <link href="./css/fonts.css" rel="stylesheet">
18
21
  <link href="./css/rdoc.css" rel="stylesheet">
19
22
 
20
23
 
21
24
 
25
+
22
26
  <body id="top" role="document" class="file">
23
27
  <nav role="navigation">
24
28
  <div id="project-navigation">
@@ -833,14 +837,16 @@
833
837
  </nav>
834
838
 
835
839
  <main role="main">
836
- <p>This is the API documentation for rubyXL 3.4.9.
840
+
841
+ <p>This is the API documentation for rubyXL 3.4.15.
842
+
837
843
  </main>
838
844
 
839
845
 
840
846
 
841
847
  <footer id="validator-badges" role="contentinfo">
842
848
  <p><a href="https://validator.w3.org/check/referer">Validate</a>
843
- <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.1.1.
849
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.1.
844
850
  <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
845
851
  </footer>
846
852